Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening application from vfp

Status
Not open for further replies.

jerold

Programmer
Joined
Aug 30, 2000
Messages
52
Location
PH
I have this table1. Field1 is declared as general.
In form1, it contains ButtonOpen.
anybody could help on how to setup this method/operation:

ButtonOpen.click
Automatically open the field1 (e.g. a Word File)in
its application (e.g. WORD)

Thank you:) [sig][/sig]
 
See if [tt]MODIFY GENERAL[/tt] does what you need it to. [sig]<p>Robert Bradley<br><a href=mailto: > </a><br><a href= - Visual FoxPro Development</a><br> [/sig]
 
Read Help about OLE Bound control. It have ControlSource, wich may be used to bind this control to General field.
Than, make form, place this contrl on form, define control source for it, on main form on button click open such form. [sig]<p>Vlad Grynchyshyn<br><a href=mailto:vgryn@softserve.lviv.ua>vgryn@softserve.lviv.ua</a><br>[/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top