• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Visual Basic

Ted1

Senior member
Does printing of reports/forms in VB6 should always be based on DB
I've been having problems on coming up w/ printed forms using VB6.... Does printing process in VB6 is always based on the database (data stored in the database)? So that if i want to print the data which are not included or which are not being saved, how will i print these data? Please give me some tips on how should i print current record (e.g. record which is currently displayed on the screen of the user), and records of the specified employee for example. What if i have 15 tables and 8 queries and 6 temporary tables (i've used temporary tables for printing purpose so that i could specify which and whose record to print),is there any disadvange on this matter?
 
Back
Top