Search found 113 matches

by jdsoft
Thu Feb 05, 2015 1:40 pm
Forum: eXpress++ Support
Topic: Developer's conference
Replies: 26
Views: 36172

Re: Developer's conference

Hello All,

Unfortunaly, may 1,2,3 is not possible for me.
I will be in Austria on May 1 and 2.
Then another 24 hours for the trip, and I would de just in time to see everyone leave... :(

Regards,
Jack Duijf
by jdsoft
Mon Jan 12, 2015 4:03 pm
Forum: eXpress++ Support
Topic: Fulls screen toggle
Replies: 14
Views: 18297

Re: Fulls screen toggle

Hello Roger,

Attached you find a sample program.
I requires ot2xb to get the desktop size.

Jack
by jdsoft
Sun Jan 11, 2015 11:57 pm
Forum: eXpress++ Support
Topic: Fulls screen toggle
Replies: 14
Views: 18297

Re: Fulls screen toggle

Hello Roger, No FIT clause is used. Regards, Jack Duijf DCGETOPTIONS ; NAME SalonNet_AppNaam() + " " ; WINDOWHEIGHT aSize[2]-20; WINDOWWIDTH aSize[1] ; HELPFILE (CurDrive() + ":" + CurDir() + "\DOC\") ; COLOR Sy_DC_READ_BgColor() ; BITMAP nBitmap ; NOBUSY ; NOESCAPEKEY ; TOOLTIPCOLOR GRA_CLR_BLACK, ...
by jdsoft
Sun Jan 11, 2015 3:33 pm
Forum: eXpress++ Support
Topic: Fulls screen toggle
Replies: 14
Views: 18297

Fulls screen toggle

Hello, I need my Express application to fill the complete screen (cash-register application). To titlebar, Windows startmenu is hidden under the application. So a real full-screen. I almost got it right, but I get a grey-space in the top of the dialog, just between the menubar and the red button. :(...
by jdsoft
Wed Oct 08, 2014 2:31 am
Forum: eXpress++ Support
Topic: Origin adsmg.dll
Replies: 1
Views: 5237

Origin adsmg.dll

Hello,

Where lies the origin of adsmg.dll ?
I use this in xbase++ 1.9, but it is not part of the 2.0

I copied this 1/9 lib/dll to 2.0, and it seems to work.....

Regards,
Jack Duijf
by jdsoft
Mon Sep 08, 2014 12:09 pm
Forum: eXpress++ Support
Topic: Chage DCBROWSE visible data
Replies: 2
Views: 6722

Re: Chage DCBROWSE visible data

Hello Roger,

Thanks,
That is much more simple then I expected.

Jack
by jdsoft
Fri Aug 29, 2014 11:56 am
Forum: eXpress++ Support
Topic: Chage DCBROWSE visible data
Replies: 2
Views: 6722

Chage DCBROWSE visible data

Hello If have a DCBROWSE of an array. The browse itself has 13 visible lines This array can contain 1 to 999 sub arrays. After every rebuild of that array, and refreshAll of DCBROWSE, the first item is visible on the first browse line. Assume the array has 215 items. How can I refresh the DCBROWSE a...
by jdsoft
Tue Jul 29, 2014 12:14 pm
Forum: eXpress++ Support
Topic: DCBROWSE and TAGENABLE
Replies: 4
Views: 9150

Re: DCBROWSE and TAGENABLE

Hello Roger,

Did you get the mail I sent you last Sunday?

Regards,
Jack Duijf
by jdsoft
Sun Jul 27, 2014 7:06 am
Forum: eXpress++ Support
Topic: DCBROWSE and TAGENABLE
Replies: 4
Views: 9150

Re: DCBROWSE and TAGENABLE

Hello All,

I was able to fix this in the Express++ code.
I send the code suggestion to Roger,

Regards,
Jack Duijf
by jdsoft
Sat Jul 26, 2014 9:40 am
Forum: eXpress++ Support
Topic: DCBROWSE and TAGENABLE
Replies: 4
Views: 9150

DCBROWSE and TAGENABLE

Hello Roger, I would like to implement TAGENABLE on an array of objects, like the sample \SAMPLES\TAGGING // // aRegels is an array of data originating from CLASS Regel // CLASS Regel EXPORTED: VAR Selected VAR Volgnr VAR Aantal VAR Tekening ENDCLASS aRegels = {Regel,Regel,Regel,....} @ nLine,2 DCBR...