smalloy
Posts: 107
|
| Posted: 06/07/2007, 4:40 PM |
|
I don't want the form to show in editmode, I want the previous data to apepar in the form when called (just like when in EditMode) with the parameter but allow user to change the data , or leave the same, and then Insert as a new record.
I tried Certificate_Policies1.EditMode = false but it makes edit mode false and nothing happens. There doesn't seem to me an InsertMode. Perhaps its my 80hr. work week but I'm stumped.
Thanks for assisting,
Steve
_________________
Anything can be done, just give me time and money. |
 |
 |
wkempees
|
| Posted: 06/08/2007, 12:46 AM |
|
remove the parameter from the url upon return
if the form sees no parameter it will be in insertmode
form.asp?id=1
=>
form.asp
"smalloy" <smalloy@forum.codecharge> schreef in bericht
news:64668977312b23@news.codecharge.com...
>I don't want the form to show in editmode, I want the previous data to
>apepar in
> the form when called (just like when in EditMode) with the parameter but
> allow
> user to change the data , or leave the same, and then Insert as a new
> record.
>
> I tried Certificate_Policies1.EditMode = false but it makes
> edit
> mode false and nothing happens. There doesn't seem to me an InsertMode.
> Perhaps
> its my 80hr. work week but I'm stumped.
>
> Thanks for assisting,
> Steve
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|