Add Record dialog box

QuestionsAdd Record dialog box
Alphonse asked 5 years ago

Add record dialog box does not insert data on the first field

1 Answers
Abu Ghufran Staff answered 5 years ago

Our library assumes that the first column of table is auto-increment which is auto inserted. So we skip it in add process.

If it is not auto-increment in your case, you can set:

$opt[“autoid”] = false;
….
$g->set_options($opt);

If it does not solve, resend query along with code and screenshot. Information provided is very limited.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

4 + 10 =

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?