I know....very old version --- I've inherited this application and I had everything working perfectly until we turned on the data remoting.
I'm sure what I need to do is fairly simple - but since it's an older version, finding the right documentation is next to impossible.
What's happening is that my call to a business object method is running locally instead of using the remote version.
Now I'm playing with different approaches (such as setting up weird constructs in the save) but all I want to do is call a method and be sure it's going to run on the server rather than the local connection.
Can anyone help here?
Thanks