AndreSch
Posts: 27
|
| Posted: 07/27/2008, 8:15 AM |
|
I have a menu with various screens. One screen is a list of items and a Add New. When I select from the menu the add new option.I get the correct screen, but instead of blank fields, the last item viewed content is displayed.
what is the prolem. I used the Record Builder to generate the screen.
|
 |
 |
wkempees
Posts: 1679
|
| Posted: 07/27/2008, 8:20 AM |
|
Your URL is something like ..........php?id=nnn
The Reord Form will always initialy check if there is an URL variable, and then enter EDIT mode.
If there is no variabe on the URL it will enter INSERT mode.
The solution is either:
Your menu option is calling the form with a parameter, remove the parameter.
Your URL is still filled from a previous attempt
Your parameter block is still carrying the required parameter, remove the param.
Or, something else.......
Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
|