Search found 504 matches
- Thu Dec 04, 2025 10:53 pm
- Forum: eXpress++ Support
- Topic: Color on Any array browse
- Replies: 5
- Views: 471
Re: Color on Any array browse
Use DC_GetColArray(19, oBrowse) or. DC_GetColArray(20, oBrowse) in your COLOR codeblock.
- Wed Nov 12, 2025 11:53 pm
- Forum: eXpress++ Support
- Topic: DcBrowse Cell Colors
- Replies: 14
- Views: 7166
Re: DcBrowse Cell Colors
You have to set the color with an array with 4 values, f.e. {GRA_CLR_WHITE, GRA_CLR_RED, GRA_CLR_RED, NIL}
The values 1, 2 are for the normal color, the values 3, 4 for the color of the selected color.
The values 1, 2 are for the normal color, the values 3, 4 for the color of the selected color.
- Fri Oct 31, 2025 11:53 am
- Forum: eXpress++ Support
- Topic: Wacom signature pad
- Replies: 4
- Views: 2502
Re: Wacom signature pad
I use the pads (Omega, Sigma) from Signotec, they are working very good and stable.
- Wed Sep 10, 2025 9:44 pm
- Forum: Xbase++ Support
- Topic: VisualdBSee
- Replies: 5
- Views: 14795
Re: VisualdBSee
That is a good jokeThe customer wants to convert the application without source code changes.
- Fri Jul 18, 2025 6:40 am
- Forum: eXpress++ Support
- Topic: Printing to LPT1 on Windows 11
- Replies: 3
- Views: 7520
Re: Printing to LPT1 on Windows 11
That is a problem, i had with Win11, too.
I solved this in my code, with putting a Dot to the Device:
Set Printer to (cPort), where cPort is f.e. "LPT1."
If cPort is only "LPT1" (without dot) the print results in a file lpt1.prn.
I solved this in my code, with putting a Dot to the Device:
Set Printer to (cPort), where cPort is f.e. "LPT1."
If cPort is only "LPT1" (without dot) the print results in a file lpt1.prn.
- Thu Jun 26, 2025 4:00 am
- Forum: eXpress++ Support
- Topic: GetLogicalProcessorCount() not work on W2022 Server 48core
- Replies: 3
- Views: 5278
- Thu May 15, 2025 3:38 am
- Forum: Xbase++ 2.0
- Topic: XbpFileDialog() problem
- Replies: 1
- Views: 5271
Re: XbpFileDialog() problem
Seems to be a memory or icon cache problem on these PC.
- Wed May 14, 2025 8:02 am
- Forum: eXpress++ Support
- Topic: ADS ERROR
- Replies: 2
- Views: 5020
Re: ADS ERROR
I do not know, if you have the advantage help file. So here is this to error 5185: Advantage Local Server connections are restricted when used from a web server, an application server, a terminal server, or any other type of middleware or server product used to access data on behalf of remote comput...
- Mon May 05, 2025 5:36 am
- Forum: eXpress++ Support
- Topic: Function for a sensitive search
- Replies: 3
- Views: 6593
Re: Function for a sensitive search
Hello, you can use the DC_BrowseAutoSeek function with: without ADS: bSeekBlock := {|a| ordwildseek("*"+alltrim(upper(a))+"*"), DC_GetRefresh(oBtWs), .T.} with ADS: bSeekBlock := {|a| cfilter := "{|| contains(<your dbf fieldname>,'*"+a+"*'),'*"+a+"*')}", bfilter := &cfilter, ; (sel)->(DbSetFilter(bf...
- Sat Apr 05, 2025 11:05 pm
- Forum: eXpress++ Support
- Topic: dc_findbrowse
- Replies: 5
- Views: 10384
Re: dc_findbrowse
Hello Miguelon,
What two issues do you fix, that it work perfectly ?
I see that in my browses, too.I'm sending you a screenshot so you can see how it looks, and you can see that the color change isn't clear in some fields.
What two issues do you fix, that it work perfectly ?