Using _dcads ACE Functions

This forum is for eXpress++ general support.
Post Reply
Message
Author
Cliff Wiernik
Posts: 605
Joined: Thu Jan 28, 2010 9:11 pm
Location: Steven Point, Wisconsin USA
Contact:

Using _dcads ACE Functions

#1 Post by Cliff Wiernik »

In the _dcads.prg are definitions to use many of the ACE functions. They all require the use of the handle

What is the best way to get the handle when use free tables or data dictionary tables?

I see this function defined. Is this the best way?

ACEFUNCTION AdsGetTableHandle( cAlias, @nTableHandle )

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Using _dcads ACE Functions

#2 Post by rdonnay »

Yes, that works. Try it at Xdot.
The eXpress train is coming - and it has more cars.

Cliff Wiernik
Posts: 605
Joined: Thu Jan 28, 2010 9:11 pm
Location: Steven Point, Wisconsin USA
Contact:

Re: Using _dcads ACE Functions

#3 Post by Cliff Wiernik »

Did and it was working as intended.

Thanks for confirming.

Post Reply