Checkbox without value

Hi. I have checkbox fields created with:

@DbLookup(“”:“NoCache”;“”:“”;“SPV”;“Technical”;“sDescription”; [FailSilent])

I want to have the checkboxes but not the text.

Do we have any way to do this??

Thanks,

Pau

Subject: RE: Checkbox without value

You just want a bunch of checkboxes with no text next to them? How is the user supposed to know which checkbox is which? Can you describe your requirement in more detail?

Subject: RE: Checkbox without value

I need some checkboxes in a table for every field I get with the DBLookup.

I have get the sDescription in a field and need 4 checkboxes for every sDescription.

I’m not interested in get 4 times the same text. That’s why I have created a column with the sDescription and 4 with checkboxes.

Subject: RE: Checkbox without value

There is no checkbox without text. The best you can do is make the text the same color as the background so it’s invisible. I suppose you could also make it very tiny.

I think your more difficult problem might be getting a table on your form with a variable number of lines.