Re: v13 - odd compiler error

2017-10-13 Thread Nigel Greenlee via 4D_Tech
Chip Ah..The joy of auto declared variables removes this problem for me..so much that when i work on databases that don’t do the declarations for me it is a pain. Nigel Greenlee > On 12 Oct 2017, at 22:36, Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > well your "friend" ;)

Re: v13 - odd compiler error

2017-10-12 Thread Chip Scheide via 4D_Tech
well your "friend" ;) was right... DUH! c_pointer($43; of course, I have copy pasted, into a new method window, deleting the original, compacted, and had *just* finished manually retyping the method (not long fortunately)... On Thu, 12 Oct 2017 10:26:01 -1000, David Adams via 4D_Tech

Re: v13 - odd compiler error

2017-10-12 Thread David Adams via 4D_Tech
Check if there is a typo and you've declared $43 instead of $3. The errors you describe are almost exactly what I would expect in this case. Not that I've ever done anything like that...but it happened to a friend once or twice.

v13 - odd compiler error

2017-10-12 Thread Chip Scheide via 4D_Tech
I have a method, which takes 3 parameters When I try to compile... - Generate typing -- OK - Check Syntax -- OK - Compile 0: The parameter $4 could not be typed ... 0: The parameter $42 could not be typed as this is a component, there are no calls to this method in the database. Any