For Programmers: Free Programming Magazines  


Home > Archive > Clarion > August 2005 > Getting the control type









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Getting the control type
JayByJay

2005-08-24, 3:55 am

Is there any way of identifying the control type from its FEQ ... I
need to loop through the fields on a window sdetting the HIDE attribute
but dont want to hide / unhide the buttons on the screen so need to
know if the control is a button.

Thanks.

JCB

clackmannan

2005-08-24, 6:55 pm

if feq{prop:type} <> create:button then
feq{prop:hide} = true
end

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com