On Jul 23, 2006, at 6:02 PM, Briman wrote:
On Jul 23, 2006, at 5:10 PM, Briman wrote:
I have a listbox with 1 column set to :
me.columnType(5) = listbox.typeCheckbox
try (assuming your listbox is called listBox1)
if listbox1.cellCheck(row, column) then
// cell is checked
else
// cell is not checked
end if
Norman,
appreciate this.
I understand your pseudocode but just not grasping what I need to
pass to the Printing Grapgics.
Im a printing moron as they would say :-)
I do appreciate your help.
Oh ... you need to put this in whatever code you have for printing
and then just print a "suitable character"
As Roger posted in the Mac System Font (probably MacRoman) a
checkmark is chr(195)
No idea what it might be on Windows to print a character that looks
like a check mark
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>