lueck Posted June 15, 2011 Share Posted June 15, 2011 First off, I'm old and don't know what I am doing, but I'm still doing it. I am replacing a simple system where you flip a switch on a machine and it posts a message on monitors throughout the building notifying maintenance. I have it sort of working using descriptive text, but can not get the text to display on more than one line. Is there any way to get descriptive text to recognize chr(). I could live with only one line displayed, but two would be nicer. Any help would be appreciated as my brain now hurts. Thanks - Mike Link to comment Share on other sites More sharing options...
AzeoTech Posted June 15, 2011 Share Posted June 15, 2011 The descriptive text control supports only one line. You have a couple choices: 1) use two descriptive text controls, one for each line. 2) use a static text control and programatically change the contents. This is a little harder, and how you would do it depends a little on your application. I'd try #1 first if you are doing something small and simple. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.