Hi Simon and Andy, Thank you for the suggestions to use SQL and I may look at moving to a SQL DB soon. As for my initial issue I found a very simple fix. In the below line, FTP has an issue with folders that have a space in them. put "ftp://"&" UNAME "&" : "&" PW "&"@"&" IP "&"/test/System Numbers" ...
Hi Simon, Thank for you reply. I thought as such. It is a tiny file (4kb's) but I do have multiple users accessing it. Currently it is working as we mount the server using AFP then uses a Open, Write and Close process on the file. I wanted to try mimic that so we can move to mobile devices. I think ...
Hi All, I am building a routine that gets an order number from a text file on a server through FTP, increments that order number then saves the new, incremented order number back to the file. I am stuck on the saving part. Here is my basic code. It gets the correct data out of the file, increments i...
Hi All, I have recently taken on a huge someone legacy system to maintain and add features to. The original programmer is a business man and had no programming experience and the code is a mess. To big of a mess for me to start documentation from scratch. Is there any software you can suggest for me...
Hi LiveCoders I am pretty new to LiveCode and need some help. I want to create a list of objects that were created between a certain date. I have the 2 dates that the user inputs to search between but I cannot find a way to find all objects that were created between those dates. I hope that makes se...