You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Reported by anonymous on 2004-09-03 18:02 UTC
I'm trying to use the Active X component to convert
HTML text to plain text in Microsoft Access 97
I've inclued the Active X component in the list of
References.
I'm using the following VB Code:
Function htm2txt(Text As String) As String
Dim x As New DocFracLib
x.SetInString (Text)
x.SetInFormat ("html")
x.SetOutFormat ("text")
htm2txt = x.StringConvert()
End Function
Which comples ok.
However when I try to test it using the debug(im
window:
? htm2txt("<p>test</p>")
I get the following error:
The exception unknown software exception (0x0eefface)
occurred in the application at location 0x7c57e592.
And Access closes(crashes).
Any ideas on how to correct / fix this problem?
Colin Forbes
ADDAnet Corp.
The text was updated successfully, but these errors were encountered:
teambob
changed the title
unknown software exception (0x0eefface) occurr
[Bug] unknown software exception (0x0eefface) occurr [sf#8]
Jun 7, 2015
*Reported by anonymous on 2004-09-03 18:02 UTC
I'm trying to use the Active X component to convert
HTML text to plain text in Microsoft Access 97
I've inclued the Active X component in the list of
References.
I'm using the following VB Code:
Function htm2txt(Text As String) As String
Dim x As New DocFracLib
x.SetInString (Text)
x.SetInFormat ("html")
x.SetOutFormat ("text")
htm2txt = x.StringConvert()
End Function
Which comples ok.
However when I try to test it using the debug(im
window:
? htm2txt("<p>test</p>")
I get the following error:
The exception unknown software exception (0x0eefface)
occurred in the application at location 0x7c57e592.
And Access closes(crashes).
Any ideas on how to correct / fix this problem?
Colin Forbes
ADDAnet Corp.
The text was updated successfully, but these errors were encountered: