Dc.
|
| Posted: 02/10/2003, 5:27 AM |
|
lets say, that i have table in mysql:
id date name description
(id is unical id with autoincrement)
when i generate with ccs an record form for this table,
i see on this form places for date, time and description.
how can i show (not allow edit) for user primary id value of new record on
this form?
sincerely,
Dc.
|
|
|
 |
Shawn Mason
|
| Posted: 02/10/2003, 10:04 AM |
|
Right-click on the textbox and choose change. Change it to a label. It will
now display the ID on an edit. If the backend does the auto-incrementing
then you are fine...it you must code it then you need to add the ID back as
a hidden field and add the code to increment it.
--
Kindest Regards,
Shawn Mason,CCD,MCP
I.S. Software Design Associates
"Dc." <dc@hot.ee> wrote in messagenews:b289bl$ihc$1@news.codecharge.com...
> lets say, that i have table in mysql:
>
> id date name description
> (id is unical id with autoincrement)
>
> when i generate with ccs an record form for this table,
> i see on this form places for date, time and description.
> how can i show (not allow edit) for user primary id value of new record on
> this form?
>
> sincerely,
>
> Dc.
>
>
|
|
|
 |
|