[nsbasic-ce] Re: Type Mismatch: '[Undefined]' return from a FUNCTION called within a FUNCTION

2011-07-07 Thread bburgess66
Although it has happened a few times, I have not been able to correlate the reason. This last time I had been adding blocks of code (sub by sub or function by function) from an old eVB app. Only after adding the last 3 did I notice this ChkLocalItem not working. By the time I restarted NSB, t

Re: [nsbasic-ce] Type Mismatch: '[Undefined]' return from a FUNCTION called within a FUNCTION

2011-07-07 Thread George Henne
We don't have any cases of this happening in our database. Can you reproduce this? Sent from my iPad On 2011-07-06, at 11:07 PM, Brian Burgess wrote: > > > It's more like: > > Sub btnGetItems_Click > GetItemDetails(AssembleList) > End Sub > > > But I did find the problem .. the NSB