Date:  04/03/2019 03:03:52 PM Msg ID:  004977
From:  FoxWebUser1998 Thread:  004976
Subject:  Re: Single Page Applications
 
FoxWebUser1998
This definition might help. 
Single-Page Applications (SPAs) are Web apps that load asingle HTML page and dynamically update that page as the user interacts with the app. SPAs use AJAX and HTML5 to create fluid and responsive Web apps, without constant pagereloads. However, this means much of the work happens on the client side, in JavaScript.
Aside from the above, you should be able to run any valid foxpro/foxweb command to create, update, reade, delete, etc. 
Sent by Art Bergquist on 03/16/2019 03:40:09 PM:
Hi, all.
 
Has anyone implemented a Single Page Application with FoxWeb?  I'm implementing a web page that allows a user to to maintain (Create, Read, Update and Delete) Customers as well as maintain multiple Transactions for each customer.
 
I was wondering if anyone has tips to simplify implementing a Single Page Application with FoxWeb.
 
TIA,
 
Art Bergquist