Forum Discussion
MW_Didata
3 years agoSuper Contributor
As for spantags i dont know what that means but,
for my software it's a property attached to the checkbox, to know if it's checked I use an If then statement and check if property:
Aliases.etc.etc.etc.{checkbox}.Checked equals true.
If within a gid I use set variable:
Aliases.etc.etc.etc.{Grid}.get_Item({row}, {colomn})
Hope this helps