1. [Win32Lib] Error Message
- Posted by euphoric <euphoric at cklester.com> Feb 05, 2004
- 466 views
Since Derek is on vacation... :) 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. :)
2. Re: [Win32Lib] Error Message
- Posted by euphoric <euphoric at cklester.com> Feb 05, 2004
- 429 views
Matt Lewis wrote: >euphoric wrote: > > >>Since Derek is on vacation... :) >> >>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 >> >>database_lookup() is a function to which I've setHandlered a >>w32HClick event. :) >> >> >I think he's probably just asleep, not on vacation right now. But >Win32Lib event handlers should be procedures, not functions. > > Thanks, Matt! I'm a dufus.
3. Re: [Win32Lib] Error Message
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Feb 05, 2004
- 445 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
4. Re: [Win32Lib] Error Message
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Feb 05, 2004
- 447 views
----- Original Message ----- From: "Matt Lewis" <matthewwalkerlewis at yahoo.com> To: <EUforum at topica.com> Subject: RE: [Win32Lib] Error Message > > > euphoric wrote: > > > > > > Since Derek is on vacation... :) [snip] > I think he's probably just asleep, not on vacation right now. Exactly. In fact I'm responding to this as I eat my breakfast. -- Derek
5. Re: [Win32Lib] Error Message
- Posted by euphoric <euphoric at cklester.com> Feb 05, 2004
- 455 views
Derek Parnell wrote: >>Since Derek is on vacation... :) >> >> >WHAT!??! I've been back for a couple of weeks now. > > I was referencing today's mini-vacation... aka, that time after which I ask you a question and before I receive a reply. ;)
6. Re: [Win32Lib] Error Message
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Feb 05, 2004
- 447 views
----- Original Message ----- From: "C. K. Lester" <euphoric at cklester.com> To: <EUforum at topica.com> Subject: Re: [Win32Lib] Error Message > > > Derek Parnell wrote: > > >>Since Derek is on vacation... :) > >> > >> > >WHAT!??! I've been back for a couple of weeks now. > > > > > I was referencing today's mini-vacation... aka, that time after which I > ask you a question and before I receive a reply. ;) Please recall that I'm in Australia which is about 17hours ahead of your time zone. Your original message arrived at my mailbox 2:46AM (Melbourne time). I'd gone to bed around 1:00AM so sorry I can't provide a 24-hour service for dufuses.-- Derek