DCGET GETPRESENTATION

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
jdsoft
Posts: 113
Joined: Thu Jan 28, 2010 1:13 pm
Location: Overberg
Contact:

DCGET GETPRESENTATION

#1 Post by jdsoft »

Hello Roger,

I am looking for a way to generalize the GETPRESENTATION parameters.
I can ofcoarse add GETPRESENTATION aGetPres to every DCGET in all my apps, but this would take me ages to go thru all of them.
I study the DCGETOPTIONS and the DCREAD GUI, but i am unable to find the command to add the GETPRESENTATION parameters.
I also study the _dcgetbx.prg, and found no general setting for these parameters (or is missed it).

A extra option "GETPRESENTATION" in DCGETOPTIONS would be verry much appreciated.

Regards,
Jack Duijf
Regards,
Jack Duijf

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

Re: DCGET GETPRESENTATION

#2 Post by rdonnay »

Jack -

Have you looked at the Get-Set function: DC_XbpGetPres() ?

This will set the presentation of all DCGETs in the application.

Code: Select all

aPres := MyGetPresentation()  // returns an array

DC_XbpGetPres( aPres )
The eXpress train is coming - and it has more cars.

User avatar
jdsoft
Posts: 113
Joined: Thu Jan 28, 2010 1:13 pm
Location: Overberg
Contact:

Re: DCGET GETPRESENTATION

#3 Post by jdsoft »

Hello Roger,

Thank you, that was just what needed.

Regards,
Jack Duijf
Regards,
Jack Duijf

Post Reply