Devang
|
| Posted: 12/29/2003, 7:02 AM |
|
when i am opening teh asp form the buttons that come by default say "Add" "Submit" & "cancel"
the add button came ionly once , later the submit button is coming as a result the exhisting record gets updated instead of a new record bring created'
regards
Devang
|
|
|
 |
Edd
Posts: 547
|
| Posted: 12/29/2003, 3:24 PM |
|
This is normal. The Add button only displays when you are Adding or "Inserting" If the record exists you should ONLY get submit and Delete Buttons.
If you want to Add record all the time change your record selection.
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
Devang
|
| Posted: 01/02/2004, 4:31 AM |
|
Hi Thank you for the reply edd
I am a newbie can you please help me in changing the record selection.
I tried searching the pdf file with the record selection as the keyword but no luck
Thank you in advance
|
|
|
 |
Edd
Posts: 547
|
| Posted: 01/02/2004, 5:01 AM |
|
Devang,
On the page that calls the Maintenance window (normally the List Window) you will see a hyperlink for Add (usually at the bottom) and Edit / Delete (usually on each line).
If you click on the hyperlink on the line you will see the properties tab bring up a Page Reference with a ... button. If you click on the button it will show you the passed parameters, just delete the parameters and you should be find OR look at the Add hyperlink and you will see that it deletes a parameter.
If you delete ALL the parameters it will always Add.
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
Devang
|
| Posted: 01/07/2004, 5:43 AM |
|
Thank you very very much appreciate it :)
|
|
|
 |
devangvnb
Posts: 11
|
| Posted: 01/19/2004, 4:36 AM |
|
Hi
Well in another form i am agaion having similar problem
here it by defaults gets teh first record & give update & delete buttons
what should i do
i added the records from backend
_________________
Regards
Devang |
 |
 |
Edd
Posts: 547
|
| Posted: 01/19/2004, 5:41 AM |
|
What do want it to do? Sorry You didn't explain.
You know you can program off the Add Submit and Delete buttons.
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
devangvnb
Posts: 11
|
| Posted: 01/19/2004, 8:46 PM |
|
I have created a form which fetches a values from two different tables
one a list box from displays a list from say column from table A & another a check box displayes the value from say column of table B
now the problem is that when I have these two fields what happens is that some how the form fetches the first record from the table where I am trying to create a new record (beingt the third table C )
ps: sorry to trouble you edd & i am aware i can code but i am weak in PL/SQL as well & thats the reason i bought the product .
_________________
Regards
Devang |
 |
 |
Nicole
Posts: 586
|
| Posted: 01/26/2004, 2:49 AM |
|
Hmmm... if I understand you correctly you’re talking about the form’s edit and insert modes.
Please note that form is in the edit mode only if primary key is passed to the form. The field that is treated as primary key is added as WHERE parameter under record form’s data source dialog.
I hope it helps
_________________
Regards,
Nicole |
 |
 |
S_A
Posts: 29
|
| Posted: 07/30/2004, 8:33 AM |
|
Thanks for that one Nicole, that just helped me with an issue I had
|
 |
 |
devangvnb
Posts: 11
|
| Posted: 09/28/2004, 11:50 PM |
|
Thank you for the prev replies :)
_________________
Regards
Devang |
 |
 |