Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web Control
Message
De
28/04/2000 10:59:00
 
 
À
27/04/2000 15:49:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Divers
Thread ID:
00364173
Message ID:
00364484
Vues:
17
>>>>I'm looking to change some of the properties on the web control in VFP 6 SP3.
>>>>
>>>>I want to remove the verticle scrollbar, change the special effects so the control is flat, instead of sunken and remove the border.
>>>
>>>I don't know of a way to remove the 3D effects and border, but you can turn off the scrollbar with:
>>>
>>>THISFORM.oIE.Document.Body.Scroll = "no"
>>
>>I get member document does not evaluate to an object error. In the debug window, I can type the ThisForm.oleweb.Document.Body.Scroll into the watch window and set the value from there.
>>
>>Ideas?
>
>You have to poll oIE.ReadyState and then oIE.Document.ReadyState to make sure the page is finished loading.

Thanks for your help.

Just to let you know how I handled my display problems. I ended up dropping the web control on a form and turning the title and border off on the form. I set the web control size so that the border displayed outside of the form. I set the form to always background so it appears to be displaying on/from the top level form.

So times the larger hammer works best.
Fred Lauckner

You know, it works on my computer. I don't know what your problem is.

.Net aint so bad.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform