February 26, 200619 yr I have made 2 scripts for updating my app. Export will export all data in the form/table to a .csv file. Import will import thr .csv easily. This has been seemless and works ok. However, if there is no data to export, the file.csv is not made and that is good. But on import it stops because it cannot find the file.csv. How do I make a condition so that if the file.csv is not present, it skips it and continues with the others? Export: Go To Layout["Brokers"(Brokers)] [Export Records[No dialog; "Brokers";Windows(ansi)] Import: Go To Layout["Brokers"(Brokers)] [import Records[No dialog; "Brokers";Add; Windows Ansi]
February 26, 200619 yr Author Nevermind. I just noticed all my imports were all over the place and not in the proper fields, so back to the drawing board... ???
Create an account or sign in to comment