problem of stacked canvas and radio button [message #261139] |
Tue, 21 August 2007 23:47 |
fam_bila
Messages: 43 Registered: August 2007 Location: pakistan
|
Member |
|
|
hello
we are making a form to mark attendence of a student.On this form there is four listitems such as class,session,subject,date..when user choose data through these list items.than a new canvas should open in the same window at the desired location....
-->first problem is how can it open?
-->second this new canvvas contain four radio button to mark attendence as present,absent,leave or exceptional leave .the problem is when we select one of the radio button than how data can enter in the related column'attendence mode' in the database table.
hope my point is clear.
plz help us to solve this problem
regards
|
|
|
Re: problem of stacked canvas and radio button [message #261320 is a reply to message #261139] |
Wed, 22 August 2007 05:35 |
sispk6
Messages: 164 Registered: November 2006 Location: pakistan
|
Senior Member |
|
|
ON THE EVENT
" WHEN-CHECKBOX-CHANGED"
IF it is checked that call_form(params);
and for the second solution create a record group
and add radio buttons to it.
connect radio group to a single column of ur table;
set property = "radio button value" in each radio button to
a for absent - or as u like , then insert the data
and view results in the data base,
regards
peace
|
|
|
|