Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Amyuni pdf creator code
Message
From
22/11/2001 13:25:11
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00584885
Message ID:
00584955
Views:
35
Tanks for reply

I think you are right, I can display the value but I can't change that value from VFP.

Mike

>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
Previous
Reply
Map
View

Click here to load this message in the networking platform