PC Review


Reply
Thread Tools Rate Thread

Run-Time Error -2147417848(80010108)

 
 
M Price
Guest
Posts: n/a
 
      3rd Mar 2004
Hello,

we have a cleint adp written in A9 running under A10 that suddenly started
throwing run-time error -2147417848(80010108) when attempting to set the
..value property of a textbox on another open form. This code has been
working fine until now.


the code:
-------------------------------------------------------------------------

If Rspns = vbOK Then
Forms!frm_edit_inv.txtbox_id_chem.value = int_idc
End If
-------------------------------------------------------------------------

.....used to work, as did the more elaborate,
-------------------------------------------------------------------------

Dim oFrmEditInv As Form
Set oFrmEditInv = Forms![frm_edit_inv]
If Rspns = vbOK Then

With oFrmEditInv
.txtbox_id_chem.Value = int_idc
End With
End If
-------------------------------------------------------------------------

Now both are throwing the same error: Method 'Value' of object '_Textbox'
failed.
Value is a property, not a method...strange.
There are two textbox classes referenced in the adp project. One is
MSForms.Textbox (FM20.dll) and the other is Access.Textbox (MSACC.OLB).
Both have the property Value as variant as a default member.
I thought about removing the Microsoft Forms 2.0 Object Library from the
project, but apparantly cannot since some of the textboxes belong to it..

ugh.
how could I enumerate the adp textbox collections seperately to see which
objects are members of which classes? Maybe it doesn't matter. any thoughts?






 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error! Error! IE Error! Helpless Windows XP Internet Explorer 1 7th Mar 2004 04:52 PM
Error message NSAPI Internal Error Error Code = 100 Kevin @ kwinters54@yahoo.com Windows XP Internet Explorer 0 5th Feb 2004 10:59 PM
Error, Error, Error. JohnMc Windows XP Basics 0 22nd Dec 2003 12:22 AM
A runtime error has occured. Do you want to debug? Line: 1 Error: syntax error Eric Windows XP Networking 0 24th Nov 2003 04:45 PM
IE 6 RunTime error / Line: 335 / Error: Unspecified Error kwloch Windows XP Internet Explorer 0 27th Sep 2003 02:30 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:21 PM.