Search found 3 matches

by sharyn
Fri Feb 28, 2014 9:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: save data to PC
Replies: 6
Views: 2683

Re: save data to PC

Hi,
The code as I've written worked well on Mac and PC (Windows). Still works on the Mac, but not the PC, so I think there must be something other than what you've suggested. I'll give it a try, though. Thanks.
by sharyn
Fri Feb 28, 2014 3:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: save data to PC
Replies: 6
Views: 2683

Re: save data to PC

Hi, Data path set up as follows: set the itemdel to "/" get the filename of this stack delete the last item of it put it into OPath put OPATH & "/data/" into DPATH ..... data written to computer: put fld "Finishdata" on card "Bio" into URL ("file:" & DPATH & APPLICANT & TAB & OMSASN & "data.xls") An...
by sharyn
Thu Feb 27, 2014 8:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: save data to PC
Replies: 6
Views: 2683

save data to PC

Several years ago made program in RunTime 2.8.1 on a Mac. Made standalone for Mac and PC. Worked well, and saved collected responses to a data folder on the computer, both Mac and PC. Have since downloaded community Livecode and also upgraded the Mac operating system. Opened the program in Livecode,...