Hi All,
I was wondering if it is possible to create a backup of the DB file and not overwrite the file. I want to be able keep of a log of the changes.
Your help is much appriecated.
Thank you,
SO
Hi All,
Can someone please help me by correcting this script:
If[get(Get(PrivilegeSetName)] = "1"
goto Layout...
If[get(Get(PrivilegeSetName)] = "2"
goto Layout...
If[get(Get(PrivilegeSetName)] = "3"
goto Layout...
End if
Did I write the script correctly?
Your assistance is much appriecated.
Thank you,
SO
mr_vodka,
Can you please illustrate a script? I'm not really familar with scripts yet. Thanks in advance.
Queue,
I've visted the link you gave me, but I couldn't open it since it is in fp5 format, I have fp8.
Thanks,
Stephen
Hi,
Would anyone happen to know how to disable a field when a selection is made in another?
Ex.
First field: Label - "Do you like to eat?" Value - "Yes, No".
Second field: Label - "Food" Value - "Pizza, hambuger...".
If "No" Gray out or disable Second field.
Any help will be much appreciated.
Thank you,
Stephen
Would it be possilbe to create script that saves a copy of the file and renames itself so it will not overwrite the existing backup file? I would like to be able to track changes to the database.
Any help will be appreciated.
Thank you,
SO
Hi CobaltSky,
Woud you be able to illustrate the script? I have done some research and I had no luck. I am not too familiar with scripting.
Your help will be much appreciated :)
Hi All,
I have a similar issue. If someone can help me I would appreciate it.
I have the serial number auto increment when a record is created, but when I delete a record the sequence is skrewed. How would I be able to have it delete or subtract the increment when a record is deleted?