Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP TOOLKIT - Where is BROWSEFORM
Message
De
30/01/2004 04:41:07
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
VFP TOOLKIT - Where is BROWSEFORM
Divers
Thread ID:
00872210
Message ID:
00872210
Vues:
65
Hello

I dont want to install the entire VFP Toolkit for .Net but I want to make use of the browse command.
The code snippet below refers to something called BrowseForm() which I cant locate in the toolkit.

Can someone tell me where it is hiding.

I am writing a web form application at the moment, and it only works with winforms, however I hope to use the Browse function as a debugging aid (if I am allowed to mix webforms and winforms, does anyone know if this is possible)
Public Shared Sub Browse(ByVal toView As System.Data.DataView)
    'Create a new form
    Dim oForm As BrowseForm = New BrowseForm()
    oForm.SetData(toView)
    oForm.Show()
End Sub


Public Shared Sub Browse()
    Browse(vfpData.oView)
End Sub
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform