PDA

View Full Version : multi form


dennishea
11-05-2006, 01:20 PM
I have been trying to assembal a simple 2 form example of what the tutorial is trying to explain and have failed misrably multiple times. What I'm attempting to do is use one form as a menu for accessing other forms. If anybody would do a simple 2 form example for me I would sure appreciate it. Thanks in advance.

dennishea

kornalius
11-05-2006, 04:18 PM
What is not working?

Make sure the two forms have different ClassNames.

dennishea
11-05-2006, 04:37 PM
Can you give a example of classname. Do you mean like form100 or something else?

dennishea

kornalius
11-05-2006, 07:48 PM
Check your property editor, for each control you select including the form, you should see a &ClassName entry.

David Chua
11-06-2006, 12:21 AM
I've posted a small terminal program using multi-form in "Made with PPL" and I think it might help you in understanding multi-form, as explain by Kornalius.

Cheers.

dennishea
11-06-2006, 03:13 AM
thanks david

dennishea

David Chua
11-06-2006, 03:33 AM
You are welcome.

David Chua.