Welcome to the Calyx Software Message Boards where you can share ideas and solutions with other Calyx users! Calyx personnel including Tech Support, Development, QA, and Business Planning often visit these message boards unofficially to better understand our customers' needs. To submit your suggestions Click Here.
This discussion forum is a service provided by Calyx Software. Calyx Software does not endorse any particular point of view expressed in this forum or any information provided in it. The use of the information provided by other users in this message board is at your own risk.
Calyx Software Message Board
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      



Check boxes in custom forms?Expand / Collapse
Author
Message
Posted 11/22/2005 8:38:45 AM
Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Forum Members
Last Login: 12/5/2008 11:34:06 AM
Posts: 36, Visits: 255
I was wondering if there was a way to put check boxes in a custom form that would auto-populate from Point data?  For example, if I have have a box that can be marked showing the loan is a purchase (pulled from the Loan Application's "Purpose of Loan" section), I would like to have a box that is either checked or not.  So far, I've been using a table that is populated with an "X" if the box is marked in Point.
Post #1263
Posted 11/22/2005 7:55:30 PM


Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Forum Members
Last Login: 9/12/2008 11:24:50 AM
Posts: 289, Visits: 242
You can do this if you REALLY want to. You can link the box to an invisible cell but that doesn't always work with merge data. The surest way is to write a VBA macro that sets the value based on merge field data. If you don't want the data to show, make it invisible. The macro should execute in the Document_Open event. There are other methods as well (see above post.)

- Mike
mike@mtig.biz
Post #1272
Posted 7/24/2006 8:52:24 AM


Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Forum Members
Last Login: 12/16/2008 1:31:52 PM
Posts: 124, Visits: 970
I am sure that you have figured this out by now, but for the new users, I am including a simple string they can use that will mark a checkbox depending on the Point field. The below would mark the checkbox if First Mortgage is checked on the Borrower or Prospect Information screen. IF the box is not marked, it will leave the checkbox blank.

{ IF {Point Field 915} = "" "¨" "þ" }

 

"MMM Yeah, I'm going to need you to go ahead and come in on Saturday."

Post #3671
Posted 7/25/2006 11:33:20 AM


Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Forum Members
Last Login: 9/12/2008 11:24:50 AM
Posts: 289, Visits: 242
JohnP (7/24/2006)
I am sure that you have figured this out by now, but for the new users, I am including a simple string they can use that will mark a checkbox depending on the Point field. The below would mark the checkbox if First Mortgage is checked on the Borrower or Prospect Information screen. IF the box is not marked, it will leave the checkbox blank.

{ IF {Point Field 915} = "" "¨" "þ" }

 

The above approach works great unless you have to do a fairly complex if-then-else set, especially if some of the result is dependent on calculated data. Word seems to stumble over itself if you get too much nesting. For example, if you wanted to check a property type from a list, you would need to do numerous nested if-then-else statements. And if Point's enumerations don't match your list, you have to extrapolate from other data.

You can actually write your own functions and store them in the Normal.dot template and place them in a word document like any of Word's functions. For instance, you couild have a function return a set of formatted checkboxes for the property type (SFD, Condo, Manufactured, etc.).

One little trick that you have to perform is to insert the extra Point fields you need so that they do not print. I usually place them in a textbox or frame in the header or footer. I then set them to not print or set the color to the same as the background.

There are more complex methods of doing this that are more reliable but this will get the job done on nested logic statements and complex logic that requires calculations on data before executing the logic statement.

- Mike
mike@mtig.biz

Post #3687
Posted 8/4/2006 1:19:31 PM
Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Forum Members
Last Login: 12/5/2008 11:34:06 AM
Posts: 36, Visits: 255
I've actually been resisting having to learn VBA, although as many times as it could have come in handy both in Word and Excel I really should just bite the bullet.  But I will try the IF statements you've listed.  I hadn't thought of using check boxes for TRUE/FALSE.

Thanks!

Post #3749
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Emmanuel Huna, Bryan Telford, Jason Beck, Mike Thompson, BetaFisch

PermissionsExpand / Collapse

All times are GMT -8:00, Time now is 12:46pm

Powered by InstantForum.NET v4.1.4 © 2009
Execution: 0.031. 10 queries. Compression Enabled.
© 2005 Calyx Software. All rights reserved.