Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable Parameters box after editing CE9

Status
Not open for further replies.

MaddogC

Programmer
Dec 4, 2003
134
0
0
GB
How can I disable the parameter prompt box in code in CE9.

I need to dynamically populate a parameter depending upon a users log on details, but I don't want them to be able to manually change the parameter once I have populated it.

Can I setDisallowEditing or PromptOnDemandViewing dynamically?

I currently have

If param(intLoop).ParameterName = XXX" then
strValue = "YYY"
strParameterLine = "<input name=PStr" & intLoop & " VALUE="& strValue & ">"
End If
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top