Search found 105 matches

by Andy Edward
Wed Nov 17, 2010 9:44 pm
Forum: eXpress++ Support
Topic: DCBROWSE & DATALINK - SQLExpress :BrowseFilter
Replies: 4
Views: 11819

Re: DCBROWSE & DATALINK - SQLExpress :BrowseFilter

Hi, Yes I've noticed those codes in the _dcxbrow.prg, that is why I see no reason for the dcbrowse to behave 'differently'. Maybe I'm doing this wrong and I would be very grateful if anyone can take a look at my code. I'm nearing my wits end here :| The program comprises of a dcbrowse with 3 buttons...
by Andy Edward
Sun Nov 14, 2010 7:52 pm
Forum: eXpress++ Support
Topic: DCBROWSE & DATALINK - SQLExpress :BrowseFilter
Replies: 4
Views: 11819

Re: DCBROWSE & DATALINK - SQLExpress :BrowseFilter

Hi Peter, I have the exact problem and I have posted the question to the SQLEXPRESS forum and here is Boris' reply http://www.xbwin.com/forum.php?ng=/%2Fnewsgroups.php%3Frenew%3D0%26mid%3D965%26sign%3Dplus it's under Navigating dataset in a browse object after :browsefilter subject. Best Regards, An...
by Andy Edward
Thu Oct 07, 2010 2:43 am
Forum: eXpress++ Support
Topic: string to code block
Replies: 4
Views: 8349

Re: string to code block

Just an update, that the problem went away after a system restart. :doh:
by Andy Edward
Wed Sep 22, 2010 6:51 pm
Forum: eXpress++ Support
Topic: string to code block
Replies: 4
Views: 8349

Re: string to code block

myString := '{||oDataSetGENERIC:FieldGet("' + variableWithEverChangingValue + '")}' bBlock := &myString Hi Roger, Thanks for the reply. Using your code does indeed made it into a code block but also returned the value of the code block. So the values inside the field (AMOUNT in this case) is always...
by Andy Edward
Wed Sep 22, 2010 2:09 am
Forum: eXpress++ Support
Topic: string to code block
Replies: 4
Views: 8349

string to code block

Hi everyone,

Is there a way to make a string such as

myString := '{||oDataSetGENERIC:FieldGet("' + variableWithEverChangingValue + '")}'

into a code block so I can put this into a DCFINDADDCOL DATA parameter like so

DCFINDADDCOL DATA myString HEADER 'PERIOD' TO COL_TABLE ??