Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Viewing PDF In IE Control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01312276
Message ID:
01312513
Vues:
26
The code is exact. Again, if I walk it through, all is ok. When I let it run, the pages and toolbars don't hide.



>Did you modify code exactly as I posted? What do you get if you remove TRY...ENDTRY?
>
>>Strange. If I step it through in the debugger, it works fine. If I just let it run, I still see the toolbar and
>>side pane.
>>
>>>
>>>Try
>>>
>>>...
>>>		* Load PDF
>>>		Thisform.oWB.OBJECT.Navigate2(Thisform.cPdfFileName)
>>>		* Wait for load to complete
>>>		lnSeconds = SECONDS()
>>>		DO WHILE (Thisform.oWB.OBJECT.Busy OR Thisform.oWB.OBJECT.ReadyState <> 4) ;
>>>				AND SECONDS() - lnSeconds < 60
>>>			DOEVENTS
>>>		ENDDO
>>>
>>>		TRY
>>>			loDoc = Thisform.oWB.oBJECT.Document
>>>			= loDoc.setPageMode("Page Only")
>>>			= loDoc.setShowToolbar(0)
>>>		FINALLY 	
>>>			loDoc = null
>>>		ENDTRY	
>>>...
>>>
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform