Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with crystal ocx
Message
De
18/04/2002 09:54:59
 
 
À
18/04/2002 09:42:32
Information générale
Forum:
Visual Basic
Catégorie:
Contrôles ActiveX
Divers
Thread ID:
00646295
Message ID:
00646300
Vues:
12
This message has been marked as the solution to the initial question of the thread.
Remove marked row:

Private Sub Form_Load()
CrystalReport2.ReportFileName = "K:\report library\production\Land Finance application status history.rpt"
CrystalReport2.Action = 1
Do While CrystalReport2.Status <> 3
Loop
'///
End 'Must be removed!!!
'\\\
CrystalReport2.ReportFileName = "K:\report library\production\Refi application status history.rpt"
CrystalReport2.Action = 1
Do While CrystalReport2.Status <> 3
Loop

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform