Search found 1015 matches
- Thu Apr 28, 2022 1:16 am
- Forum: Xbase++ 2.0
- Topic: What Java library or dll can be used to develop a WEB GUI in Xbase++?
- Replies: 52
- Views: 5311
Re: What Java library or dll can be used to develop a WEB GUI in Xbase++?
Hi, Diego. It seems like you are dreaming of a kind of "transpiler", which is able to convert code in a way that turns it into a web application. Even in the earlier years of the web, that was not a good approach. Roger tried to do something like this with DCREAD HTML, but he had reasons to stop thi...
- Wed Apr 27, 2022 10:41 pm
- Forum: Announcements
- Topic: BOA Presentation (Build Online Applications)
- Replies: 13
- Views: 1481
Re: BOA Presentation (Build Online Applications)
Looks like the session will be on may 11th, hosted either with Zoom or with Jitsi.
- Wed Apr 27, 2022 7:48 am
- Forum: Xbase++ 2.0
- Topic: What Java library or dll can be used to develop a WEB GUI in Xbase++?
- Replies: 52
- Views: 5311
Re: What Java library or dll can be used to develop a WEB GUI in Xbase++?
Hi, Chris.
I started a survey about the presentation date and will tell you the selected date on May 3rd. Thanks in advance!
I started a survey about the presentation date and will tell you the selected date on May 3rd. Thanks in advance!
- Wed Apr 27, 2022 12:16 am
- Forum: Xbase++ 2.0
- Topic: What Java library or dll can be used to develop a WEB GUI in Xbase++?
- Replies: 52
- Views: 5311
Re: What Java library or dll can be used to develop a WEB GUI in Xbase++?
Hi, Chris. Several guys from the german forum are interested in a presentation, maybe using Zoom (I have a prof. account) or the Jitsi-server the german forum owns. Could you send me some date suggestions (PM) in later may (from 9th on)? If guys from this forum are interested, they may join. This wo...
- Tue Apr 26, 2022 7:03 am
- Forum: eXpress++ Support
- Topic: Browsing dataobjects (solved)
- Replies: 9
- Views: 1130
Re: Browsing dataobjects
Cell-editing is a confusing mechanism. I do use this only in a very few cases. Having a separate editscreen ist much better.
Wolfgang, how should cell-editing work if the cell contains information concatenated from different sources?
Wolfgang, how should cell-editing work if the cell contains information concatenated from different sources?
- Mon Apr 25, 2022 7:49 am
- Forum: Xbase++ 2.0
- Topic: What Java library or dll can be used to develop a WEB GUI in Xbase++?
- Replies: 52
- Views: 5311
Re: What Java library or dll can be used to develop a WEB GUI in Xbase++?
Oops. Corrected. Sorry.
- Mon Apr 25, 2022 7:06 am
- Forum: Xbase++ 2.0
- Topic: What Java library or dll can be used to develop a WEB GUI in Xbase++?
- Replies: 52
- Views: 5311
Re: What Java library or dll can be used to develop a WEB GUI in Xbase++?
Hi, Chris.
That's an idea. I opened a thread in the german forum. https://www.xbaseforum.de/viewtopic.php?f=33&t=12266
That's an idea. I opened a thread in the german forum. https://www.xbaseforum.de/viewtopic.php?f=33&t=12266
- Mon Apr 25, 2022 5:14 am
- Forum: Xbase++ 2.0
- Topic: What Java library or dll can be used to develop a WEB GUI in Xbase++?
- Replies: 52
- Views: 5311
Re: What Java library or dll can be used to develop a WEB GUI in Xbase++?
Hi, Diego. The solution I found was PowerWeb library, from the company SD-SoftDesign, from Serbia, which like EXPRESS++, is a partner of Alaska Software. I'm very interested in seeing the results you get with this. I just took a look at the website of SD-SoftDesign, which seems to be designed in the...
- Thu Apr 14, 2022 6:31 am
- Forum: eXpress++ Support
- Topic: I can't write files to the specified folders via ftp
- Replies: 15
- Views: 1941
Re: I can't write files to the specified folders via ftp
You always get a response from a FTP server. Look at this. It will tell you why it works sometimes and sometimes not.
- Wed Apr 13, 2022 6:59 am
- Forum: PostGreSQL
- Topic: How to create a temporary dbf file by copying the structure of a POSTGRESQL table
- Replies: 4
- Views: 565
Re: How to create a temporary dbf file by copying the structure of a POSTGRESQL table
Hi, Diego. You may use the PG for temporary tables aswell. It's just a little harder to delete them - you have to use a SQL statement for that (DROP TABLE ...). Besides, it's a good idea to get rid of temporary tables. Use arrays or arrays of data objects instead. This is ways faster - and you don't...