I'm still having the same problem. I'm using verison 1,50d, developer edition.
For example:
1. Create an empty document in PDFcreativedoc-editor.
2. Create a checkbox and check it.
3. Open the document in PDFcreativedoc-editor.
4. The checkbox is empty!
Search found 9 matches
- Mon Feb 23 2004
- Forum: Visual Basic Community
- Topic: Problem with check-box
- Replies: 4
- Views: 9667
- Wed Feb 18 2004
- Forum: Visual Basic Community
- Topic: Problem with check-box
- Replies: 4
- Views: 9667
- Tue Feb 03 2004
- Forum: Visual Basic Community
- Topic: Problem with check-box
- Replies: 4
- Views: 9667
Problem with check-box
Hi! There is a problem when I´m using checkboxes in my document. I´ve added som checkboxes and fields on a document and save it i view and design mode. Then I opened it in run mode and checked som boxes, typed some text in the fields and saved it in view mode. The checkboxes are empty when I opene...
- Mon Nov 03 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Editing tables
- Replies: 0
- Views: 5299
Editing tables
Hi!
Do you have any good example of editing tables?
I need some examples of setting font size, bold and so on in table cells.
//Randal
Do you have any good example of editing tables?
I need some examples of setting font size, bold and so on in table cells.
//Randal
- Mon Nov 03 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Adding new rows
- Replies: 2
- Views: 6290
Works fine!
It works fine...
Thanks!
Thanks!
- Thu Oct 30 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Adding new rows
- Replies: 2
- Views: 6290
Adding new rows
Hi! When I try to add new rows to an existing table(with data) the previous filled in data disappear. Private Sub cmdInsertTable_Click() With PDFcreator ' create a table object .CreateObject acObjectTypeTable, "Table 1" ' position the table object .ObjectAttribute("Table 1", &quo...
- Wed Sep 24 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Cannot create objects
- Replies: 3
- Views: 7531
Thanks
Thanks!
I missed the difference between the two versions. It works with the "setlicencekey".
Rickard
I missed the difference between the two versions. It works with the "setlicencekey".
Rickard

- Mon Sep 22 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Cannot create objects
- Replies: 3
- Views: 7531
- Mon Sep 22 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Cannot create objects
- Replies: 3
- Views: 7531
Cannot create objects
Hi! I use the licenced version of PDF Creator v1.5. The sample code doesn´t work! For example: VB returns an error message (object doesn´t support this action) when I run Project2 and press the "Place object" button. The cursor stops at the following code: .CreateObject acObjectTypeFrame...