Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
my second problem in vb (no. 2)
Name: alenoosh Date: October 27, 2002 at 05:11:08 Pacific OS: windows xp CPU/Ram: pentium 2.0 (350mhz) &
Comment:
hi all.
here's my second problem in vb (creating database using ado connection).
when i add a new record and get data in text box in the form of number (long integer or integer) this field is not entered and i get runtime error the next time i want to view the data entered:
run-time error '94': Invalid use of null
what's the reason?
u know the format of this textbox is set to number(custom)(in vb) and the field in the database is number(long integer).
what type do u recommand for long numbers like "3436565656767" ? i want this data to be shown just in the way i have entered not in the scientific form . but when i set them to long integer they're shown as "444444E+10".
Summary: The normal structure of 'Select case' is following in VB and VB.net. Select case a variant or a formula case one value case two value ... end select I hope to replace the values b...
Summary: Bundle of thanks StuartS for your guidence.Now i can save my file in plain text file & it is working fine. Can u please tell me about rtf Format.What stands for rtf & where does this format used ...
Summary: I´ve created a dll using C and now I want to access the dll functions from my exe created in VB. I dont have problems with functions with simples parameters like int and double, but I dont know how t...