Search found 89 matches
- Sun Mar 09, 2025 2:24 pm
- Forum: Xbase++ Support
- Topic: Testing internet connection
- Replies: 16
- Views: 38272
Re: Testing internet connection CONCLUSION
(-- A --) When I turn on the internet on my computer (Windows 11) this function gives a message that the internet IS ACCESSIBLE When I turn off the INTERNET on my computer (Windows 11) this function still shows that the internet IS ACCESSIBLE: #INCLUDE "dll.ch" DLLFUNCTION InternetGetConnectedState(...
- Tue Feb 18, 2025 12:29 am
- Forum: eXpress++ Support
- Topic: DCGET COMBO AND WINDOWS 11
- Replies: 6
- Views: 4706
Re: DCGET COMBO AND WINDOWS 11
Removing the line: aCaption := DC_GetPopupCaption( { "10.Marlett", "u", 1 } ) did not help. The program works the same as with it. The same code processed through the compiler on Windows Server 2019 Standard - works the same The same code processed through the compiler on Windows 11 - works the same...
- Mon Feb 17, 2025 8:02 am
- Forum: eXpress++ Support
- Topic: DCGET COMBO AND WINDOWS 11
- Replies: 6
- Views: 4706
DCGET COMBO AND WINDOWS 11
Dear Roger, Problem: after starting DCGET COMBO the first left mouse click on the caption button shows only the first item from the popup list (image1) Repeated left mouse click on the caption button shows all items from the popup list (image2) This did not happen under windows 7 and 10 It is happen...
- Wed Jan 15, 2025 12:59 am
- Forum: eXpress++ Support
- Topic: DCGET COMBO and DATA {||array}
- Replies: 2
- Views: 2770
DCGET COMBO and DATA {||array}
Dear Roger, why COMBO DATA {|| aarray } returns only the first letter of each member of the string aarray = {"COBA","VANJA","MARKO","ANA"} DATA aarray = {"COBA","VANJA","MARKO","ANA"} DATA {|| aarray } = {"C","V","M","A"} Where am I wrong in the attached code ? * --- PUBLIC aa:=1 PUBLIC aarray:=bbb(...
- Thu Jan 09, 2025 12:27 am
- Forum: eXpress++ Support
- Topic: DCBROWSE AND MY PROBLEM
- Replies: 4
- Views: 4219
Re: DCBROWSE AND MY PROBLEM
Thanks Roger,
this method works well.
this method works well.
- Mon Jan 06, 2025 11:16 am
- Forum: eXpress++ Support
- Topic: DCBROWSE AND MY PROBLEM
- Replies: 4
- Views: 4219
Re: DCBROWSE AND MY PROBLEM
Hvala Slavko.
Ovo mi je stvarno mnogo trebalo a nisam uspeo da provalim gde leži zec. Zadužio si me.
Ovo mi je stvarno mnogo trebalo a nisam uspeo da provalim gde leži zec. Zadužio si me.
- Sat Jan 04, 2025 4:45 pm
- Forum: eXpress++ Support
- Topic: DCBROWSE AND MY PROBLEM
- Replies: 4
- Views: 4219
DCBROWSE AND MY PROBLEM
Hi Roger, I can't seem to find a solution. Please help. How to retrieve the name of the DBF field being edited from function: AFTER_EDITING(oBrowse) DCBROWSE oBrowse ALIAS "TEST"; EDIT xbeBRW_ItemSelected ; ACTION {|| AFTER_EDITING(oBrowse) } DCBROWSECOL FIELD TEST->ID_NAME CARGO "ID_NAME" PARENT oB...
- Mon Nov 11, 2024 9:18 am
- Forum: Xbase++ 2.0
- Topic: XPJ and comment
- Replies: 2
- Views: 10500
XPJ and comment
Alaska Xbase++ 2.0 If you accidentally place a comment at the beginning of the XPJ file: /* BUG.XPJ */ the application cannot be compiled and an error message is reported: Error BASE/2266;Description : Receiver of message is not an object.;Operation : getDefineCollection;Thread ID : 1 Called from ST...
- Wed Jul 10, 2024 7:39 am
- Forum: User Contributions
- Topic: RUNSHELL AND ADMINISTRATORS
- Replies: 2
- Views: 38865
RUNSHELL AND ADMINISTRATORS
Xbase++ RUNSHELL() COMMAND AND ADMINISTRATOR AUTHORIZATIONS Notes: The RunShell() command is becoming more and more relevant for working with the program CURL.EXE (which is now an integral part of windows) and other similar tools for the development and use of electronic XML and JSON documents via H...
- Mon Feb 12, 2024 1:55 pm
- Forum: eXpress++ Support
- Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
- Replies: 12
- Views: 30352
Re: TOOLTIPCOLOR and TOOLTIPFONT problem
Hi Roger, It exists in eXpress++ code: <<< Jack Duijf's Single-Thread system -> oHelp := JD_MagicHelp():New() All functions related to this are in _DCJDHLP.PRG and in _DCGETBX.PRG In eXpress++, there is no example for using JD_MagicHelp() in any prg file. I haven't been able to figure out how it wor...