Quote from
Gaev on December 5, 2021, 5:26 am
@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
@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.