Search found 205 matches

by RDalzell
Fri Aug 26, 2011 7:08 pm
Forum: Xbase++ Support
Topic: 32 bit / 64 bit question
Replies: 2
Views: 7103

Re: 32 bit / 64 bit question

Hi Roger,

We have a mixture of laptop/desktop systems (175) ranging from Win/98, Win/Xp, Win/Vista, Win7/32 and Win7/64 operating within the same network running the applications from a network directory without issue.

Rick
by RDalzell
Tue Aug 16, 2011 7:15 pm
Forum: eXpress++ Support
Topic: Autoseek option
Replies: 1
Views: 5073

Re: Autoseek option

Fred,

Xdemo.Exe - Sample Programs Set 6 - Autofill Get XSample_183()

and/or

Sample Programs Set 6 - Scoped DropDown XSample_187()

Rick
by RDalzell
Thu Aug 11, 2011 4:52 am
Forum: eXpress++ Support
Topic: DBNOTIFY
Replies: 0
Views: 4635

DBNOTIFY

Hi Roger,

I have looked at your DBNOTIFY and would like to implement into my apps, could you provide some additional docs and/or examples for use.

This really looks powerful and would be a great tool for auditing user entries (paired with your build query example).

Best regards,
Rick
by RDalzell
Thu Aug 11, 2011 4:46 am
Forum: eXpress++ Support
Topic: DCMULTILINE hangs on WIN7 and Vista
Replies: 2
Views: 6607

Re: DCMULTILINE hangs on WIN7 and Vista

Andy,

Almost 300 items have been added to and/or enhanced in eXpress since build 236 (containing LOTS of great stuff).

Not to mention the significant updates in xBase 1.9.

You need some updates.
by RDalzell
Tue Aug 02, 2011 11:51 am
Forum: eXpress++ Support
Topic: Question About DC_SetAppFocus
Replies: 13
Views: 20449

Re: Question About DC_SetAppFocus

Gene,

I place a function within the VALID, that function performs the getlist refresh and the dc_setappfocus, and returns .t.
by RDalzell
Sat Jul 23, 2011 5:02 am
Forum: Xbase++ Support
Topic: HTTP Request
Replies: 9
Views: 19568

Re: HTTP Request

Look at Roger's \Exp19\Samples\Mapdir example
by RDalzell
Sun Jul 17, 2011 6:47 pm
Forum: eXpress++ Support
Topic: How to set focus after POPUP
Replies: 4
Views: 8821

Re: How to set focus after POPUP

Or, if you did not want to define specifically, but for general use...

DC_ReadGuiEvent(DCGUI_MOVE_DOWN_PAR,GetList) // Set focus to next object in Get List that
has the same parent as the current object.
by RDalzell
Sun Jul 17, 2011 10:16 am
Forum: eXpress++ Support
Topic: How to set focus after POPUP
Replies: 4
Views: 8821

Re: How to set focus after POPUP

Hi Jack

Add :
GETID "Get_GerVar" within your desired DCGET parameters

Add :
SetAppFocus(DC_GetObject(GetList,"Get_GetVar")) at the end of your VALID function

Rick
by RDalzell
Sun Jul 10, 2011 10:09 am
Forum: eXpress++ Support
Topic: Express++ Sample program - Document
Replies: 11
Views: 19880

Re: Express++ Sample program - Document

One of my applications the document program running under Win7 Profesional 64 bit via the Cmd window functions properly. The same using Win XP and Vista.

Another application regardless of OS, or execution via cmd window or shortcut, does not.
by RDalzell
Fri Jul 08, 2011 7:41 am
Forum: eXpress++ Support
Topic: Express++ Sample program - Document
Replies: 11
Views: 19880

Re: Express++ Sample program - Document

You may want to review your code, I too am using SL1 and 255 and it operates correctly in one of my apps. Although I have another for which the drag and drop does not and has eluded me for the past year as to why. :doh: I also know that Roger's example of Bobby's application for drag & drop also wor...