Search found 97 matches
- Tue Sep 30, 2025 3:35 am
- Forum: eXpress++ Support
- Topic: DC_IsAppRunning() and CRT window
- Replies: 1
- Views: 603
DC_IsAppRunning() and CRT window
Dear Roger, is it possible to correct the function DC_IsAppRunning("XbpPmtClass","",appname(),.T.) which will work correctly with Xbase++ CRT APP Window - SetAppWindow() when the application does not use APPSYS.PRG. If possible, I would like to ask for it. In my example, which I am attaching, the fu...
- Mon May 05, 2025 11:25 am
- Forum: eXpress++ Support
- Topic: DC_Achoice() and DC_GuiAchoice() and Win11
- Replies: 4
- Views: 8248
Re: DC_Achoice() and DC_GuiAchoice() and Win11
Elegant, simple, masterful,
THANK YOU
THANK YOU
- Mon Apr 28, 2025 2:32 pm
- Forum: eXpress++ Support
- Topic: DC_Achoice() and DC_GuiAchoice() and Win11
- Replies: 4
- Views: 8248
Re: DC_Achoice() and DC_GuiAchoice() and Win11
28.04.2025
I really like Roger's function DC_GuiAchoice()
so I tried to adapt it to windows 11
The entire example is given in the file DC_GUIACHOICE.ZIP
I really like Roger's function DC_GuiAchoice()
so I tried to adapt it to windows 11
The entire example is given in the file DC_GUIACHOICE.ZIP
- Sat Mar 22, 2025 1:12 pm
- Forum: eXpress++ Support
- Topic: DC_Achoice() and DC_GuiAchoice() and Win11
- Replies: 4
- Views: 8248
DC_Achoice() and DC_GuiAchoice() and Win11
Roger, under windows 11 DC_GuiAchoice() does not work (picture 1) and DC_achoice() does not work well (picture 2) It's a good program. What needs to be fixed? ( Alaska Xbase++ 2.0.1503 , eXpress++ 2.0.268 ) aMenuItems := {"title1","title2","title3","title4"} cTitle := "LIST (Esc=Exit)" lCenter := .T...
- Fri Mar 21, 2025 1:15 am
- Forum: Xbase++ 2.0
- Topic: Roger and SOAP and HTTPClient() and Xb2NET
- Replies: 5
- Views: 14677
Re: Roger and SOAP and HTTPClient() and Xb2NET
I successfully got the following result. Maybe someone will need it for similar projects.
I am attaching the tested code.
I am attaching the tested code.
- Thu Mar 20, 2025 2:52 pm
- Forum: Xbase++ 2.0
- Topic: Roger and SOAP and HTTPClient() and Xb2NET
- Replies: 5
- Views: 14677
Re: Roger and SOAP and HTTPClient() and Xb2NET
Roger, thanks for the good code.
Tom, thanks for the answer. Now I have a motive and I will not give up on further attempts.
Tom, thanks for the answer. Now I have a motive and I will not give up on further attempts.
- Thu Mar 20, 2025 2:36 pm
- Forum: Xbase++ 2.0
- Topic: Roger and SOAP and HTTPClient() and Xb2NET
- Replies: 5
- Views: 14677
Re: Roger and SOAP and HTTPClient() and Xb2NET
Roger, hvala na dobrom kodu.
Tome, hvala na odgovoru. Sada imam motiv i neću odustati od daljih pokušaja.
Tome, hvala na odgovoru. Sada imam motiv i neću odustati od daljih pokušaja.
- Thu Mar 20, 2025 2:39 am
- Forum: Xbase++ 2.0
- Topic: Roger and SOAP and HTTPClient() and Xb2NET
- Replies: 5
- Views: 14677
Roger and SOAP and HTTPClient() and Xb2NET
Dear Roger, in the folder \exp20\Samples\Soap you have provided examples for SOAP that are executed via Xb2NET.LIB/DLL technology. Did you do that because Alaska Xbase++ with the HTTPClient() class cannot execute SOAP? I am asking this for the following reason: I am trying to use HTTPClient for SOAP...
- Sun Mar 09, 2025 2:24 pm
- Forum: Xbase++ Support
- Topic: Testing internet connection
- Replies: 16
- Views: 354319
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: 13172
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...