Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Amyuni pdf creator code
Message
 
 
To
22/11/2001 08:26:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00584885
Message ID:
00584940
Views:
26
BTW, you can display values of the properties using ObjectAttribute that confirms that from VFP point of view ObjectAttribute's a method.
? x.ObjectAttribute("text1", "text")     && shows 'Label'
>
>I am trying to use the demo version of the pdf creator but some code that I try doesn't work. Maybe I make some mistake.
>
>x=CREATEOBJECT("pdfcreactivex.pdfcreactivex")
>x.InitBlank
>x.CreateObject(5 ,"text1") && creating a acobjecttypetext
>x.ObjectAttribute("text1", "text") = "Hello" && this line give an error
>x.Save("d:\temp.pdf",0) && saving the file is working
>
>
>I want to be able to format a document and insert some text. Maybe someone have a few sample of code in VFP. This will help me to start using the Amyuni Creator.
>
>Thanks
>
>Mike
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform