Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What does the server-side code look like?

code look server-side
0
Posted

What does the server-side code look like?

0

The AccuTerm GUI environment has a library of MultiValue BASIC subroutines that are installed on the server. The design-time software includes a code generator which produces source code a BASIC program that calls ATGUI subroutines to display the form, then drops into an event loop that detects the next event triggered by the client, then uses a large CASE statement construct to determine which control fired which event and transfers control to a user-written subroutine which handles the event, then simply executes a RETURN statement. The BASIC event handler gets or sets the values of controls on the form by calling other ATGUI subroutines.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123