Home » Developer & Programmer » Forms » Insert using check box value (Forms 6i)
Insert using check box value [message #425621] Sat, 10 October 2009 08:00 Go to next message
arif_md2009
Messages: 732
Registered: May 2009
Location: United Arab Emirates
Senior Member

I am trying to insert values into temporary table based on the checked box values clicked .i am attaching the source code for your reference.i am clicking the push button on my form header but the values are not getting inserted.please check.
  • Attachment: REV_ADJ.fmb
    (Size: 788.00KB, Downloaded 1066 times)
Re: Insert using check box value [message #425624 is a reply to message #425621] Sat, 10 October 2009 10:52 Go to previous message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Attaching a form which contains objects (libraries etc.) we don't have, five canvases (we don't know what they are about), uses tables we don't have (to run the form and see what happens) is, well, not the way to ask for help.

You'd rather create a SIMPLE form which illustrates what you are trying to do.

Anyway: instead of
if :cb2 = 1 then ...
try with
if checkbox_checked then ...
If it still doesn't work, include pairs of "message - pause" statements into the code and trace its execution. Perhaps you'll find what went wrong.
Previous Topic: ORACLE FORMS
Next Topic: Populate column in block using values in another column
Goto Forum:
  


Current Time: Fri Sep 20 06:52:44 CDT 2024