ActiveX API questions
Hi
You mentioned on another thread OnCustomExpressionBuilder returns a handle to ExpressionBuilderParams but when is this event fired ? I can see there is a UseCustomExpressionBuilder property but not quite sure how this works as I can't see anything in the samples ?
OK again it seems to be these ByRef booleans always being False when they should be True
If in Dataflex I don't set any filters but send RefreshMetaData
And then in the OnFilterView I crudely do this to return true if the name starts vw then the tree is empty apart from the Views that begin vw
Procedure OnFilterView String llViewName Boolean ByRef llVisible
End_Procedure
So it appears when RefreshMetaData is sent all the events OnFilterView OnFilterTable etc all have their llVisible set to false and unless I augment that (by movine True to it) I will end up with an empty tree