NO me doy cuenta donde esta el error... // I do not realize where the error is ... - Forum

Forum Navigation
You need to log in to create posts and topics.

NO me doy cuenta donde esta el error... // I do not realize where the error is ...

@aslyecruz, @gaev,@vadim

ESPAÑOL

He creado un pequeño proyecto para almacenar contraseñas.
La base funciona perfecto pero cuando le pulso para que imprima
me sale un cartel que no puede insertar una columna vacia y lo mas curioso es que me borra el dato inicial del ultimo registro
no puedo darme cuenta que es lo que esta mal

Adjunto el proyecto a ver si me pueden orientar...

Desde ya mil gracias

ENGLISH

I have created a small project to store passwords.
The base works perfect but when I press it to print
I get a poster that cannot insert an empty column and the most curious thing is that it deletes the initial data of the last record
I can't figure out what's wrong

I am attaching the project to see if you can guide me ...

Thank you in advance

 

me

 

Uploaded files:
  • You need to login to have access to uploads.

@joferar333

when I press it to print
I get a poster that cannot insert an empty column

I did not get that error message; however, I had to change the path/name of the .mdb file in the .dbr specification.

and the most curious thing is that it deletes the initial data of the last record

I am not sure what you mean by 'initial data of the last record' ... if you mean the contents of the first column in the record, it is not deleted; because of your font color selection for hilited cells (within the dbpSetGridProperties command) i.e. white text on white background, it appears to be blank ... it is still visible in your form .. and if you select another record, the first column of that record also appears blank.

As for your report only printing the Report Title, in the Data Body band, you did not specify the Database Table to be used ...

1) Right Click on the Data Body band
2) In the Table field, specify pass
3) click on the OK Button

luishp and Vadim have reacted to this post.
luishpVadim