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.
Search found 1214 matches
- Mon Jun 17, 2024 5:13 am
- Forum: eXpress++ Support
- Topic: oBrowse:colcount hidden columns
- Replies: 4
- Views: 17026
- Thu Apr 18, 2024 3:04 am
- Forum: eXpress++ Support
- Topic: Remote APP and tooltip problem
- Replies: 0
- Views: 17959
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: 60000
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?
- Mon Mar 18, 2024 1:53 am
- Forum: eXpress++ Support
- Topic: Printing errors on Win 11
- Replies: 4
- Views: 16174
Re: Printing errors on Win 11
Hi,
After looking around on the net I see that the printscreens I got from the customer are the same as in the following article.
https://wiki.autocountsoft.com/wiki/Oth ... dows_11%3F
On my PC I have the OLD print dialog so I can't try it.
After looking around on the net I see that the printscreens I got from the customer are the same as in the following article.
https://wiki.autocountsoft.com/wiki/Oth ... dows_11%3F
On my PC I have the OLD print dialog so I can't try it.
- Mon Mar 18, 2024 1:47 am
- Forum: eXpress++ Support
- Topic: Printing errors on Win 11
- Replies: 4
- Views: 16174
Re: Printing errors on Win 11
Hi, I recently got the same message from a customer. In his case it is a one page report that is shown on the screen with the preview. The moment he wants to print it, the application shuts down. This is since the last update of Windows 11. I can't simulate it on my Win11 with the same update. The o...
- Wed Feb 28, 2024 4:30 am
- Forum: eXpress++ Support
- Topic: Printing BITMAP with transparent background
- Replies: 1
- Views: 11196
Printing BITMAP with transparent background
Hi, When printing a bitmap with transparent background sometimes this will be just a black rectangle. See also: https://ilx.alaska-software.com/index.php?threads/printing-images-with-transparent-areas.133/ This can be implemented in Express in _dcprc.prg. Add the function at the bottom: FUNCTION Get...
- Wed Feb 28, 2024 1:13 am
- Forum: eXpress++ Support
- Topic: Excel remove duplicates
- Replies: 16
- Views: 31160
Re: Excel remove duplicates
Hi Victorio, I was wondering what you want to do? It can't be that problem with Xbase++. There are 34 colums/fields which you want to test if they are duplicated? Do you want to check if all fields are the same, or if ONE of these fields is the same? An indexkey can't be that long, but you could use...
- Mon Feb 26, 2024 12:53 am
- Forum: eXpress++ Support
- Topic: DCBROWSECOL ... HIDE
- Replies: 8
- Views: 22728
Re: DCBROWSECOL ... HIDE
Hi,
Your code is working fine.
Your code is working fine.
- Wed Feb 14, 2024 9:59 am
- Forum: eXpress++ Support
- Topic: DCBROWSECOL ... HIDE
- Replies: 8
- Views: 22728
Re: DCBROWSECOL ... HIDE
Hi SlavcoDam,
Thanks for the sample code. I will try it.
Thanks for the sample code. I will try it.
- Mon Feb 05, 2024 1:51 am
- Forum: eXpress++ Support
- Topic: DCBROWSECOL ... HIDE
- Replies: 8
- Views: 22728
Re: DCBROWSECOL ... HIDE
Hi, Thanks for the response. With Solution A the column is not really hidden. It gets a blank column, but it still remains in the browse. Solution be can also be accomplished with a do while. I was hoping on a more efficient solution. I will see, or I use solution B or I create multiple browses on a...