How to Prefill a Textbox with variable?
I've got a variable I obtain from GetExternalValue and want to prefill a textbox with it.
Any ideas?
I've searched the forums and I'm wondering whether it's so simple noone is asking...
0
-
Use a runtime modification of your Display Form:
form.Find(Of TextBoxFormItem)("<FormItemID>").DefaultText = YourStringVariable
0 -
So I added an Assign to the RunTimeModifications
form.Find(Of TextBoxFormItem)("TextBox1").DefaultText = variable
But I'm getting 'Type "TextBoxFormItem" is not defined'
0 -
Hi Peter
have you got in the Imports part of the workflow designer Geocortex.Forms.Client and Geocortex.Forms.Client.Items included?
Ralph
0 -
Bingo, thanks.
I should have seen that.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
4 Kommentare