This message serves for Google indexing. It only includes the first message of each thread from technical forums. To see the entire thread, the solutions and the technical content related to each message, you need to log in by going to the main page. This can be done at http://www.universalthread.com. If you do not have an account, we encourage you to create one now and start participating in Microsoft .NET and SQL Server related technology forums, just to name a few. Our database contains nearly two millions valuable high end technical messages. Thanks for the generous contribution to everyone who participated on the site so far, including MVP, Microsoft employees and many other well known contributors. The valuable content of the Universal Thread has created a history of 16 years of high end technical content which has helped many consultants, developers and many others in the industry on a daily basis. The site also offers a subscription option that greatly enhances your site experience.


View message
From22/07/1997 10:22:36
Jim Tubridy #012773
Pitney Bowes
Shelton, Connecticut, United States
To  
All


I am trying to access a method for which I have a reference to it in a field of a table.
This is done so I can keep all my validation fn's of a page frame driven by
a table for flexibility.



The data in the field is:
do wizard1.fpcommandbutton2._translate WITH _ls_status_i


This is the code I use to access it:
Local _ls_status_i, _ls_Prog_s

* point to the correct record
use (THISFORM._p_verifydbf_s) order pagenum alias genwiz
seek (THISFORM.fppageframesingle1.activepage)

* save data to standard structure (db, struct, inifile)
_ls_Prog_s = genwiz.vermeth1
&_ls_Prog_s

Thanx
Jim Tubridy
tubridja@pb.com