Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bind Error 1011 - User Defined Functions

408 views
Skip to first unread message

lee-roy Bergstedt

unread,
Nov 7, 2012, 12:17:35 AM11/7/12
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!

Sean H

unread,
Nov 11, 2012, 12:23:32 AM11/11/12
to
Try the news groups at news.softvelocity.com lots more people hang out
there.


Sean H

Shandin

unread,
Nov 28, 2012, 6:03:42 AM11/28/12
to
> > Thanks in advance!- Hide quoted text -
>
> - Show quoted text -

Hi.
When you open procedure in IDE, There is button "Bind Fields and
Procedures". Try to bind function there.
I do not know will it work if you create function on server side -
probably won't.
Zoran.

0 new messages