Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multitasking from VFP
Message
From
15/07/2004 16:27:15
 
 
To
15/07/2004 15:29:20
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00924617
Message ID:
00924904
Views:
25
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform