corsasport.co.uk
 

Corsa Sport » Message Board » Off Day » Geek Day » sql/forms builder help - pretty basic really » Post Reply

Post Reply
Who Can Post? All users can post new topics and all users can reply.
Icon:
Formatting Mode:
Normal
Advanced
Help

Insert Bold text Insert Italicized text Insert Underlined text Insert Centered text Insert a Hyperlink Insert Email Hyperlink Insert an Image Insert Code Formatted text Insert Quoted text
Message:
HTML is Off
Smilies are On
BB Code is On
[img] Code is On
Post Options: Disable smileys?
Turn BBCode off?
Receive email notification of new replies?

Tantastic

posted on 28th Mar 07 at 18:06

in oracle forms builder, i have a blank canvas (viewed using layout editor?) work area, design view whatever you wanna call it :-)


AndyKent

posted on 28th Mar 07 at 16:58

canvas???


Tantastic

posted on 28th Mar 07 at 15:45

thanks for your helps guys ive managed to sort it out now :-)

another quick small favour though... I have my canvas open at the moment in forms builder. I am wanting to insert an image onto the canvas, does anyone know the correct way to do this?

thanks


AndyKent

posted on 26th Mar 07 at 13:27

I think I'm correct in saying that you should check the data twice - once with Javascript for example and again before inserting the data. That why the data is at least checked once, but its easier to tell the user while they are filling the form in.


Ian

posted on 26th Mar 07 at 13:25

Depends if you actually want to store records for people who are not old enough or discard the record.

We still keep member records for declined memberships and banned people just for historical interest for example.


Cybermonkey

posted on 26th Mar 07 at 11:00

personally i would use the greatest/least functions. this provides the biggest scope for customising tables like this


Tantastic

posted on 26th Mar 07 at 10:57

im stuck on 1 aspect of an assignment and wondered if anyone could help.

im creating a table using oracles sql+. for 1 of the sections i have to include the users date of birth, but need to ensure that theyre over the age of 18.

what is the best method to go about doing this, would it be to add the validation in the sql when i create the table or to add it in when im using the forms builder.