cancel
Showing results for 
Search instead for 
Did you mean: 

Powerbuilder 12.6 Build 4121 Import PDF to Blob

Former Member
0 Kudos

this codes works since several years. Suddenly when importing some PDF Documents, we get the error "Bad Runtime Reference" in this line: "lblob_1 = ole_1.ObjectData". But some PDF Documents still work correct.

the complete script:

li_code = ole_1.insertfile(ls_file)
if li_code = 0 and isnull(li_code) = false then
lblob_1 = ole_1.ObjectData
end if

has anyone any idea?

greetings Frank Steinmann

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Can you tell us what the OLE control is? Is this a 32bit or 64bit exe?