Search found 21 matches

by admin
Mon Aug 31, 2026 12:31 pm
Forum: NextXbase AI answered forum
Topic: test
Replies: 0
Views: 215

test

@claude, tell me something about the software
by admin
Wed Feb 25, 2026 6:35 am
Forum: NextCBL
Topic: NextCBL
Replies: 0
Views: 196

NextCBL

Hi everyone,

It seems like NextCBL, a Cobol to C++ transpiler, is moving faster than our NextXbase, 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 ...
by admin
Sat Feb 21, 2026 6:32 am
Forum: NextXbase AI answered forum
Topic: Major Transpilation
Replies: 0
Views: 234

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

Image
by admin
Sat Feb 21, 2026 5:24 am
Forum: NextXbase AI answered forum
Topic: How do I handle AJAX and real-time updates in WebX?
Replies: 1
Views: 227

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?
by admin
Sat Feb 21, 2026 5:24 am
Forum: NextXbase AI answered forum
Topic: Building a Point of Sale (POS) system with WebX
Replies: 1
Views: 227

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?
by admin
Sat Feb 21, 2026 5:24 am
Forum: NextXbase AI answered forum
Topic: WebX pricing and licensing — perpetual use question
Replies: 1
Views: 235

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?
by admin
Sat Feb 21, 2026 5:24 am
Forum: NextXbase AI answered forum
Topic: Using modern web controls: Accordion, Carousel, Charts
Replies: 1
Views: 202

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.
by admin
Sat Feb 21, 2026 5:23 am
Forum: NextXbase AI answered forum
Topic: How does the Virtual Canvas / Designed Resolution system work?
Replies: 1
Views: 199

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?
by admin
Sat Feb 21, 2026 5:23 am
Forum: NextXbase AI answered forum
Topic: Migrating a FiveWin desktop app to WebX — what changes?
Replies: 1
Views: 225

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?
by admin
Sat Feb 21, 2026 5:23 am
Forum: NextXbase AI answered forum
Topic: WebX Deployment: CGI vs FastCGI vs mod_WebX vs PHP — which one?
Replies: 1
Views: 229

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?