Search found 1193 matches

by skiman
Mon May 21, 2012 8:38 am
Forum: eXpress++ Support
Topic: Logfile in menusystem?
Replies: 3
Views: 7792

Logfile in menusystem?

Hi, After another discussion with a customer about something that happened on his system, I would like to have a logfile of each selected menu-item. I want to see if a user started a menuoption in my logfiles. For exemple: If they choose to delete all stock, and they confirm three times, I want to p...
by skiman
Tue May 15, 2012 8:11 am
Forum: eXpress++ Support
Topic: dc_dbskip(0) in 256
Replies: 6
Views: 8651

Re: dc_dbskip(0) in 256

Hi Roger, This is my code: Stockspecs->(dc_dbgotop()) ... nSkip := xxx ... stockspecs->(dc_dbskip(nSkip)) After the dc_dbskip(0) stockspecs->(dc_eof()) returns .T. This is not what I want. I'm using dc_setscopearray(aArray) a lot. For me it is one of the most important functions of eXPress++. Especi...
by skiman
Tue May 15, 2012 12:18 am
Forum: eXpress++ Support
Topic: dc_dbskip(0) in 256
Replies: 6
Views: 8651

Re: dc_dbskip(0) in 256

rdonnay wrote:
I suggest adding the following code at line 480 instead of your solution.

Code: Select all

IF Empty(nDidSkip)
    RETURN dbSkip(0)
ENDIF
This isn't working. After changing and compiling dclipx.

Code: Select all

wtf stockspecs->(eof())  // .F.
nSKips:=0
stockspecs->(DC_DbSkip(nSkips))
wtf stockspecs->(eof())  // .T.
by skiman
Tue May 15, 2012 12:04 am
Forum: eXpress++ Support
Topic: dc_msgbox in 256
Replies: 5
Views: 8559

Re: dc_msgbox in 256

Thanks Roger.
by skiman
Mon May 14, 2012 2:01 am
Forum: eXpress++ Support
Topic: dc_msgbox in 256
Replies: 5
Views: 8559

Re: dc_msgbox in 256

Roger,

Can you check this please?
by skiman
Mon May 14, 2012 1:59 am
Forum: eXpress++ Support
Topic: dc_dbskip(0) in 256
Replies: 6
Views: 8651

Re: dc_dbskip(0) in 256

Roger,

I checked the code in _dcscope.prg and it seems as there is a problem when nRecords == 0.

I added the following on line 368

Code: Select all

if valtype(nRecords)=="N" .and. nRecords == 0
    return 0
endif
This seems to be working for me. Can you check this and add it also in _dcscope.prg?
by skiman
Mon May 14, 2012 1:35 am
Forum: eXpress++ Support
Topic: dc_dbskip(0) in 256
Replies: 6
Views: 8651

dc_dbskip(0) in 256

Hi Roger, Since 256 a problem was reported in my application. I checked and it seems to me that dc_dbskip(0) behaves different as before? nSkip := xxx alias->(dc_eof()) // result .F. alias->(dc_dbskip(nSkip)) alias->(dc_eof()) // result .T. if nSkip is 0 !! Before I never had this problem. With dc_d...
by skiman
Sat May 12, 2012 2:02 am
Forum: eXpress++ Support
Topic: Birthday
Replies: 12
Views: 19569

Re: Birthday

Roger,

'Gelukkige verjaardag' from Belgium.
by skiman
Wed May 09, 2012 7:36 am
Forum: eXpress++ Support
Topic: Windows 11 server
Replies: 2
Views: 5923

Re: Windows 11 server

Hi,

Yes, we have customers with Windows 11 Server. No problems, seems as it is working as 2008.
by skiman
Wed Apr 25, 2012 2:56 am
Forum: eXpress++ Support
Topic: dclipc.dll with 256
Replies: 1
Views: 4475

dclipc.dll with 256

Roger,

With 256 the DClipC.dll is needed again?