lee-roy Bergstedt
unread,Nov 7, 2012, 12:17:35 AM11/7/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi all,
I'm new to the Clarion world, well since 2010 and this forum has been a great source of knowledge.
I have a browse with a user defined function in the filter.
When the window opens, I get the following error:
"Error: (BIND (1011)) attempting to open the current VIEW. Filter and Range Limits Ignored."
This is a section from the IPD doc:
"If a filter uses any user defined function, this function need to be defined and bound (BINDed) in both IP client
application and the IP Server Data Manager DLL. The actual user defined function that will be executed is the one
located in the IP Server Data Manager DLL. The client function can optionally be an “stub” function.
If the IP client application does not BIND the function, the filter will be ignored. If the function is bound on the
client but not on the server, the NEXT statement will return an ERRORCODE 90, the FILEERRORCODE returns
“1011”, and the FILEERROR returned will be a standard “BIND error”."
I have a couple of questions:
1) Do I create the function server side?
2) How do I BIND this function?
Thanks in advance!