Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MS web Ctrl works with createobject not Do form
Message
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00984648
Message ID:
00985492
Views:
35
You can find values for readystate on MSDN
lState	Integer that receives one of the following values.
0	Object is not initialized with data.
1	Object is loading its data.
2	Object has finished loading its data.
3	User can interact with the object even though it is not fully loaded.
4	Object is completely initialized.
>
>However, in testing it it still doesn't seem to work. The page does pop up right away with the browser and html table. However, when I add ***? .readystate *** to the Do While loop, inside and after, running the browser on page2 on the pageframe, .ReadyState never equals 4. It equals 3 (Which I don't know what that means). But it does work for page1 showing 4 at the end of the loop. If I replace the .Navigate("about:blank") with an actual html file it never opens.
>
>So it still doesn't work right (at least for me). Am I missing something?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform