Re: displaying combobox with a value of table

Posted by Maxwell on February 24, 2006

In Reply to displaying combobox with a value of table posted by anik on February 07, 2006

: I get a problem. I have a table with max 19 record. if record = tblgejala.recordcount then
: TCombobox (Controls[i]).Visible := false;
: end;
: end;
: end;

Sorry, you are a bit vague here:

What is your problem? Compile time error, or runtime error? What error code do you get? What is not working?...

Secondly, what do you mean by:
if record = tblgejala.recordcount

Is this an extract of your code?

Related Articles and Replies