Hi,
Some strange things are happening, I've once build a program with a VFP database with some stored procedures within it like "newAutoId(<Unique ID>)".
Never had any problems with it but I am know extending the program with some new code and I can't call the function "newAutoId" (even where the new code is calling some old functions that use the call to newAutoId) anymore while the database is still open, and "set database to" doesn't solve the problem either?
Been busy debugging it the whole day and still haven't found a solution!
Anyone an idea what could prevent the function "newAutoId" from being called?
Is there a way to see all global functions?
Is there a way to reference the stored procedure that is stored with the database directly? Like you would do with this. or thisform for class objects?
Any ideas how to go further debugging it? Have not so many ideas any more...
Any help is welcome!
Thanks in advance!
Some strange things are happening, I've once build a program with a VFP database with some stored procedures within it like "newAutoId(<Unique ID>)".
Never had any problems with it but I am know extending the program with some new code and I can't call the function "newAutoId" (even where the new code is calling some old functions that use the call to newAutoId) anymore while the database is still open, and "set database to" doesn't solve the problem either?
Been busy debugging it the whole day and still haven't found a solution!
Anyone an idea what could prevent the function "newAutoId" from being called?
Is there a way to see all global functions?
Is there a way to reference the stored procedure that is stored with the database directly? Like you would do with this. or thisform for class objects?
Any ideas how to go further debugging it? Have not so many ideas any more...
Any help is welcome!
Thanks in advance!