-
Topic
-
I am using TrZCheckGroup in a form to allow the user to select the type of request. I have populated TStrings with my choices, however at runtime I am unable to obtain the item selected.
This is the code I am using
for x = 0 to WSFORM.Request_Type.count -1
if WSFORM.Request_Type.ItemChecked(x) then
iCheckedItems = iCheckedItems & WSFORM.Request_Type.items.strings(x) & vbcrlf
end if
nextI receive the following error:
Object doesn’t support this property or
method: ‘WSFORM.Request_Type.Count’ at line 500, column 6Any guidance would be much appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.