Search found 107 matches

by hz_scotty
Thu May 31, 2012 12:57 am
Forum: eXpress++ Support
Topic: Addbuttons
Replies: 11
Views: 16545

Re: Addbuttons

DC_PushButtonStyle( oConfig4)
DC_ExpressButtonStyle(ocConfig4)
DC_ExpressButtonStyle(ocConfig4) -> Mistake?
by hz_scotty
Thu Apr 12, 2012 4:41 am
Forum: Announcements
Topic: eXpress++ build 256
Replies: 14
Views: 30919

Re: eXpress++ build 256

Hello

in the Sample of SFTPTest there is a Error by the DisplayStatus Method
the first parameter is missing (see Row 162+234)

Code: Select all

IF oSFTP == nil
  ::displayStatus('Could not create Active-X component: ' + 'Chilkat.SFtp' )
  RETURN .f.
ENDIF
by hz_scotty
Wed Jul 20, 2011 12:49 am
Forum: eXpress++ Support
Topic: Find previous focus.
Replies: 7
Views: 12013

Re: Find previous focus.

hello Roger!

Can you please post the new/changed _DCCLASS.PRG
(there are several place where the changes must be made)

thanks
by hz_scotty
Wed Feb 09, 2011 7:22 am
Forum: eXpress++ Support
Topic: Error DCPUSHBUTTONXP eXpress 255
Replies: 12
Views: 20770

Re: Error DCPUSHBUTTONXP eXpress 255

this (.f.) seems to be pos 11 - is it? :think:
by hz_scotty
Fri Jan 28, 2011 11:26 am
Forum: eXpress++ Support
Topic: DC_PopDate() - Week is wrong by DC_PopDateStart(.F.)
Replies: 4
Views: 9384

DC_PopDate() - Week is wrong by DC_PopDateStart(.F.)

Hi When DC_PopDateStart( .T. ) (Monday to Sunday) than by the DC_PopDate() Function the "Week" Display is correct. (dc_popdate2.jpg) When DC_PopDateStart( .F. ) (Sunday to Saturday) than by the DC_PopDate() Function the "Week" Display is not correct. (dc_popdate.jpg) any ideas for a workaround by DC...
by hz_scotty
Sun Jan 09, 2011 4:04 pm
Forum: eXpress++ Support
Topic: dclipx DC_GetNetName() returnvalue undef.
Replies: 3
Views: 7514

Re: dclipx DC_GetNetName() returnvalue undef.

works fine :clap:

i put the line into DC_GetNetName() in _DCFUNCT.PRG - not in my Application!
so please remember this for your v255

thanks for help
by hz_scotty
Sun Jan 09, 2011 2:28 pm
Forum: eXpress++ Support
Topic: dclipx rebuild error
Replies: 1
Views: 5283

dclipx rebuild error

Hi Roger when i delete all OBJ from "obj19_sl1" and use the batch "build19_sl1.bat" i get an ERROR in _DCARRAY.PRG - i think it was "RESERVED Keyword" by the line 684 DCMENUITEM {||_MenuCaption(oTree)} ; ACTION {||_Properties(oTree)} ; PARENT oMenu i found the "#command DCMENUITEM" in DCMENU.CH and ...
by hz_scotty
Sun Jan 09, 2011 1:56 pm
Forum: eXpress++ Support
Topic: dclipx DC_GetNetName() returnvalue undef.
Replies: 3
Views: 7514

dclipx DC_GetNetName() returnvalue undef.

hi Roger i use the function DC_GetNetName() in my application it returns the netname from the registry (my netname "MSI-WORKS" has 9 chars und the function returns 10 chars (when i test it with "len(dc_GetName())") when i display the return value with MSGBOX() i see "MSI-WORKS" - ok when i display t...
by hz_scotty
Sat Jan 08, 2011 3:06 am
Forum: Did you Know?
Topic: Progress bar from XbpPack2
Replies: 22
Views: 52141

Re: Progress bar from XbpPack2

thank you Roger for your update :clap:

can i use your programstructure for .NTX also?
(if i change and replace the "Ordsetfocus" and the "Ordcreate" Command)