Search found 54 matches

by danvanf
Wed Mar 18, 2009 2:32 pm
Forum: ReadyDoc Development
Topic: PC for individual names of sellers and buyers
Replies: 20
Views: 4356

Re: PC for individual names of sellers and buyers

Interesting issue. So far I have not found a complete solution. I can get it to work, but I get an extra blank page. I've tried to quash that blank page using {{.SortOrder}}, but that doesn't exist under either {{Order.Buyer}} or {{Order.Buyer.Person}} so we can't use it to control the pages. I also...
by danvanf
Wed Mar 11, 2009 3:38 pm
Forum: ReadyDoc Development
Topic: Aligning information in an IF statement
Replies: 7
Views: 1660

Re: Aligning information in an IF statement

Yep sure would, I just don't like tables, and avoid them whenever possible.

Dan
by danvanf
Wed Mar 11, 2009 1:23 pm
Forum: ReadyDoc Development
Topic: PC for individual names of sellers and buyers
Replies: 20
Views: 4356

Re: PC for individual names of sellers and buyers

Thanks Mark! I think my eyes were blind this morning, that totally makes sense. Indeed I love the ability to create one document for everyone. Multiples open up doors that were never considered in older products!

Thanks for the hijack Miri!

Dan Van Fleet
by danvanf
Wed Mar 11, 2009 12:03 pm
Forum: ReadyDoc Development
Topic: PC for individual names of sellers and buyers
Replies: 20
Views: 4356

Re: PC for individual names of sellers and buyers

Hi Miri, Does your Organization have any "People" associated with it? My test document is attached, which works as long as my organization has people associated with it. I do get a selection box, to pick who gets the letter, I don't care for it, nor understand why it shows up. My PC is spe...
by danvanf
Wed Mar 11, 2009 10:21 am
Forum: ReadyDoc Development
Topic: Aligning information in an IF statement
Replies: 7
Views: 1660

Re: Aligning information in an IF statement

Hi Miri, Oh shucks, call me Dan. <Smile> So our first decision is if you want the $ signs lined up, or the decimal in the number lined up. Since I generally prefer to read numbers, when the decimal is aligned vertically, that is how this solution is generated. To change, simply change the Decimal ta...
by danvanf
Mon Mar 09, 2009 10:49 am
Forum: ReadyDoc Development
Topic: Aligning information in an IF statement
Replies: 7
Views: 1660

Re: Aligning information in an IF statement

That's a tough example, I believe one just needs to be crazy about where they put hard returns. Can't really test your formula, with the custom fields. Could you show us the what the output of your formula looks like? What is being misaligned? Here's my best guess without any testing. <IF (Not IsEmp...
by danvanf
Mon Mar 09, 2009 10:17 am
Forum: ReadyDoc Development
Topic: PC for individual names of sellers and buyers
Replies: 20
Views: 4356

Re: PC for individual names of sellers and buyers

Hi Miri,
How about a PC of {{Order.Contact[{{.ContactType}}="Seller" OR {{.ContactType}}="Buyer/Borrower"].Person}}. That should filter for Type, but print a page for each person.

Dan Van Fleet
by danvanf
Tue Feb 03, 2009 2:28 pm
Forum: General
Topic: Field Codes vs Reflection
Replies: 2
Views: 907

Re: Field Codes vs Reflection

Hi Stephanie,

I figured I'd give this some time to sit unanswered just to be sure, enough time has now passed that I expect my question / observations were out of the scope of the message board.

Thanks,
DanV
SoftProDeveloper.com
by danvanf
Fri Jan 09, 2009 7:29 pm
Forum: ReadyDoc Development
Topic: Property's Street Name without Street Number
Replies: 5
Views: 1364

Re: Property's Street Name without Street Number

In 2.2.20912.21 It works with the 255, in place of the StrLength with one additional change. The single quotes grabbing the space need to be double quotes. <CALC (SubString({{Order.Property[1].Address1}}, InString({{Order.Property[1].Address1}}, " ") + 1, 255))> Interesting that 'P' would ...
by danvanf
Fri Nov 14, 2008 12:21 pm
Forum: General
Topic: Field Codes vs Reflection
Replies: 2
Views: 907

Field Codes vs Reflection

I have generated a comparison spreadsheet of what the Glenwood (2.2.20912.21) has in it's Field Code list, verses what is reflected from the API. I have too many differences to post here, but a few interesting things. In field Code List we have an item Transaction.ToIBA, The API seems to show this f...