i'am having problem in printing my report. i want to print the last record that was save in the table..my code is here:
IF NOT EOF() AND NOT BOF()
currentRecord = RECNO()
REPORT FORM renew FOR RECNO() = currentRecord TO PRINT PREVIEW
ENDIF
but when i print the last record i save, my report does not display. it will just flash and return to my form...plz help me...thanx...
IF NOT EOF() AND NOT BOF()
currentRecord = RECNO()
REPORT FORM renew FOR RECNO() = currentRecord TO PRINT PREVIEW
ENDIF
but when i print the last record i save, my report does not display. it will just flash and return to my form...plz help me...thanx...