Search found 565 matches

by unixkd
Thu Mar 02, 2023 6:39 am
Forum: eXpress++ Support
Topic: SONIC SKINNER ACTIVEX
Replies: 4
Views: 1843

SONIC SKINNER ACTIVEX

HI All Sonic Activex can be used to skin an Xbase++ Application and it cost just $21. I tried the control but it gives automation runtime error 440. Anybody familiar with this error? Sonic skinner can be downloaded here: https://sonicactivex.com/download.html #include "dcdialog.ch" #include "appeven...
by unixkd
Mon Feb 13, 2023 4:44 am
Forum: eXpress++ Support
Topic: sdenjuopl148 ???
Replies: 1
Views: 1305

sdenjuopl148 ???

Dear ALL

What is this sdenjuopl148 nuisance all about ?

Joe
by unixkd
Fri Feb 10, 2023 4:53 am
Forum: Xbase++ Support
Topic: Printscreen on Windows 7
Replies: 29
Views: 46038

Re: Printscreen on Windows 7

What is the meaning of the above LINKS ?

Joe
by unixkd
Thu Feb 09, 2023 8:00 am
Forum: eXpress++ Support
Topic: Can I use the window handle of FASTREPORT preview in xbase dialog?
Replies: 6
Views: 2152

Re: Can I use the window handle of FASTREPORT preview in xbase dialog?

Hi Tom

Does the license of L&L expire at the end of a year ?

Joe
by unixkd
Fri Feb 03, 2023 4:13 am
Forum: eXpress++ Support
Topic: Can I use the window handle of FASTREPORT preview in xbase dialog?
Replies: 6
Views: 2152

Can I use the window handle of FASTREPORT preview in xbase dialog?

Hi all Can I use the window handle of FASTREPORT preview in xbase dialog? to create a busy window like: FUNCTION CreateBusyWindow(oPrg) LOCAL GetList[0], GetOptions, oBusyDlg @ 0,0 DCSAY 'Please wait...' SAYSIZE 0 FONT '20.Arial Bold' @ 2,1 DCSAY 'Counting Pages:' SAYSIZE 25 FONT '13.Arial' @ DCGUI_...
by unixkd
Mon Jan 02, 2023 1:41 pm
Forum: eXpress++ Support
Topic: DC_XbpMenuConfig()
Replies: 1
Views: 1233

DC_XbpMenuConfig()

Happy new year to all members. aCfg := DC_XbpMenuConfig() aCfg[11] := GRA_CLR_DARKBLUE // NOT WORKING DC_XbpMenuConfig(aCfg) Joe #include "dcdialog.ch" #include "gra.ch" FUNCTION XSample_9() Local aCfg := DC_XbpMenuConfig() LOCAL GetList := {}, oFileMenu, oMenuBar, oEditMenu, oMemo, oUtilMenu, ; cMe...
by unixkd
Sun Dec 25, 2022 12:52 am
Forum: Xbase++ 2.0
Topic: What Java library or dll can be used to develop a WEB GUI in Xbase++?
Replies: 62
Views: 25479

Re: What Java library or dll can be used to develop a WEB GUI in Xbase++?

What I need most now is to upload a PDF to the browser, display it in the browser. Browsers block PDF views if they are not included in a URL. I would like to know how to create a local URL, to be able to show in the browser, the PDFs that I have created successfully, with the EXpress library. Hope...
by unixkd
Thu Oct 27, 2022 10:22 am
Forum: eXpress++ Support
Topic: Correct handling of execution errors
Replies: 6
Views: 2303

Re: Correct handling of execution errors

Try this, work for me. DC_IsAppRunning() did not work for me #include "dll.ch" #include "WinAPI.Ch" #include "ot4xb.ch" #DEFINE SW_RESTORE 9 FUNCTION IsAppRunning(cExe,cTitle,lRestore,lExactTitle) /* Developed on Windows 98 2nd Edition using XBase++ 1.7 Tested on Windows 98, 2000, and NT 4.0 Richard...
by unixkd
Mon Aug 15, 2022 6:39 am
Forum: eXpress++ Support
Topic: The new ILX portal
Replies: 8
Views: 4220

Re: The new ILX portal

Hi Tom

Code: Select all

I'm happy they didn't waste their limited time with programming such a thing with CX/P.
Are you insinuating that PHP is better than CXP for web application development ?

Joe