Search found 891 matches
- Wed Mar 03, 2021 1:24 am
- Forum: Xbase++ 2.0
- Topic: Color in DCBROWSE
- Replies: 9
- Views: 94
Re: Color in DCBROWSE
Hi Tom, No I don't use DC_BrowseColor() and I have 487 of dcbrowsecol data {|| ... } in my application. Sometimes it appears, and it start always in a browse where there is a dbseek in the codeblock. The color is exactly as Piotr has posted. I never use that color, it isn't used in any codeblock of ...
- Tue Mar 02, 2021 12:26 am
- Forum: Xbase++ 2.0
- Topic: Color in DCBROWSE
- Replies: 9
- Views: 94
Re: Color in DCBROWSE
Hi, I have the same in my application. It happens on different browses, and once it happens, it appears in all browses and you need to restart the application. I noticed that the difference is that it always starts with browses with dcbrowsecol DATA {|| some codeblock to get data from database } ......
- Mon Dec 21, 2020 3:19 am
- Forum: User Contributions
- Topic: SmatraPDF Wrapper for Xbase++
- Replies: 6
- Views: 8771
Re: SmatraPDF Wrapper for Xbase++
Hi, If you want to create a 'pdf slide show', you can use this: @ 1,700 DCHTMLVIEWER oHtml SIZE 500, nWINDOWHEIGHT pixel RESIZE DCGUI_RESIZE_RESIZEONLY Then with ohtml:navigate(cFilename) you can easily load and display another document. This way you can create navigate buttons in the style you like.
- Thu Nov 26, 2020 10:51 am
- Forum: eXpress++ Support
- Topic: Serial Number
- Replies: 17
- Views: 2891
Re: Serial Number
Yes, as in the eighties, it always work.Working with batch files/jobs is not a good idea. It was in the eighties, nineties, but today, it's a little like using a fax device.![]()

- Wed Nov 25, 2020 9:27 am
- Forum: eXpress++ Support
- Topic: Serial Number
- Replies: 17
- Views: 2891
Re: Serial Number
Hi, Create a serial.bat from your application. This should contain 2 lines: 1. goto to the path you want. 2. execute wmic /output:filename bios get serialnumber Start this serial.bat from your application. Read the filename that is created. It will be available in the folder you specified in the bat...
- Tue Nov 10, 2020 1:19 am
- Forum: eXpress++ Support
- Topic: Memory exhausted when exe is bigger than 20MB
- Replies: 24
- Views: 4675
Re: Memory exhausted when exe is bigger than 20MB
Jimmy,

You must be kidding?split your Source into "one Function -> one PRG"

- Tue Nov 10, 2020 1:13 am
- Forum: eXpress++ Support
- Topic: Error: Parameter has a wrong data type
- Replies: 15
- Views: 3448
Re: Error: Parameter has a wrong data type
Klaus, what occurs if you do // For Windows 7 64-bit nValue := val(str(nValue)) I suppose that the error would be the same. A str(nil) gives the same error. I can't test this, because I can't reproduce the error. The error happens in code which is executed thousand times a day and is working in 99.9...
- Mon Nov 09, 2020 2:43 am
- Forum: eXpress++ Support
- Topic: Memory exhausted when exe is bigger than 20MB
- Replies: 24
- Views: 4675
Re: Memory exhausted when exe is bigger than 20MB
Hi,
I would like to share 'my experience' if I knew what to share. I haven't done anything specific, and never had problems to compile. And I also use xb2net and never encountered any problem with it.
I would like to share 'my experience' if I knew what to share. I haven't done anything specific, and never had problems to compile. And I also use xb2net and never encountered any problem with it.
- Mon Nov 09, 2020 2:37 am
- Forum: eXpress++ Support
- Topic: Error: Parameter has a wrong data type
- Replies: 15
- Views: 3448
Re: Error: Parameter has a wrong data type
Hi,
Yes, this is installed. The error is almost everytime in an 'if ...' statement.
Yes, this is installed. The error is almost everytime in an 'if ...' statement.
- Fri Nov 06, 2020 1:09 am
- Forum: eXpress++ Support
- Topic: Error: Parameter has a wrong data type
- Replies: 15
- Views: 3448
Re: Error: Parameter has a wrong data type
Hi Regan,
I'm still using 1.9.355.
I'm still using 1.9.355.