HP Forums

Full Version: INPUT: labels
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi, please,
I'd like to get not editable labels instead of textbox field in an input screen (see the actual screen in the attached image, for SL DB and SOYD field...) without the field (white).
is it possible?

Salvo
All I can think of is to enter a default value of your variable to be a string saying "not editable" before calling INPUT. But that doesn't prevent it being edited.
You could add a
REPEAT
iNPUT
UNTIL myvar == "not editable"
If that helps.

Or change the call of INPUT to omit the variable, which would actually make it not editable.
Hello,

Is what you are looking for a single, or multi line, chunk of non editable text? For displaying instructions for example?

Cyrille
(10-12-2015 07:06 AM)cyrille de brébisson Wrote: [ -> ]Hello,
Is what you are looking for a single, or multi line, chunk of non editable text? For displaying instructions for example?
Cyrille

hi Cyrille,
I meant to have the last two lines as label, but also a chunk of non editable text could be well, without the "white color" of the normal field below...


Salvo
Reference URL's