Search found 565 matches

by unixkd
Sat Aug 13, 2022 2:49 am
Forum: eXpress++ Support
Topic: The new ILX portal
Replies: 8
Views: 4309

Re: The new ILX portal

Code: Select all

I am surprised that it is written in PHP instead of CXP.
This is a very pertinent question as by Roger. That was what came to my mind when I first visited the new portal.

Joe
by unixkd
Mon Aug 08, 2022 12:46 pm
Forum: eXpress++ Support
Topic: How can I default first element in DCBROWSE with editor
Replies: 1
Views: 1808

How can I default first element in DCBROWSE with editor

Hi All,
I have

@ ... DCBROWSE oBrowse .... EDIT...

@ nil,nil DCCOMBOBOX xNIL LIST aProduct SIZE 50,15 TYPE XBPCOMBO_DROPDOWNLIST IMMEDIATE ID "PRODUCT_TYPE"

I want the first element of aProduct i.e. aProduct[1] to be in xNIL when it get focus

Thanks

Joe
by unixkd
Mon Aug 01, 2022 4:25 am
Forum: eXpress++ Support
Topic: How can I update the DCBROWCOL FOOTER
Replies: 2
Views: 2194

How can I update the DCBROWCOL FOOTER

Hi all

How can I update the DCBROWCOL FOOTER in DCBROWSE ... EDIT Array at runtime. After editing a cell and want to display the total in the footer.

Thanks

Joe
by unixkd
Wed Jul 13, 2022 7:20 am
Forum: eXpress++ Support
Topic: Here is an example of the use of Biometric Fingerprint Reader
Replies: 10
Views: 5392

Re: Here is an example of the use of Biometric Fingerprint Reader

If you want to get serious with biometrics, I recommend innovatrics sdk. Fast, sleek with good documentation. I have been using it since 2009 on a very large human resources application. www.innovatrics.com

Joe
by unixkd
Thu Jun 16, 2022 11:39 am
Forum: eXpress++ Support
Topic: Topaz signature tablet
Replies: 12
Views: 6196

Re: Topaz signature tablet

Hi Roger

Your response was great, we all know where Tom headed.

A lot of responses in this forum follow this maxim. you ask for a and possibly get not directly related x,y, z and at times may be plus 'a' itself. For me that is cool too because it enrich this forum one way or the other.

Joe
by unixkd
Sun May 22, 2022 11:48 am
Forum: CXP / Web Development
Topic: How to develop reports on the Web with CXP and Express
Replies: 10
Views: 6274

Re: How to develop reports on the Web with CXP and Express

Hi I have no knowledge of web programming, but follow Roger sample on CXP during the early days of its release. In one of the sample Roger explained that to create report for web, just find a way to output your report to a pdf file and and then use the HTMLVIEWER to send it to the browser. In that c...
by unixkd
Wed Apr 20, 2022 10:54 am
Forum: Xbase++ 2.0
Topic: What Java library or dll can be used to develop a WEB GUI in Xbase++?
Replies: 62
Views: 26025

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

Hi Diego What did Roger do with RMChart and Codejock, did he adapt it to HTML or to the Express library? I know whatever Roger has done, as RMCART I would like to meet him. Roger Adapted RmChart and Codejock for use with EXPRESS++ Desktop applications in a very convenient and easy way NOT for web de...
by unixkd
Mon Apr 18, 2022 2:42 pm
Forum: Xbase++ 2.0
Topic: What Java library or dll can be used to develop a WEB GUI in Xbase++?
Replies: 62
Views: 26025

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

Hi Just like other contributors had said on this post, there are no xbase parts for web UI in Xbase++. Roger try to do this with DCREAD HTML but not very straight forward. The BOA also is not that straight forward because we do not know of any samples to showcase how to do this without stress. And f...
by unixkd
Wed Mar 30, 2022 12:44 am
Forum: eXpress++ Support
Topic: Examples in Xbase++ code, or Express++, to help me understand how to send and receive information in JSON and XML format
Replies: 28
Views: 11933

Re: Examples in Xbase++ code, or Express++, to help me understand how to send and receive information in JSON and XML fo

In addition foxpro is Xbase so the sample code can be translated to Xbase++ very easily e.g. FOXPRO SAMPLE CODE =================== Function StockQuote() LOCAL loRest LOCAL lnBTls LOCAL lnPort LOCAL lnBAutoReconnect LOCAL lnSuccess LOCAL lcResponseJson * This example requires the Chilkat API to have...
by unixkd
Wed Mar 30, 2022 12:18 am
Forum: eXpress++ Support
Topic: Examples in Xbase++ code, or Express++, to help me understand how to send and receive information in JSON and XML format
Replies: 28
Views: 11933

Re: Examples in Xbase++ code, or Express++, to help me understand how to send and receive information in JSON and XML fo

The Chilkat has ActiveX version that can be used very easily in Xbase++. I use a lot of their free components and it is fun.

Joe