|
-
February 15th, 2000, 01:47 PM
#1
Invalid field data type [error 3259]?
Each time I move from the current record I get the following error message:
Invalid field data type. (Error 3259)
The data type specified in the Field object's Type property is not valid. Choose one of the valid types as shown in the Type property Help topic.
I have solved the problem by entering the line Response=0 in:
private Sub Data1_Error(DataErr as Integer, Response as Integer)
Response = 0
End Sub
But what does this means? and how can I set the field data type to the correct format?
Thanks in advance
-
February 15th, 2000, 02:04 PM
#2
Re: Invalid field data type [error 3259]?
make sure you pass the data to your record in the right format. Eg; a date field will not accept string values, nor will an numeric field.
Tom Cannaerts
[email protected]
The best way to escape a problem, is to solve it.
-
February 15th, 2000, 02:13 PM
#3
Re: Invalid field data type [error 3259]?
Does this means that I have to write a code in each textbox_change sub?
Or can I do that in some other better way?
thanks
ivan
-
December 2nd, 2011, 02:06 AM
#4
Re: Invalid field data type [error 3259]?
While visiting the iTunes store, or purchasing music from it, you may receive error 3259 Windows 7. Any of the following descriptions will appear with the error:
i "iTunes could not connect to the Store. An unknown error occurred (-3259). Make sure your network connection is active and try again."
ii "There was an error downloading your music (-3259)"
Here are the various ways to fix error 3259 Windows 7:
Update iTunes
Turn Off your Windows Firewall
Exclude iTunes from the Data Execution Prevention
Repair the iTunes Registry Settings
Clean the System Junk
i also faced this problem many times but i fixed it, i also got some help from this article error 3259 , hope someone might get help from this article.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|