Search found 1211 matches
- Wed Sep 25, 2024 1:14 am
- Forum: eXpress++ Support
- Topic: DCSAY... GET .... VALID ... question
- Replies: 13
- Views: 25587
Re: DCSAY... GET .... VALID ... question
Hi, This is the system I use: - Popup sets the cargo of the GET to .T.. - Valid checkes if the cargo is set and if there was a change. If not, the valid returns .T. without processing the valid code. Make sure it sets the cargo to .F.. - GETEVAL sets the cargo to .F. as default @ 1,1 DCSAY "TEST: GE...
- Mon Sep 23, 2024 1:13 am
- Forum: eXpress++ Support
- Topic: Where you can see an example of the use of DCPANEL
- Replies: 5
- Views: 15443
Re: Where you can see an example of the use of DCPANEL
Hi Roger,
In that sample the following include file is used: #include "shdocvw.ch".
Seems as this is not in the exp20 package?
In that sample the following include file is used: #include "shdocvw.ch".
Seems as this is not in the exp20 package?
- Thu Sep 05, 2024 11:33 pm
- Forum: eXpress++ Support
- Topic: Using AT on a Return on Url
- Replies: 4
- Views: 14490
Re: Using AT on a Return on Url
Hi, maybe sometimes there is a 'page not found' or another error. You could test on the lenght of cResult as 'if (len(cResult)<500' then it can't be correct. Sometimes I also check for a specific text in the file. If there should be a specific tag in the result (xml), you could test 'if 'specific ta...
- Wed Jul 10, 2024 1:35 am
- Forum: eXpress++ Support
- Topic: Spreadsheet options
- Replies: 3
- Views: 14516
Re: Spreadsheet options
Hi, Maybe you can have one application on the server which processes the data and creates the XLS? In this case you only need to have one Excel licence. You could do this with a soap server or rest-api. - Prepare the data as csv and put this on the server. - Send a request to convert the csv to xls ...
- Tue Jul 02, 2024 11:47 pm
- Forum: eXpress++ Support
- Topic: How can I print an XML or HTML document
- Replies: 2
- Views: 12921
Re: How can I print an XML or HTML document
Hi,
The following should work.
The following should work.
Code: Select all
DllCall( "Shell32.dll" , DLL_STDCALL, "ShellExecuteA", 0, "print", "your file", Chr(0), Chr(0), 3 )
- Thu Jun 27, 2024 5:25 am
- Forum: eXpress++ Support
- Topic: ZAP and PACK command for DBF files - error Win 11
- Replies: 29
- Views: 64195
Re: ZAP and PACK command for DBF files - error Win 11
Hi, Jimmy, Xbase++ can only use 1 x CPU. Multi-Threading, under Xbase++, does not use multi-CPU. This is not true at all. You should read the SetLogicalProcessor() and GetLogicalProcessorCount() functions. This is what Alaska documentation says: Xbase++ does not use multi-CPU. When you change the pr...
- Tue Jun 18, 2024 4:19 am
- Forum: eXpress++ Support
- Topic: oBrowse:colcount hidden columns
- Replies: 4
- Views: 16624
Re: oBrowse:colcount hidden columns
Hi Tom, Slavko,
Thanks for the insights.
Thanks for the insights.
- Mon Jun 17, 2024 5:13 am
- Forum: eXpress++ Support
- Topic: oBrowse:colcount hidden columns
- Replies: 4
- Views: 16624
oBrowse:colcount hidden columns
Hi,
I have a browse with hidden columns. How can I get ALL the columns of the browse? Seems as colcount doesn't show the hidden columns.
I have a browse with hidden columns. How can I get ALL the columns of the browse? Seems as colcount doesn't show the hidden columns.
- Thu Apr 18, 2024 3:04 am
- Forum: eXpress++ Support
- Topic: Remote APP and tooltip problem
- Replies: 0
- Views: 17558
Remote APP and tooltip problem
Hi, A lot of our customers are working via remote desktop. This is working very well without problems. Since a few weeks we are also using remoteapp to start our application via a shortcut on their desktop. This way they can start with one click, and they don't use the desktop on the server. When st...
- Tue Apr 09, 2024 12:32 am
- Forum: Did you Know?
- Topic: A web service for your data
- Replies: 14
- Views: 55713
Re: A web service for your data
Hi Roger,
Are you using xb2net of the httpclient of Xbase++? Are you using http or https?
Are you using xb2net of the httpclient of Xbase++? Are you using http or https?