Re: [Win32Lib] Error Message
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Feb 05, 2004
- 444 views
----- Original Message ----- From: "C. K. Lester" <euphoric at cklester.com> To: <EUforum at topica.com> Subject: [Win32Lib] Error Message > > > Since Derek is on vacation... :) WHAT!??! I've been back for a couple of weeks now. > Can anybody tell me how to resolve this error: > > C:\EUPHORIA\INCLUDE\WIN32LIB\Win32Lib.ew:7146 in function invokeHandler() > the value returned by database_lookup() must be assigned or used > id = 27 > event = 4 > params = {} > lRoutines = { > {83'S'} > } > lCallType = 1 > i = 1 > j = 1 > > > database_lookup() is a function to which I've setHandlered a w32HClick > event. :) > 'database_lookup' needs to be a PROCEDURE and not a FUNCTION. -- Derek