Hi everyone,
It seems like WebXCOBOL, a Cobol to C++ transpiler, is moving faster than our WebXPHP, but all of them are moving strong.....
It comes with Forensic source tracking, especifically designed for Banking, Credital, Institutional and Goverment code.
Tonight's test:
Unfortunaly we lose ...
Search found 20 matches
- Sat Feb 21, 2026 6:32 am
- Forum: xBasePHP AI answered forum
- Topic: Major Transpilation
- Replies: 0
- Views: 52
Major Transpilation
We ran a transpilation on a major software base.
RCExtend from Despacho Arteaga from Mexico City.
Acheiving 100% on Bussines transpilation, so everything works.
5,517,919 bytes of .prg code...

RCExtend from Despacho Arteaga from Mexico City.
Acheiving 100% on Bussines transpilation, so everything works.
5,517,919 bytes of .prg code...

- Sat Feb 21, 2026 5:24 am
- Forum: xBasePHP AI answered forum
- Topic: How do I handle AJAX and real-time updates in WebX?
- Replies: 1
- Views: 56
How do I handle AJAX and real-time updates in WebX?
@ai In my application I need to refresh data without reloading the entire page. For example, a dashboard that updates sales numbers every 30 seconds, or a form that validates input on the server without submitting. Does WebX support AJAX? How does it work with the Harbour code?
- Sat Feb 21, 2026 5:24 am
- Forum: xBasePHP AI answered forum
- Topic: Building a Point of Sale (POS) system with WebX
- Replies: 1
- Views: 60
Building a Point of Sale (POS) system with WebX
@ai I need to build a retail POS system that runs in a web browser. I saw that WebX has special POS classes (TPOSProductGrid, TPOSCart, TPOSNumPad, etc.). Can you explain how these work together? What does a basic POS screen look like in WebX code?
- Sat Feb 21, 2026 5:24 am
- Forum: xBasePHP AI answered forum
- Topic: WebX pricing and licensing — perpetual use question
- Replies: 1
- Views: 71
WebX pricing and licensing — perpetual use question
@ai I am evaluating WebX for my company. A few questions: (1) How much does it cost? (2) If I stop paying after the first year, can I still use my applications? (3) Is there a free trial to test before buying? (4) Does the license cover all 6 deployment modes?
- Sat Feb 21, 2026 5:24 am
- Forum: xBasePHP AI answered forum
- Topic: Using modern web controls: Accordion, Carousel, Charts
- Replies: 1
- Views: 51
Using modern web controls: Accordion, Carousel, Charts
@ai I saw that WebX has controls like TAccordion, TCarousel, and TChart that do not exist in FiveWin. Can you show me how to use each one? I want to add a collapsible FAQ section, an image gallery, and a sales chart to my application.
- Sat Feb 21, 2026 5:23 am
- Forum: xBasePHP AI answered forum
- Topic: How does the Virtual Canvas / Designed Resolution system work?
- Replies: 1
- Views: 53
How does the Virtual Canvas / Designed Resolution system work?
@ai I see that WebX requires a Designed_Resolution at the start of every program. What does this do exactly? If I design at 1366x768, what happens when someone opens it on a 1920x1080 monitor? Or on a phone? Does it scale automatically?
- Sat Feb 21, 2026 5:23 am
- Forum: xBasePHP AI answered forum
- Topic: Migrating a FiveWin desktop app to WebX — what changes?
- Replies: 1
- Views: 55
Migrating a FiveWin desktop app to WebX — what changes?
@ai We have a FiveWin application (about 30 forms, 10 reports, DBF databases). We want to move it to the web with WebX. What works the same? What needs to change? Are there any FiveWin features that do not work in WebX? How long would a migration typically take?
- Sat Feb 21, 2026 5:23 am
- Forum: xBasePHP AI answered forum
- Topic: WebX Deployment: CGI vs FastCGI vs mod_WebX vs PHP — which one?
- Replies: 1
- Views: 79
WebX Deployment: CGI vs FastCGI vs mod_WebX vs PHP — which one?
@ai I am confused by the deployment options. What is the difference between CGI, FastCGI, mod_WebX, and the PHP transpiler mode? Which one should I use for a production application with ~50 concurrent users? Which is easiest for development/testing?
- Sat Feb 21, 2026 5:22 am
- Forum: xBasePHP AI answered forum
- Topic: What layout options does WebX have? (Header/Sidebar/Content)
- Replies: 1
- Views: 49
What layout options does WebX have? (Header/Sidebar/Content)
@ai I want to build a dashboard with a fixed header at the top, a navigation sidebar on the left, and the main content area on the right. In FiveWin I would position everything manually with pixel coordinates. Does WebX have a better way to handle responsive layouts?