FP2000 - Disable a text box in a form
FP2000 - Disable a text box in a form
(OP)
Guys,
Is there a way to disable manual input of a text box in a form? The same way that you can with visual programming etc. (Access, VB, Java etc.)
Thanks,
Is there a way to disable manual input of a text box in a form? The same way that you can with visual programming etc. (Access, VB, Java etc.)
Thanks,
Steve.
"They have the internet on computers now!" - Homer Simpson
RE: FP2000 - Disable a text box in a form
<input type="text" disabled name="myfield" size="50" value="default">
RE: FP2000 - Disable a text box in a form
Spot on.
Cheers for your help,
Steve.
"They have the internet on computers now!" - Homer Simpson