Search found 4302 matches
- Thu Apr 15, 2021 7:13 am
- Forum: eXpress++ Support
- Topic: ads
- Replies: 8
- Views: 100
Re: ads
I didn't get any email from you.
- Tue Apr 13, 2021 6:31 am
- Forum: eXpress++ Support
- Topic: ads
- Replies: 8
- Views: 100
Re: ads
Am I able to connect to the failing system via Teamviewer?
- Thu Apr 08, 2021 6:29 am
- Forum: eXpress++ Support
- Topic: Unable to recompile _dcgetbx in Build 2.00.1392
- Replies: 7
- Views: 80
Re: Unable to recompile _dcgetbx in Build 2.00.1392
Jack -
Thanks for reporting that.
I will make the change in my code as a workaround.
Thanks for reporting that.
I will make the change in my code as a workaround.
- Mon Apr 05, 2021 7:56 am
- Forum: eXpress++ Support
- Topic: xdot
- Replies: 2
- Views: 82
Re: xdot
There is a bug in DCSTD.CH, line 262. Here is a fix: WAS: #Command COPY TO <(file)> DELIMITED [WITH <*delim*>] [FIELDS <fields,...>] ; [FOR <for>] [WHILE <while>] [NEXT <next>] ; [RECORD <rec>] [<rest:REST>] [VIA <(rdd)>] [ALL] [<x:EXIT>] ; [<lNoProgress:NOPROGRESS>] ; => ; DC_dbExport(<(file)>,{<(f...
- Sun Apr 04, 2021 11:03 am
- Forum: eXpress++ Support
- Topic: How to display an array with some strings on a colored background
- Replies: 2
- Views: 85
Re: How to display an array with some strings on a colored background
Compile and run the below code. It should help. #INCLUDE "dcdialog.ch" FUNCTION Main() LOCAL GetList[0], aDir := Directory(), oBrowse,i @ 0,0 DCBROWSE oBrowse DATA aDir SIZE 50,10 COLOR {||RowColor(oBrowse,aDir)} FOR i := 1 TO 10 DCBROWSECOL ELEMENT i HEADER 'Col ' + Alltrim(Str(i)) WIDTH 10 PARENT ...
- Fri Mar 26, 2021 6:09 am
- Forum: Xbase++ 2.0
- Topic: How to Calculate the Hash of a PDF File
- Replies: 5
- Views: 175
Re: How to Calculate the Hash of a PDF File
Wow. I have been using a 3rd party library for doing MD5 hash for a long time.
How long has this been in Xbase++?
How long has this been in Xbase++?
- Tue Mar 23, 2021 2:43 pm
- Forum: eXpress++ Support
- Topic: As I just left the Caption in DCPUSHBUTTONXP
- Replies: 3
- Views: 142
Re: As I just left the Caption in DCPUSHBUTTONXP
I don't understand your question.
- Mon Mar 22, 2021 10:04 am
- Forum: eXpress++ Support
- Topic: Advantage Question
- Replies: 5
- Views: 214
Re: Advantage Question
Congrats.
- Mon Mar 22, 2021 6:36 am
- Forum: CXP / Web Development
- Topic: Expres++ CXP samples
- Replies: 2
- Views: 1035
Re: Expres++ CXP samples
Sorry, I just now saw your post about this.
I don't have any CXP sample using SQL but it does not sound difficult.
Which SQL server are you interested in using with CXP?
I don't have any CXP sample using SQL but it does not sound difficult.
Which SQL server are you interested in using with CXP?
- Mon Mar 22, 2021 6:33 am
- Forum: eXpress++ Support
- Topic: eXpress ++ Version
- Replies: 3
- Views: 259
Re: eXpress ++ Version
I have been holding off a 268 release while waiting for some more feedback from users of SqlQuery. This release will be mostly a maintenance release and not a lot of new features.