jpstafford
Technical User
Using Visual Foxpro 6.0
I am adding an OLE link to a form to access the HP web site. I can not make this object visible at design or run time.
Thisform.OLEwarrantyUrl.Enabled=.T. &&this is OK, I can change this from .F. to .T.
Thisform.OLEwarrantyUrl.Visible=.F. &&this property stay’s .F. no manner what I try?
1. I created the OLE object via the form designer.
2. In the Insert Object Dialog I selected (Insert Control)
3. Selected Control Type (Microsoft Internet Transfer Control, version 6.0)
4. Right click the mouse over the object and selected (Inet Properties)
a. General Tab:
i. Access Type = 1-icDirect
ii. Proxy = None
iii. Request Timeout = 60
b. URL Tab:
i. URL = ii. Protocol = 4-ichttp
iii. Remote Host = h20000.iv. Remote Port = 80
v. Document = /bizsupport/TechSupport/WarrantyLookup.jsp
vi. The user name and password, I left blank.
Everything looks good except I can not make this object visible. What am I missing here? The application is running on two platform Windows 2000 professional and Window XP professional.
I couldn’t figure this out using my documentation and help file. Any suggestion would be helpful.
I am adding an OLE link to a form to access the HP web site. I can not make this object visible at design or run time.
Thisform.OLEwarrantyUrl.Enabled=.T. &&this is OK, I can change this from .F. to .T.
Thisform.OLEwarrantyUrl.Visible=.F. &&this property stay’s .F. no manner what I try?
1. I created the OLE object via the form designer.
2. In the Insert Object Dialog I selected (Insert Control)
3. Selected Control Type (Microsoft Internet Transfer Control, version 6.0)
4. Right click the mouse over the object and selected (Inet Properties)
a. General Tab:
i. Access Type = 1-icDirect
ii. Proxy = None
iii. Request Timeout = 60
b. URL Tab:
i. URL = ii. Protocol = 4-ichttp
iii. Remote Host = h20000.iv. Remote Port = 80
v. Document = /bizsupport/TechSupport/WarrantyLookup.jsp
vi. The user name and password, I left blank.
Everything looks good except I can not make this object visible. What am I missing here? The application is running on two platform Windows 2000 professional and Window XP professional.
I couldn’t figure this out using my documentation and help file. Any suggestion would be helpful.