Topic: What's the right syntax for "filled"

Hello , sorry to bother you guys with (yet) another question about pascal.

What's the right syntax for filled / not empty?

if (frmAssistencia.cbestado.dbItemID = 2) and (frmassistencia.cbalocado.text =Filled )then

i want to move a state if both of these two are selected correctly and a box is filled

Re: What's the right syntax for "filled"

Hello,


if (frmAssistencia.cbestado.dbItemID = 2) and (frmassistencia.cbalocado.dbItemID <>-1) then
Dmitry.

Re: What's the right syntax for "filled"

weird, i tried that one before , didn't worked, now i copy paste it, worked like a charm...
Magic! smile