Search found 99 matches

by slobodan1949
Tue Oct 14, 2025 9:07 am
Forum: eXpress++ Support
Topic: DC_IsAppRunning() and CRT window
Replies: 5
Views: 2068

Re: DC_IsAppRunning() and CRT window

This proved to be effective and simple. Thanks Tom.
by slobodan1949
Fri Oct 10, 2025 4:14 am
Forum: eXpress++ Support
Topic: DC_IsAppRunning() and CRT window
Replies: 5
Views: 2068

Re: DC_IsAppRunning() and CRT window

Thanks for the new technique.
by slobodan1949
Tue Sep 30, 2025 3:35 am
Forum: eXpress++ Support
Topic: DC_IsAppRunning() and CRT window
Replies: 5
Views: 2068

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...
by slobodan1949
Mon May 05, 2025 11:25 am
Forum: eXpress++ Support
Topic: DC_Achoice() and DC_GuiAchoice() and Win11
Replies: 4
Views: 9084

Re: DC_Achoice() and DC_GuiAchoice() and Win11

Elegant, simple, masterful,
THANK YOU
by slobodan1949
Mon Apr 28, 2025 2:32 pm
Forum: eXpress++ Support
Topic: DC_Achoice() and DC_GuiAchoice() and Win11
Replies: 4
Views: 9084

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
by slobodan1949
Sat Mar 22, 2025 1:12 pm
Forum: eXpress++ Support
Topic: DC_Achoice() and DC_GuiAchoice() and Win11
Replies: 4
Views: 9084

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...
by slobodan1949
Fri Mar 21, 2025 1:15 am
Forum: Xbase++ 2.0
Topic: Roger and SOAP and HTTPClient() and Xb2NET
Replies: 5
Views: 16197

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.
by slobodan1949
Thu Mar 20, 2025 2:52 pm
Forum: Xbase++ 2.0
Topic: Roger and SOAP and HTTPClient() and Xb2NET
Replies: 5
Views: 16197

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.
by slobodan1949
Thu Mar 20, 2025 2:36 pm
Forum: Xbase++ 2.0
Topic: Roger and SOAP and HTTPClient() and Xb2NET
Replies: 5
Views: 16197

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.
by slobodan1949
Thu Mar 20, 2025 2:39 am
Forum: Xbase++ 2.0
Topic: Roger and SOAP and HTTPClient() and Xb2NET
Replies: 5
Views: 16197

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...