Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A VFP users not use to VB commands needs help =(
Message
From
13/10/2001 11:41:17
 
 
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00568044
Message ID:
00568157
Views:
15
This message has been marked as a message which has helped to the initial question of the thread.
>Hi All,
>
>I have been given a VB project to look into, and from the first form I am having a major problem.
>
>below is where I am having a prob, the dims I know but the set and New is getting to me.
>
>
>    Dim sPasscode As String
>    Dim iI As Integer
>    Dim tUser As SW2KSecurityData.tUser
>            'Set variables
>    Set clsUtility = New CUtilityData
>    Set clsPasscode = New CPasscode
>    Set clsSecurity = New CSecurityData
>
Make sure that all variables after New have been declared (Dimmed) in the general declarations of the form or as Public in a module. Try to find Dim clsUtility As CUtilityData (and the others) anywhere in the project. (with the Find dialog)
Previous
Reply
Map
View

Click here to load this message in the networking platform