March 3, 200421 yr A couple of problems with insert from index 1) if i call up insert from index in a script then hit the cancel of the dialogue, it cancels the paste but continues the script ( which i would like to cancel to)_ I tried the staus(messagechoice) but doesnt seem to recognise FM dialogue boxes 2)I have multiple users and would like the indexed field to show only the files that were created by those users - is that possible? ( I have a work around where the users name shows after the record name but would prefer the user doesnt see in the index list the other users files) thanks
March 3, 200421 yr 1. status(currenterror) should return 1 if the user clicks cancel. You can trap this then exit the script. 2. I don't think so. You'd probably be better off using a dynamic value list to display items specfic to the user. Jeff
Create an account or sign in to comment