Search found 105 matches

by Andy Edward
Tue Sep 29, 2015 2:12 am
Forum: Xbase++ 2.0
Topic: PGDBE - Set Filter with variable returns error in Browse()
Replies: 3
Views: 11420

PGDBE - Set Filter with variable returns error in Browse()

Hi, I encountered an issue with PGDBE and Set Filter command. I was using a DCBROWSE when I encounter this error, so I was wondering whether BROWSE() command have the same error. And it did have the same error. I’m attaching the .PRG, .upsize, .DB, and .NTX for anyone to try at their side. It's a ve...
by Andy Edward
Thu Sep 10, 2015 1:44 am
Forum: Xbase++ 2.0
Topic: Chinese Characters in CXP
Replies: 1
Views: 6864

Chinese Characters in CXP

HI,

I'm having a problem with chinese characters.

When I put some chinese characters to an HTML file, the characters come out fine. But if it's a .cxp file, the characters becomes jibberish.

How to solve this issue?

Regards,

Andy
by Andy Edward
Thu Sep 03, 2015 6:27 pm
Forum: Xbase++ 2.0
Topic: List of DB commands that can be handled by PostGres
Replies: 2
Views: 8534

Re: List of DB commands that can be handled by PostGres

Hi Tom,

Thanks for the clarification. I'm still using xBASE 2.0.554.

Do I need to update to the newest xBase version?

Regards,

Andy
by Andy Edward
Thu Sep 03, 2015 1:51 am
Forum: Xbase++ 2.0
Topic: List of DB commands that can be handled by PostGres
Replies: 2
Views: 8534

List of DB commands that can be handled by PostGres

Hi,

Is there a list of DB commands that can be handled by PostGres and which one that is not?

Commands such DBSKIP(), DBGOTOP(), DBGOBOTTOM() is not an issue, but DBCREATE() returns an error.

Regards,

Andy
by Andy Edward
Mon Aug 17, 2015 8:08 pm
Forum: eXpress++ Support
Topic: DCBROWSE Vertical Bar using PGDBE error
Replies: 5
Views: 8115

Re: DCBROWSE Vertical Bar using PGDBE error

Hi Roger,

Thank you.

Regards,

Andy
by Andy Edward
Sun Aug 16, 2015 9:22 pm
Forum: eXpress++ Support
Topic: DCBROWSE Vertical Bar using PGDBE error
Replies: 5
Views: 8115

Re: DCBROWSE Vertical Bar using PGDBE error

Hi Roger, I'm using Express++ 2.0.261 already. I've read that the newest xBase is 2.0.575, but I'm still at 2.0.554. I've built the bin20 and lib folders using build20.bat. All the System/User Variales (PATH, INCLUDE, LIB) already pointing to their respective Express++ sub-folders. PATH Untitled-1.g...
by Andy Edward
Sun Aug 16, 2015 7:25 pm
Forum: eXpress++ Support
Topic: DCBROWSE Vertical Bar using PGDBE error
Replies: 5
Views: 8115

DCBROWSE Vertical Bar using PGDBE error

Hi Roger, Trying out PGDBE with DCBROWSE, but got an error when dragging down the vertical bar Untitled-2.gif #include "dctree.ch" #INCLUDE "dccursor.CH" #include "dcdialog.ch" #include "dcbitmap.ch" #include "dcicon.ch" #include "appevent.ch" #include "xbp.ch" #include "inkey.ch" #include "dcmsg.ch...
by Andy Edward
Wed Jul 22, 2015 9:44 pm
Forum: eXpress++ Support
Topic: DCCHART Sample
Replies: 16
Views: 21229

Re: DCCHART Sample

Hi Roger, This is what I come up with to address the memory consumption issue in _dcrmcht.prg. Note the Sleep(25) METHOD DC_XbpRMChart:ShowToolTip( nMouseButton, nX, nY, aData ) LOCAL GetList, GetOptions, nSeriesIndex, nDataIndex, nRegion, oRegion, aPos, ; lStatus := .f., nNumLines, nHeight, aColor,...
by Andy Edward
Tue Jul 21, 2015 11:59 pm
Forum: eXpress++ Support
Topic: DCCHART Sample
Replies: 16
Views: 21229

Re: DCCHART Sample

Hi Roger, As far as your error is concerned when clicking the mouse. I don't get that error if the WTF is removed from the code block I received the error not when I click the mouse, but when I start the sample and the mouse moves. Which is from oRmChart:mouseMove :={|nMouseButton,b,nX,nY,aData| oRM...
by Andy Edward
Tue Jul 21, 2015 6:40 am
Forum: eXpress++ Support
Topic: DCCHART Sample
Replies: 16
Views: 21229

Re: DCCHART Sample

Hi Roger,

I'm using Express++ 1.9.260

Regards,

Andy