I inserted an expression in a 4D Write PRO area, and the expression is actually a method returning a text in $0:
4WRPRO_INSERT(“test”) However, when showing the values in stead of the references in the 4D Write PRO area, the value always shows ‘## ERROR # 48’ When I execute the method inside another method: $result:=4WRPRO_INSERT(“test”) the result is shown correctly, also when using ‘Execute formula’, so the method works. I’ ve tried to debug the method, but the debugger doesn’t show when using it inside the 4D Write PRO area, like the method is not even called… Any ideas why it is not working in 4D Write PRO? Rudy Mortier Two Way Communications bvba ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

