Hi Gianluigi, I will reply later to you my previous topic, but thanks for your help. Today I'm working more with the grids and I'm stuck in one error here. It happens when I try to update a record on the grid. I click on the record and click on Edit, then the edit window open and I edit the info. When I click on Save, a new window opens with the following code:
Record NOT inserted@_acapo_@@_acapo_@--------@_acapo_@Field 0@_acapo_@Name: admuser_nome@_acapo_@Value: -guilherme-@_acapo_@FieldType: -TextBox-@_acapo_@Point 1.3@_acapo_@@_acapo_@--------@_acapo_@Field 1@_acapo_@Name: admuser_email@_acapo_@Value: [email protected]@_acapo_@FieldType: -TextBox-@_acapo_@Point 1.3@_acapo_@@_acapo_@--------@_acapo_@Field 2@_acapo_@Name: admuser_password@_acapo_@Value: -vcbc0505-@_acapo_@FieldType: -TextBox-@_acapo_@Point 1.3@_acapo_@@_acapo_@INSERT INTO mundo_site.admin_user (admuser_nome,admuser_email,admuser_password) VALUES (?,?,?)@_acapo_@
--------@_acapo_@Field 0@_acapo_@Name: admuser_nome@_acapo_@Value: -guilherme-@_acapo_@FieldType: -TextBox-@_acapo_@Point 1.3@_acapo_@@_acapo_@--------@_acapo_@Field 1@_acapo_@Name: admuser_email@_acapo_@Value: [email protected]@_acapo_@FieldType: -TextBox-@_acapo_@Point 1.3@_acapo_@@_acapo_@--------@_acapo_@Field 2@_acapo_@Name: admuser_password@_acapo_@Value: -vcbc0505-@_acapo_@FieldType: -TextBox-@_acapo_@Point 1.3@_acapo_@@_acapo_@INSERT INTO mundo_site.admin_user (admuser_nome,admuser_email,admuser_password) VALUES (?,?,?)@_acapo_@
What I'm doing wrong?
Thanks again!
Caio Prezia |
|
|