while adding a new record don't want to show primary key in form

Questionswhile adding a new record don't want to show primary key in form
M Sai kumar asked 11 years ago

in my php code,

and while updating… i want to make primary key field as uneditable

3 Answers
Abu Ghufran answered 11 years ago

You can make field as hidden.

$col["hidden"] = true;

PK must be editable in order to perform update/delete operations.

David Hodgson answered 9 years ago

Has this changed? We are having similar issues.
We have the licensed version.

We are doing a master/detail update.

Is there a place where we can send you the code we are trying to run.

Mssql 2008r2

Here is a snip of the 2nd grid.

Abu Ghufran answered 9 years ago

You can email me at [email protected]

Your Answer

13 + 14 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?