FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour DOS accounting system to TWeb
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: DOS accounting system to TWeb
Posted: Mon Sep 14, 2020 09:07 AM
This week starts well.
The FIVEWIN web service works perfectly.
report.viewAJAX
1) Writes the request to a file on the server for the FIVEWIN server
2) starts timer = setInterval (function () {checkFile ();}, 3000);
checkFile
AJAX monitors for the response file of the FIVEWIN server
success: function displays the response file in an <iFrame>



Continue the discussion