Search found 105 matches

by Andy Edward
Tue May 17, 2016 11:13 pm
Forum: eXpress++ Support
Topic: Blocking single and double quotes in GET
Replies: 12
Views: 23974

Blocking single and double quotes in GET

Hi Roger, Background: - We are using PostgresSQL with xBase++ 2.00.685 and Express++ 263 - DbCreateIndex() on fields containing single quote or double quotes fails in ISAM mode. - It fails because it is using SQL's UPDATE command to populate the index column. Here is the error output from pg_log 201...
by Andy Edward
Wed Mar 02, 2016 9:48 pm
Forum: Xbase++ 2.0
Topic: Alternative way of appending content to a file
Replies: 2
Views: 10604

Re: Alternative way of appending content to a file

Wolfgang Ciriack wrote:Look at the function StrFile(), f.e.

Code: Select all

strfile(EXPTEXT,xHTMLFILE,.T.)
appends to the existing file xHTMLFile.
Thank you very much!

Regards,

Andy
by Andy Edward
Wed Mar 02, 2016 1:39 am
Forum: Xbase++ 2.0
Topic: Alternative way of appending content to a file
Replies: 2
Views: 10604

Alternative way of appending content to a file

Hi, I'm generating an HTML file (for reports) which I don't really know how big it will be. Currently I'm using MEMOWRITE like so, which will write to the file for every record 1st way *********** DO WHILE !EOF() xCONTENT = "Some content that is based on the current record" EXPTEXT=MEMOREAD(xHTMLFIL...
by Andy Edward
Sun Jan 03, 2016 7:31 pm
Forum: eXpress++ Support
Topic: [DC_RMCHART] Data with negative values will not show tooltip
Replies: 3
Views: 6464

Re: [DC_RMCHART] Data with negative values will not show too

Hi Roger,

Thank you for your time. I guess we'll use the standard group bar instead

Regards,

Andy
by Andy Edward
Tue Dec 29, 2015 1:29 am
Forum: eXpress++ Support
Topic: [DC_RMCHART] Data with negative values will not show tooltip
Replies: 3
Views: 6464

[DC_RMCHART] Data with negative values will not show tooltip

Hi Roger, I'm trying to make a stacked bar chart. I've found that when the data is negative, it will mess/ not show the tooltip. I tried it at your samples/rmchart/dcchart.prg. Here is the code with everything else removed. #INCLUDE "dcdialog.CH" #INCLUDE "dcgraph.CH" #INCLUDE "dcprint.CH" FUNCTION ...
by Andy Edward
Wed Nov 25, 2015 6:05 pm
Forum: eXpress++ Support
Topic: Unknown Variable
Replies: 8
Views: 13673

Re: Unknown Variable

Hi Roger,

Yes I have. I'll send you a PM

Regards,

Andy
by Andy Edward
Wed Nov 25, 2015 12:24 am
Forum: eXpress++ Support
Topic: Unknown Variable
Replies: 8
Views: 13673

Unknown Variable

Hi Roger,

I'm having this error when I run my app after compiling using Express++ 263.
Untitled-1.gif
Untitled-1.gif (16.59 KiB) Viewed 13673 times
I've made sure that DCDIALOG.CH have the

Code: Select all

#define cGETOPT_SOURCEEDITOR 95
. But the error still persists.

Any ideas on how to fix this?

Regards,

Andy
by Andy Edward
Wed Oct 21, 2015 11:52 pm
Forum: eXpress++ Support
Topic: eXpress++ 1.82 and Windows 10
Replies: 20
Views: 42895

Re: eXpress++ 1.82 and Windows 10

Hi Roger,

Thank you. Works perfectly.

Regards,

Andy
by Andy Edward
Tue Oct 20, 2015 9:05 pm
Forum: eXpress++ Support
Topic: eXpress++ 1.82 and Windows 10
Replies: 20
Views: 42895

Re: eXpress++ 1.82 and Windows 10

Hi Roger,

Thank you for the fix, but we are encountering an Unknown Variable error for dCCOLOR
Untitled-1.jpg
Untitled-1.jpg (22.44 KiB) Viewed 22822 times
Please kindly advise

Regards,

Andy
by Andy Edward
Tue Sep 29, 2015 6:17 pm
Forum: Xbase++ 2.0
Topic: PGDBE - Set Filter with variable returns error in Browse()
Replies: 3
Views: 11423

Re: PGDBE - Set Filter with variable returns error in Browse

rdonnay wrote:If the error is in dbSkip() then it's very likely a problem with PGDBE, not the browse.

Are you using the latest release of 2.0?
I'm using xBase++ 2.0.554

Regards,

Andy