On 24 Apr 2001 22:10:20 -0400, Dan Samber wrote:



> But... I'm missing something.... I need to populate the form with different
> types of information and consequently need something like:
> 
> CallForm(FormID,param1,param2, etc...)


There is no CallForm per se. Your form's open event handler has to
somehow figure out for itself what what context it is being opened in,
and then it can figure out what data to populate itself with. The part
of your program that is calling FrmGotoForm then has to define the
context as part of opening the new form. You could do this inter-form
communication in a lot of different ways: global variables, features,
preferences, a dedicated database. I personally prefer to use features.

-- 

Dave Carrigan <[EMAIL PROTECTED]>
"UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-DNS-PalmOS-XML"
Seattle, WA, USA
http://www.rudedog.org/




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to