FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Programming Asyncrona for FiveWeb
Posts: 392
Joined: Tue Jul 29, 2008 01:55 PM
Programming Asyncrona for FiveWeb
Posted: Tue Dec 04, 2012 05:38 PM

Hello FiveWinners.

With this new thread I have the intension to learn this programming technology, which some of us may be new.
Some stakeholders like me in programming with FiveWeb (which I hope very nervous and fingers on the keyboard) must know this technique, allowing us to avoid headaches when programming.

Almost all programmers who started with old techniques, as we have always planned syncrona because our systems were intended to end users see results in a continuous inteccion between them and our application.

Not now, based on the programming technique Asyncrona need to think with some variations

In this space, I invite everyone to bring about programming asyncrona to raise our productivity.

I start with this article:

http://www.dotnetmania.com/articulos/pr ... rp-50.aspx

There are many more ... I hope to be enriched by their contributions.

regards

Visite Chiapas, el paraiso de México.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Programming Asyncrona for FiveWeb
Posted: Wed Dec 05, 2012 07:46 AM
Gustavo,

FiveWeb uses JQuery UI Ajax implementation (method Load()) for async processes:

Code (fw): Select all Collapse
METHOD Activate() CLASS TBrowse

   if Empty( ::cAlias ) 
      ? "<script>"
      ? '$( "#' + ::cVarName + '" ).load( "' + ::cUrl + '" );'
      ? "</script>"
   endif   
   
return nil
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion