Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Control to display formatted text
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01108311
Message ID:
01135488
Views:
18
>Yes, It looks right in the Form designer, with black background and windows logo on it. Left=10, Top=10. I tried to set it in Form's Init method, but it doesn't affect. But if I will place ActiveX Web Browser object on the same Form it will be shown properly, but I want to make class because I want to use it in different forms
>
>My initial idea is to create custom object with such functionality:
>there will be area with formated text displaying some filter settings (variable=value) which are applied on the results displayed in grid on the same form. When User clicks on that area then new form will be displayed with a lot of filters, so user can choose what he want to filter.
>I saw that some users are getting lost when form has a lot of filters in the form, so I thought that my new class would be a good improvement.

Try to move the class around on the form a litle bit and save. In the Init you have to reference Left and Top properties of the Web Browser control, not OLE container.
Thisform.oWeb.oBJECT.Left = 50
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform