Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print out

Status
Not open for further replies.
Jan 1, 2004
2
MY
after i deleted some item in view,insert into the table then i try to online print out the document. It will print out a blank page...if i delete the query of the delete then it can print nicely...
how i can delete some item from view then i can print out just after add to table?
 
If you are using a view and you add items, it may be a case where the view is not refreshed (locally) and, therefore, you cannot see the new records.

Try requerying the data..

Select v_myview
=REQUERY()

Jim Osieczonek
Delta Business Group, LLC
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top