Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem viewing Adobe forms from a blob into OLE object

3 views
Skip to first unread message

alanadr...@yahoo.com

unread,
Sep 14, 2009, 4:13:26 PM9/14/09
to
After upgrate to Adobe standard 9, users do not see the text on an
adobe form only the field and field data.
Works ok in Adobe 7.
This only happens if adobe is already open
If adobe is not open it loads forms ok

Anybody have a solution
Is there a better practice to save and update an Adobe form to a blob
column in SQL

PB8 Window XP


Here is the method I use


blob ole_blob
//this actually loads the ole control from the database into
a
blob variable
selectblob pdffile into :ole_blob
from v_wsg_fileblob
where img_key = :ln_imgid using sqlca;


//assigning the blob data to the actual data control
ole_1.objectdata = ole_blob


If ole_1.activate(OffSite! ) <> 0 Then
Messagebox("OLE Activate","Unable to Activate")
//Return -1
End If


0 new messages