Public Functions [message #82738] |
Sun, 29 June 2003 23:11 |
Malik Humaid
Messages: 14 Registered: June 2003
|
Junior Member |
|
|
I need to create a public function visible to all the forms BUT I should be able to use form built-ins within.
What I need to do is share a form between multiple application and just call the function which in turn calls the form...
eg. GetUserDate()
should display a calender form
and return the selected date within the form.
Thanks
|
|
|
Re: Public Functions [message #82741 is a reply to message #82738] |
Mon, 30 June 2003 02:21 |
|
Maaher
Messages: 7065 Registered: December 2001
|
Senior Member |
|
|
You want to use a library. You can attach a library to all your forms. Attached libraries are exactly meant for what you're trying to accomplish.
MHE
|
|
|