TheDisciple
Technical User
Well as u may have guessed i'm new to VB. Not new to Pascal though. Anyway, I've used VisData to create a new DB and a new table. Along with a "dandy" lookin' Data-Aware form.
Problem:
- After setting the created Data-Aware form as the "StrtUp" form in project properties. I ran the form.
- I then added a "dummy" record via the fields in the form.
(or @ least i tried to...)
-Upon hitting the "ADD" button which the VisData Man. created (amongst others, i get an error msg as follows:
"USER DEFINED-TYPE NOT DEFINED."
-Upon pressing "DEBUG", the code-window reveals a highlited sub: PRIVATE SUB datPrimaryRS_...(...) ?
In other words, nothing is being "ADDED", "UPDATED" etc.
Q: What stupid thing am i Not doing? Seeing i am a novice @ VB?
P.S: I thought that VB was much simplier to use w/ DB's.
Aren't the event procedures that's generated fully functional & equipped to handle FUNDAMENTAL operations???
-
Problem:
- After setting the created Data-Aware form as the "StrtUp" form in project properties. I ran the form.
- I then added a "dummy" record via the fields in the form.
(or @ least i tried to...)
-Upon hitting the "ADD" button which the VisData Man. created (amongst others, i get an error msg as follows:
"USER DEFINED-TYPE NOT DEFINED."
-Upon pressing "DEBUG", the code-window reveals a highlited sub: PRIVATE SUB datPrimaryRS_...(...) ?
In other words, nothing is being "ADDED", "UPDATED" etc.
Q: What stupid thing am i Not doing? Seeing i am a novice @ VB?
P.S: I thought that VB was much simplier to use w/ DB's.
Aren't the event procedures that's generated fully functional & equipped to handle FUNDAMENTAL operations???
-