Search found 9 matches

by Randal
Mon Feb 23 2004
Forum: Visual Basic Community
Topic: Problem with check-box
Replies: 4
Views: 9667

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!
by Randal
Wed Feb 18 2004
Forum: Visual Basic Community
Topic: Problem with check-box
Replies: 4
Views: 9667

Does anyone have any idea??
by Randal
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...
by Randal
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
by 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!
by Randal
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...
by Randal
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 :D
by Randal
Mon Sep 22 2003
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Cannot create objects
Replies: 3
Views: 7531

Hi!

I´ve tested the sample project with my evaluation version, 1.08. It works fine!!

Then I install version 1.5 again and the error message is back. :cry:

Rickard
by Randal
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...