adccommunitymod (AutomationDirect) asked a question.

C-More Lookup Text

Created Date: May 28,2006

Created By: robertkeenan

**** This post has been imported from our legacy forum. Information in this post may be outdated and links contained in the post may no longer work.****

I want a text field to show text based on the value of V2000. Another text box must show text based on the value of V3000. However the two registers can have the same value. Is there any way of doing this. The message database will display the same message in both fields if they both happen to be equal to one.


  • adccommunitymod (AutomationDirect)

    Created Date: May 28,2006

    Created by: marksji

    You have to make the values in V2000 never equal the values in V3000. The easy way is to keep your existing code and have V3001 = 10 + V3000 and then use V3001 in the C-More.

  • adccommunitymod (AutomationDirect)

    Created Date: May 28,2006

    Created by: robertkeenan

    I want a text field to show text based on the value of V2000. Another text box must show text based on the value of V3000. However the two registers can have the same value. Is there any way of doing this. The message database will display the same message in both fields if they both happen to be equal to one.