Search found 107 matches

by hz_scotty
Tue Dec 23, 2014 4:08 am
Forum: eXpress++ Support
Topic: DC_DbRecord crashed in v260
Replies: 4
Views: 7801

DC_DbRecord crashed in v260

Hello! I got an new Error with v260 (in v259 it was still ok) 953 oRecord:=(::BEST_LOG)->(DC_DbRecord():new()) 954 (::BEST_LOG)->(DC_DbScatter(oRecord)) 955 cEAN:=(::BEST_LOG)->EAN I saw the difference was a new iVar and some Codelines in _dcfunct/Function DC_DbRecord cDeletedFieldName := 'RECORD_DE...
by hz_scotty
Thu Dec 04, 2014 5:49 am
Forum: eXpress++ Support
Topic: Transferring programs in Alaska under the Mac (Apple)
Replies: 4
Views: 8766

Re: Transferring programs in Alaska under the Mac (Apple)

in "a virtual Windows" this is possible
direct MacOS -> NO
by hz_scotty
Tue Aug 12, 2014 11:40 pm
Forum: eXpress++ Support
Topic: FILTER clause in ARRAY browser
Replies: 10
Views: 14919

Re: FILTER clause in ARRAY browser

Hello, another Anomalie i dont know if it is your Lib or the testfile IsciN.prg when you start the exe, unmark all rows (with the Zamerjaj znak Button) then activate the OFF Button (the cursor go to first row) now activate the "znak button" once the line disappears - thats ok now you have only one r...
by hz_scotty
Tue Aug 12, 2014 12:13 am
Forum: eXpress++ Support
Topic: FILTER clause in ARRAY browser
Replies: 10
Views: 14919

Re: FILTER clause in ARRAY browser

Hi Roger,

i found some anomalie in DC_SKIPARRAY in this sample
see attachmend (this is a .PDF - extract it)
by hz_scotty
Fri Aug 01, 2014 1:55 pm
Forum: User Contributions
Topic: Unused functions in files or projects
Replies: 9
Views: 27418

Re: Unused functions in files or projects

hello bwolfsohn,

have you a
function popup_commchooser(aLocals,aRates_,getlist,@cEditMode)
defined?
Where is it? in a source.prg or in a Library?

if it is in a program it will be found it count right
(tested by myself)
by hz_scotty
Tue Dec 17, 2013 1:10 am
Forum: eXpress++ Support
Topic: McAfee and Trojan
Replies: 5
Views: 8987

Re: McAfee and Trojan

AVAST Free Antivir says the same with some Files in the new express++ installroutine :evil:
by hz_scotty
Tue Jun 25, 2013 8:46 am
Forum: eXpress++ Support
Topic: DC_MergeGetLists()
Replies: 3
Views: 8765

Re: DC_MergeGetLists()

Code: Select all

For I := 1 To 8
  @ nRow++,nCol DCSAY aPrompt[I]+":" GET aContactAddress[1] ;
   ALIGNRIGHT RESIZE DCGUI_RESIZE_AUTORESIZE PROPER PARENT oGroup
Next
i think ;)

Code: Select all

@ nRow++,nCol DCSAY aPrompt[I]+":" GET aContactAddress[I] ;
aContactAddress

thats right - or?
by hz_scotty
Tue Jun 18, 2013 1:18 am
Forum: Announcements
Topic: 2.0 to be "available" at swxbase
Replies: 3
Views: 10466

Re: 2.0 to be "available" at swxbase

:lol: :clap: :dance: :pray: :lol:
by hz_scotty
Sun Jun 16, 2013 4:37 am
Forum: eXpress++ Support
Topic: Tooltip Balloon
Replies: 5
Views: 12591

Re: Tooltip Balloon

i have 355sl1 - maybe you need that 355sl1

compile this - hope it help's
by hz_scotty
Sun Jun 16, 2013 2:43 am
Forum: eXpress++ Support
Topic: Tooltip Balloon
Replies: 5
Views: 12591

Re: Tooltip Balloon

@ 2.0,20 DCGET ::dDatum ; POPUP {|d| DC_PopDate(d,,,@lOk,,.t.,2,{||ZeigFeiertag()},,,,,m->bIsHoliday,m->aColors)}; POPCAPTION "v" ; POPFONT "10.Marlett" ; POPSTYLE DCGUI_POPUPSTYLE_IMBEDDED ; POPKEY xbeK_F1 ; OBJECT ::EdDATUM ; EDITPROTECT {|| ::lShow} ; GOTFOCUS {| x,y,o | o:showBalloonTip(XBP_TIP...