Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MS web Ctrl works with createobject not Do form
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
00984648
Message ID:
00985492
Vues:
33
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform