Search found 26 matches

by swheatley
Mon Jan 18, 2010 2:26 pm
Forum: ReadyDoc Development
Topic: QuickPrompts
Replies: 2
Views: 1202

Re: QuickPrompts

Something like this should work:

<IF (IsEmpty(<PROMPT TEXT20 (Text)>))> ____________________ <ELSE><PROMPT TEXT20 (Text)></IF>

The key is to make sure that the two prompts are exactly the same. As long as they are exactly the same you will only get one prompt.
by swheatley
Thu Jan 07, 2010 9:53 am
Forum: ReadyDoc Development
Topic: Deed Requirements & Exceptions Description
Replies: 1
Views: 1029

Re: Deed Requirements & Exceptions Description

That is a bug that you have run into, but luckily the work around is easy. The problem occurs when you have a FOREACH with no spaces between it at all. So the work around is to add a space somewhere between the {{.Description}} field code and the FOREACH. So you have it like this: <FOREACH {{Order.D...
by swheatley
Mon Dec 14, 2009 5:42 pm
Forum: ReadyDoc Development
Topic: Different headers/footers
Replies: 1
Views: 1078

Re: Different headers/footers

You can accomplish that by using the sections feature in Word. Each section can have a different header/footer, so that should give you what you are looking for.
by swheatley
Tue Nov 10, 2009 3:21 pm
Forum: ReadyDoc Development
Topic: Not IsEmpty
Replies: 2
Views: 1320

Re: Not IsEmpty

Could you post the whole statement you are using? That would help us track down the problem.
by swheatley
Tue Sep 08, 2009 8:59 am
Forum: ReadyDoc Development
Topic: cc in a letter
Replies: 2
Views: 1192

Re: cc in a letter

You can use the COUNT feature to help with this. <VAR $Count (0)> <FOREACH ASK {{Order.Contact}}><VAR $Count ({{$Count}} + 1)></FOREACH> <IF ({{$Count}} > 1)>CC: </IF> <FOREACH ASK {{Order.Contact}}> {{.Name}} </FOREACH> This will only prompt once for the ASK part because the ASK statements are exac...
by swheatley
Fri Jul 10, 2009 8:58 am
Forum: ReadyDoc Development
Topic: Commitment Revision
Replies: 2
Views: 1039

Re: Commitment Revision

The revision field is automatically increased by 1 anytime the commitment lock status is changed from locked to unlocked. Does that answer your question?
by swheatley
Thu May 14, 2009 8:33 am
Forum: ReadyDoc Development
Topic: {{Order.SellerSigningDate}}
Replies: 1
Views: 982

Re: {{Order.SellerSigningDate}}

If you go into SPAdmin on the Profile screen there is a checkbox under the ProForm Order Options called West Coast - specific. When that is turned on you will see that field on the Order Information screen above the Settlement date.
by swheatley
Wed Apr 29, 2009 9:42 am
Forum: ReadyDoc Development
Topic: Text in white with a black background
Replies: 2
Views: 1136

Re: Text in white with a black background

Hi Miri, We do not currently have support for that feature. The only other idea I have is if the text is static (e.g. no field codes) you could make it an image and have the image in the document. Unfortunately if you have field codes in that text we do not currently have a way to include it in docu...
by swheatley
Tue Apr 21, 2009 9:25 am
Forum: ReadyDoc Development
Topic: Identifying "Policies to Insure" by numbers
Replies: 6
Views: 1526

Re: Identifying "Policies to Insure" by numbers

It looks you have found a bug. I've entered this in our bug tracking system to be prioritized for a fix.

I'll keep researching to find a work around, but I have not been able to find one yet. Thank you for bringing this to our attention!

Shelby
by swheatley
Thu Apr 16, 2009 5:00 pm
Forum: ReadyDoc Development
Topic: Identifying "Policies to Insure" by numbers
Replies: 6
Views: 1526

Re: Identifying "Policies to Insure" by numbers

When you tried the code did you have any policy types on the Title Insurance Premiums set to simultaneous?