PDA

Click to See Complete Forum and Search --> : How to add a new record and display it during runtime


vgp350
Apr 17th, 2006, 03:46 PM
Hi, I made an application that uses a database which stores 15 records. I printed the list of 15 records on screen, but when I add a new record and print the list again, I still get the same without the record 16.

Is there a way to generate a new .rpt file during runtime so I can get the new record and see it on my screen?

d3gerald
Apr 18th, 2006, 04:14 AM
have you updated your recordset before generating the report?