Search found 4 matches

by kconner
Mon Dec 08 2003
Forum: Visual Basic Community
Topic: Object Attributes for Word Objects in Creator
Replies: 1
Views: 5953

Object Attributes for Word Objects in Creator

Generally speaking the documentation is so sparse its impossible to figure out a list of the attributes for a given object. Is this information listed anywhere?
by kconner
Mon Mar 03 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Developer demo printer doesn't work
Replies: 4
Views: 9352

FYI, it is possible to print a test page with the developer version, create a vb project that supplies the file name and directory and initializes the printer, while the app is running, open up the properties sheet and print. Same works for printing from an outside app to the driver.
by kconner
Sat Mar 01 2003
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Connecting using an ODBC Datasource
Replies: 1
Views: 6507

a little more info

I am assuming that I should be using the connection string

PDFCreactiveX1.DataSource = "Provider=SQLOLEDB.1;Persist Security Info=true;password=mypass;User ID=sa;Initial Catalog=test;Data Source=AURORA"
by kconner
Sat Mar 01 2003
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Connecting using an ODBC Datasource
Replies: 1
Views: 6507

Connecting using an ODBC Datasource

the documentation states The database can be of type Microsoft Access® (.MDB) database, or an ODBC source. The .MDB file name or ODBC source should be specified in the ‘DataSource’ property of the Document object. The main table or view from which to retrieve data should be specified in the ‘...