If you are converting a text-based Clipper application, a FoxPro application or just writing an application from scratch, use this forum for your eXpress++ questions.
Before we discuss the screen designer anymore, you need to work with the latest build - 263.
This build includes major improvements to the screen designer.
Send me a private email and I will send you download instructions.
The eXpress train is coming - and it has more cars.
DCGET OPTIONS ... or DCGETOPTIONS populates an array "GetOptions"; this one is used by the DC_ReadGui (DCREAD GUI ... OPTIONS GetOptions). You could do this by yourself and just hand the completed array to DCREAD GUI. But in this situation, you have to take care about all options having the right positions in the array (even take care about the lenght of the array). Look at "DCDIALOG.CH" and search for "DCGETOPTIONS". You will see how the array is created:
But it may not be a good idea to do that, since your app may f*ck up if Roger changes the Getoptions array.
If you want to recycle options (use the same options everywhere), just take a look "DC_GetOptDefault()". This function sets one option array as the default for all dialogs. You may add (other) options there.
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."