June 10, 200124 yr I have 2 problems: I would like to have a preview of how my form looks like before it gets saved as an actual record. (In case I change my mind) What is the best way for this? If I just create new record and then just delete the record, I used an unecessary docket #. Then the next one increments after the deleted on. Example: ID 1, ID 2, delete ID 2, ID 3 =>result ID1, ID3. where is ID2? Thanks in advance!
June 10, 200124 yr Hello Jessica, let's start from the 2nd problem: if you are using the ID to serialize records you can't reuse the ID of the deleted records, because of this numbering is handled directly by FM internal logic. do you need a preview of a form or of a report ? Regards
Create an account or sign in to comment