Antonio Linares wrote:Something more:
When we are going to perform an action from the client side, we need to decide if it is an action that we can solve locally (using javascript and using FiveWeb javascript functions) or if we need to request it from the server (database management, new requests, etc.)
The server app can ve invoked many times, and providing a parameter to it, then we can decide what to do from the same server app:
function Main( cWhatToDo )
so when we call our app, we do: //server/myapp?TheActionToDo
include "FiveWeb.ch"
function Main()
local oDlg, oImg
DEFINE DIALOG oDlg TITLE "Using images"
@ 10, 10 IMAGE oImg OF oDlg SIZE 100, 80
ACTIVATE DIALOG oDlg
return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 60 guests