Using DataFlex to Chat with ChatGPT
A while ago now – almost two years in fact – we released a little demo of a Voice Controlled application in DataFlex (Down the… Read More »Using DataFlex to Chat with ChatGPT
A while ago now – almost two years in fact – we released a little demo of a Voice Controlled application in DataFlex (Down the… Read More »Using DataFlex to Chat with ChatGPT
Yes, you can create voice controlled WebApps with DataFlex, and here’s how… You can try out the sample view shown above here. Inspired by Johan… Read More »Voice Controlled WebApps with DataFlex
Recently the question ‘How to Convert pdf file to base64 string?’ was asked on the Data Access Support forums (thanks Todd! <g>). Working through the… Read More »Working with binary files in DataFlex
“All right, but apart from the sanitation, the medicine, education, wine, public order, irrigation, roads, the fresh water system and public health, what have the… Read More »How does REST actually help us build APIs?
When writing Web Applications using the DataFlex WebApp Framework developers new to the paradigm often struggle to understand how the “state” of the application needs… Read More »DataFlex WebApp Process Pooling Demo
(Originally published on the DataFlex Wiki) 6 of 6 The simple example of a RESTful service set out in the article A Simple RESTful Service involved quite a bit of… Read More »Using the DataFlex REST Library
(A Simple RESTful Service was originally published on the DataFlex Wiki) 5 of 6 To create a simple RESTful service in DataFlex we will require a… Read More »A Simple RESTful Service in DataFlex
(Creating RESTful services in DataFlex was originally published on the DataFlex Wiki) 4 of 6 REST is not CRUD, but… It is often said that… Read More »Creating RESTful Services in DataFlex
(Consuming RESTful Services in DataFlex was originally published on the DataFlex Wiki) 3 of 6 To consume (be a client of) a web service we are… Read More »Consuming RESTful Services in DataFlex
(RESTful Web Service Theory was originally published on the DataFlex Wiki) 1 of 6 REST is a term for a style of Web Service. It is in distinct contrast… Read More »RESTful Web Service Theory