Search found 29 matches

by sureshk3
Wed Oct 13 2004
Forum: Power Builder Community
Topic: How to get a list of objects in a PDF file from Powerbuilder
Replies: 0
Views: 11169

How to get a list of objects in a PDF file from Powerbuilder

GUys, Iam trying to get all the fields in a pdf document into a text file. I have seen the VB code sample, but in VB we can directly run a for loop for each object in that object type. Does anyone know how to use it in Powerbuilder, to get the list of Text fields in a PDF document from Powerbuilder....
by sureshk3
Mon Feb 16 2004
Forum: Wish List
Topic: Label Invisible property
Replies: 0
Views: 10530

Label Invisible property

I meant the Label, cuz even during design we should be able to make the label Invisible. Thanks
by sureshk3
Fri Feb 13 2004
Forum: Wish List
Topic: Invisible property would be useful for form fields
Replies: 1
Views: 12395

Invisible property would be useful for form fields

It would be useful if the formfields had the Visible/Invisible property associated with it.
e.x while setting watermarks , the same file will be printed as final and Draft. In that case I can make it invisible, I dont have to create seperate PDFs for Draft and Final.
by sureshk3
Wed Feb 11 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Events not getting Triggered -Powerbuilder-PDF Creator
Replies: 1
Views: 4914

I figured out the issue, basically the Ole Control Object should be embedded rather than linked inorder for the events to trigger.
thanks
Suresh
by sureshk3
Mon Feb 09 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: ObjectAttributeSTR gives Error when the Field is on 2nd Pg
Replies: 0
Views: 4046

ObjectAttributeSTR gives Error when the Field is on 2nd Pg

Guys I encountered thi sproblem when I tried to set a Value to a field in the 2nd Page, when the focus is on the First page. I did the following, I opened a 3 page PDF document. The first Page is visible in the Active X PDF Creator control on the window. I called a Script to set a value to a field ,...
by sureshk3
Wed Feb 04 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Events not getting Triggered -Powerbuilder-PDF Creator
Replies: 1
Views: 4914

Events not getting Triggered -Powerbuilder-PDF Creator

Dear fellow "Powerbuilders" Guys, I have PDF Creator as a OLE control on a window and I am able to Open a PDF document in this control. Iam able to set and get Values from the PDF document. When I tried to capture the Text entered in a field in the PDF, using the objecttextchange Event. Th...
by sureshk3
Wed Feb 04 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Formatting when opening pdf docs through PDF creator
Replies: 3
Views: 7395

hello ram,
I had the same issue and Jose from Amyuni Technical team , sent me the latest version of PDF creator which is 1.5f. I installed it and the Fonts looks fine.
by sureshk3
Wed Feb 04 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Print does not work from Powerbuilder
Replies: 4
Views: 8353

Thats ok, but u gave me useful solutions for other issues I had.
by sureshk3
Tue Feb 03 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Print does not work from Powerbuilder
Replies: 4
Views: 8353

actually the problem was I did call teh setlicense Key Function , thats why I was not able to Print.
Thanks for your response
Suresh
by sureshk3
Mon Feb 02 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: multiline Property of field is not working correctly
Replies: 0
Views: 4213

multiline Property of field is not working correctly

I created a field in a PDF file , and set the multilineproperty as TRUE. but during Run mode when I start to enter text into that field, it just goes on and on like there is NO LIMIT. My expectation is, it will automatically scroll to the next line since I have set the Multiline Property,TRUE. The o...
by sureshk3
Mon Feb 02 2004
Forum: Wish List
Topic: Incorporate JavaScript
Replies: 0
Views: 10635

Incorporate JavaScript

Like in Acorbat reader and Adobe Acrobat, support for Javascript will enhance the reach of this product manifold.
by sureshk3
Mon Feb 02 2004
Forum: Power Builder Community
Topic: Has anyone used the ObjectAttributeStr method of PDF Creator
Replies: 7
Views: 16592

what is the error you are getting now? which Function is giving the error?
that casename is the name of the field in the PDF.
if you have any questions, Email me skannan@isaws.cahwnet.gov
by sureshk3
Mon Feb 02 2004
Forum: Power Builder Community
Topic: Duplexprinting Method not working for me
Replies: 3
Views: 10370

Ohh its Give and Take isit.

anyways, only now I got a chance to post a reply to your previous message. see if it helps and if you get a chance , please try the DuplexPrinting also.
Thanks
Suresh
by sureshk3
Mon Feb 02 2004
Forum: Power Builder Community
Topic: Has anyone used the ObjectAttributeStr method of PDF Creator
Replies: 7
Views: 16592

The Objectattributestr function can be used like this

Step 1 Int li_ret String LicenseTo, ActivationCode LicenseTo = 'Suite Evaluation Version' ActivationCode = '07EFCDAB010001001DB5BDE69824C760E4DFC8F69516B8E88246C496DA67FA90D447CE8B1BEFC7EDF6DC0B7029903DEA9970304D24B61D2AA3A72E0300C0C90EB051EE3FDBAC800A3B64A5A21895BF78AC9485' ole_1.Activate(Inplace!)...
by sureshk3
Sat Jan 31 2004
Forum: Power Builder Community
Topic: Duplexprinting Method not working for me
Replies: 3
Views: 10370

Duplexprinting Method not working for me

Hi Iam using the DuplexPrinting method, but it does not duplex print. ole_1.object.Objectattributestr("Document","DuplexPrinting",3). This did not give any error but did not print the document in duplex mode. Am I doing anything wrong or if anyone has used this in Powerbuilder, p...