Search found 17 matches

by dokata
Wed Mar 18, 2009 3:34 pm
Forum: ReadyDoc Development
Topic: PC for individual names of sellers and buyers
Replies: 20
Views: 4401

Re: PC for individual names of sellers and buyers

I also had this problem and to get around the blank page I used ReadyBloc for the general template and selected the PC at the Buyer/Seller level to include company and primary contact person and then within the document I enclosed the ReadyBloc in an IF statement PC {{Order.Seller}} -- page 1 prints...
by dokata
Wed Mar 11, 2009 4:31 pm
Forum: ReadyDoc Development
Topic: Aligning information in an IF statement
Replies: 7
Views: 1673

Re: Aligning information in an IF statement

I know what you mean. Thank you Dan

~ Debby
by dokata
Wed Mar 11, 2009 3:34 pm
Forum: ReadyDoc Development
Topic: Aligning information in an IF statement
Replies: 7
Views: 1673

Re: Aligning information in an IF statement

Hi,

Would a table with a single row also work? I have one wrapped in a FOR statement to have the columns align because I'm not using the standard tabs. To get rid of the extra line problem I change the size of the carriage return (aka end of line) character to a very small font size of 1.
by dokata
Thu Nov 13, 2008 10:28 pm
Forum: ReadyDoc Development
Topic: Code for Sellers' SSN
Replies: 8
Views: 1754

Re: Code for Sellers' SSN

Sorry, I couldn't edit my comment. However, in version Release 2.2.20912.38 SP1 of Glenwood, it is working correctly. I'm not sure what version it may have been addressed. Hope that this helps. ~ Debby
by dokata
Thu Nov 13, 2008 10:20 pm
Forum: ReadyDoc Development
Topic: Code for Sellers' SSN
Replies: 8
Views: 1754

Re: Code for Sellers' SSN

Yes. Both buyers and sellers works the same.
by dokata
Mon Nov 03, 2008 4:16 pm
Forum: ReadyDoc Development
Topic: Page Break
Replies: 2
Views: 1196

Re: Page Break

Word page break is working fine in my Glenwood version within a document. I'm sorry I couldn't help more.

Debby
by dokata
Mon Oct 27, 2008 4:50 am
Forum: ReadyDoc Development
Topic: Error in reading design of table borders
Replies: 7
Views: 1626

Re: Error in reading design of table borders

Sorry about that one. I did just a few changes and it seems to keep certain selections. Just curious, what version of SoftPro Select are you running?
by dokata
Mon Oct 27, 2008 4:47 am
Forum: ReadyDoc Development
Topic: Code for Sellers' SSN
Replies: 8
Views: 1754

Re: Code for Sellers' SSN

SSN is not on the Field Code listing. SoftPro provided it. I'm glad it worked for you.
by dokata
Sun Oct 26, 2008 6:28 pm
Forum: ReadyDoc Development
Topic: Error in reading design of table borders
Replies: 7
Views: 1626

Re: Error in reading design of table borders

I've placed these types in a ReadBloc and called in the bloc into the form. Another way is to create a template document and just copy it into your working document. I hope that this helps.
by dokata
Sun Oct 26, 2008 6:25 pm
Forum: ReadyDoc Development
Topic: Code for Sellers' SSN
Replies: 8
Views: 1754

Re: Code for Sellers' SSN

I have been using the {{Order.Seller.Person.SSN}}. Person can be filtered by either the first [1] or second [2] party name entered. Hope that this helps.