[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Accessing proxy properties


Maybe I'm being overly ambitious here.

If $control.Proxy.Row < 0 Then Return

$control is a custom control with a gridview in it, which is the proxy.

That line above stops the IDE with the error "Unknown symbol 'row' in class 'Control' "

but in the IDE I can see (i.e. debug) the $control Proxy property and see the actual Proxy as per the picture attached.

Is the $control.Proxy.Row construct wrong?

tia

b

Attachment: proxy.png
Description: PNG image


Follow-Ups:
Re: Accessing proxy propertiesBB <adamnt42@xxxxxxxxx>