Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multitasking from VFP
Message
De
15/07/2004 16:27:15
 
 
À
15/07/2004 15:29:20
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00924617
Message ID:
00924904
Vues:
23
Sylvain,

That sounds great but I am confused.

Perhaps best if I use a code example:

oitfapp=Createobject("itfcom.itfcomapplicationobject")

oitf_oicurrentbalancebo=oitfapp.obizobjs.add("v_oi_current_balance_by_sobizobj")
oitf_oicurrentbalancebo.setparameter("VP_cinmate_identifier",tcinmateid)
oitf_oicurrentbalancebo.requery()

So I create the COM object.

At varions places through the calling app, I issue obizobjs.add which basically creates a view. Then set a parameter on the view and requery it.

The 3 lines basically create a view andpull the balance info for an account.

It is the requery line that populates the view. That is the line I would like to be able to say "Populate the view. I will check back later to see if you have my balance yet."

So are you saying, when I issue ANY of these lines (using an EXE rather than DLL), the only difference will be that the lines will execute without the calling program doing any waiting?

Thanks,
John
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform