Hi Bruce/Folks,
Okay, here goes.
I've been having problems with a browse+form with COPY functionality, using MSSQL files (using aliases), on the production server.
Two things can happen:
1. Fields in the source record can be altered.
2. The destination record is exactly the same as the source record regardless of what is changed in the (copy) form.
The first one doesn't always happen.
At the moment, the second one seems to always be happening (on test server definitely, not sure about live, I got a different report this morning from a user).
TODAY:
- I created a brand new browse + copy-only form, using the base files (not aliases).
- Have got a custom filter on the new browse, but the rest is pure template driven goodness.
- In the copy form have got "always prime regardless of .." because if I don't have that ticked, an empty record is always created. Always.
With this new browse+copy form I was hopeful, thought it might have something to do with using aliases. Nope.
ISSUE: The destination record after clicking save on the copy form is exactly the same as the source record.
I'm at a loss as to how to do this up in an example, given it's sql. The Accounts (31) example copies fine. No worries. Works great.
Anyone had these issues, or something like it, with SQL?