You cannot post messages because this group is only available as an archive.
|
HELP! PowerBuilder and AddFlow
|
| |
Has anyone used the AddFlow ActiveX in PowerBuilder?? I am having problems associated pictures with nodes in my OLE control. Thanks in advance. Sue
|
|
OCX for Acrobat
|
| |
Has anyone been able to get the OCX for Acrobat to work in a Powerbuilder App. I'm trying to call a PDF file into my OLE Custom Control. I've been successfull using the "ole_1.object.src = ls_filename" however I can't figure out how to EXIT one file and open another PDF using the same OLE custom Control. Powerbuilder crashes every time I try to execute another... more »
|
|
powerbuilder and codesoft (tlb)
|
| |
Has anybody a solution to activate codesoft (labelsoftware) via tlb libary files ? The registration over ole don't work. or, has anybody a link where i can find any informations. thanks for every answer Hans-Peter
|
|
Sybase Newsgroup Server is Moving to DNews on July 25th.
|
| |
Sybase Newsgroup Server is Moving to DNews on July 25th. When it comes to reliability, we're taking our newsgroups up a notch! To provide our customers with reliable, 24 x 7 access to our newsgroups, we are moving to a significantly more fault tolerant, reliable and secure newsgroup setup that runs on a DNews Server on Linux Platform.... more »
|
|
This newsgroup has been marked read only.
|
| |
This newsgroup has been marked read only. All messages from this Newsgroup are available on sybase.public.powerbuilder.ole -ocx-activex. Please subscribe to sybase.public.powerbuilder.ole -ocx-activex. As part of the Sybase Newsgroup move to DNews, all newsgroups with a Powersoft domain are branded with a Sybase domain name. For example,... more »
|
|
PB7, Word, and XP
|
| |
I have just taken over the support for an application that uses OLE, to open word, and generate documents. The application has been written in PB7. What the application does, and where it is going wrong is. It checks to see if Word is running, and if not starts it. It then loads the document the user has asked for in to word.... more »
|
|
OLE Error in PowerBuilder 7.0 with Word XP
|
| |
I am getting an error when I run the application with Powerbuilder 6.5/7.0 and Word XP. "Error calling external object function at line < > in function < > of object < >" This application was working fine for Powerbuilder 6.5 and Word 2000. The script I am using is as follows: iole_word_97 = Create OLEObject... more »
|
|
OLE Database BLOB using Print Shop Pro 8
|
| |
How do I get Print Shop Pro 8 to return data to an OLE Database Blob object. I have used Word 97 in the same datawindow without a problem, but Print Shop Pro will not return anything, but it saves the wrapper that tells PB it is a Print Shop Pro Blob in the database. I'm using PB 7.0.3 build 10108, Oracle 7.3, windows NT 4.0... more »
|
|
OCX and Powerbuilder
|
| |
Hi, I want to use 2 ocx controls WMList.ocx ( ObjectListControl ) and WMQuery.ocx ( QueryControl) in PowerBuilder, the QueryControl.GetList method returns Object and I am able to successfully use it but ObjectListControl.GetList method returns MSComctlLib.listview and I am unable to use it successfully, I have... more »
|
|
using connectToNewObject with excel application
|
| |
Hi to all. I try this code: oleobject ole_1 ole_1 = create oleobject ll_ret = ole_1.connectToNewObject("exce l.application") if ll_ret <> 0 then .... end if ole_1.WorkBooks.Open(is_path) ole_1.ActiveWorkbook.SaveAs(is _dir + ls_appo) But Open function don't work. Someone can help me, please?... more »
|
|
|