Search found 4 matches
- 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?
- Mon Mar 03 2003
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Developer demo printer doesn't work
- Replies: 4
- Views: 9352
- 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"
PDFCreactiveX1.DataSource = "Provider=SQLOLEDB.1;Persist Security Info=true;password=mypass;User ID=sa;Initial Catalog=test;Data Source=AURORA"
- 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 ‘...