karthikcoep
Registered User.
- Local time
- Tomorrow, 03:40
- Joined
- Mar 4, 2009
- Messages
- 40
I have created a multiple items form.
There are three fields in the form.
Sr No-Textbox-Primary key
Geometry-Combobox
Factor-combobox
I want to acheive the following.
When the user selects one of the following geometries,
Square
Rectangle
Triangle
Circle.
A pop-up dialog should open up, asking for values like length of side, radius of circle, base of triangle etc.
The user will enter the data.
When he saves the data,
The pop-up box should disappear and
then the user will select the factor.
The vaule entered in the pop up dialog should be stored in the same record as that of the primary key (Sr no).
How to achieve this.
Also how to calculate area on the basis of the data entered.
There are three fields in the form.
Sr No-Textbox-Primary key
Geometry-Combobox
Factor-combobox
I want to acheive the following.
When the user selects one of the following geometries,
Square
Rectangle
Triangle
Circle.
A pop-up dialog should open up, asking for values like length of side, radius of circle, base of triangle etc.
The user will enter the data.
When he saves the data,
The pop-up box should disappear and
then the user will select the factor.
The vaule entered in the pop up dialog should be stored in the same record as that of the primary key (Sr no).
How to achieve this.
Also how to calculate area on the basis of the data entered.