VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Create your own Data Report in text file format, No need to use any third party Report writer, Try

Fayyaz Butt  (2 Submissions)   Databases/Data Access/DAO/ADO   VB 6.0   Unknown Difficulty   Wed 28th December 2005   Mon 8th February 2021

Create your own Data Report in text file format, No need to use any third party Report writer, Try its very easy....

API Declarations


' You must add Filescripting reference in your project before run this routine
' This is sample report from generic table, plz set data fields according to your database

Dim Fs, Glfile
Dim fvlonLineCount As Long
Dim fvbooExitPrintLine As Boolean
Dim fvintPageNo As Integer

Dim rsGeneric As New ADODB.Recordset ' any Generic Recordset
Dim CN As ADODB.Connection ' set your connection
Dim Rs As New ADODB.Recordset ' set your recordset


Rate Create your own Data Report in text file format, No need to use any third party Report writer, Try (1(1 Vote))
Create your own Data Report in text file format, No need to use any third party Report writer, Try .bas

Create your own Data Report in text file format, No need to use any third party Report writer, Try Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters