Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP TOOLKIT - Where is BROWSEFORM
Message
From
30/01/2004 04:41:07
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
VFP TOOLKIT - Where is BROWSEFORM
Miscellaneous
Thread ID:
00872210
Message ID:
00872210
Views:
64
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
Next
Reply
Map
View

Click here to load this message in the networking platform