Search found 9 matches

by JackBroughton
Fri Mar 18, 2016 2:08 am
Forum: Bug Triage
Topic: Variable viewing window pink?
Replies: 1
Views: 1914

Variable viewing window pink?

Hi All,

I recently update to LiveCode 8 (Indy dp 12) and now when I add a break point to check the values of my variables the whole variable section is PINK! :evil:

Can anyone shed some light on this?

Regards

Jack
by JackBroughton
Fri Nov 27, 2015 5:30 am
Forum: Internet
Topic: Write to file using a FTP
Replies: 5
Views: 6315

Re: Write to file using a FTP

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" ...
by JackBroughton
Thu Nov 26, 2015 3:58 am
Forum: Internet
Topic: Write to file using a FTP
Replies: 5
Views: 6315

Re: Write to file using a FTP

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 ...
by JackBroughton
Thu Nov 26, 2015 3:04 am
Forum: Internet
Topic: Write to file using a FTP
Replies: 5
Views: 6315

Write to file using a FTP

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...
by JackBroughton
Fri May 29, 2015 5:09 am
Forum: Off-Topic
Topic: Documentation Software
Replies: 6
Views: 6591

Documentation Software

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...
by JackBroughton
Thu Mar 12, 2015 3:20 am
Forum: Talking LiveCode
Topic: Using "Command + F" to call a function
Replies: 1
Views: 2131

Using "Command + F" to call a function

Hi all,

I created a search function that works now I want that function to be called if "Command + F" is pressed.

How do I do this?

Any help will be appreciated!

Jack
by JackBroughton
Wed Dec 17, 2014 4:07 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Encoding cvs file with UTF8 with BOM
Replies: 1
Views: 2357

Encoding cvs file with UTF8 with BOM

Hi All,

I have been asked to export some data from my system into a cvs file with UTF8 w BOM Encodeing.

I have read a stack on uniencode and have I currently have it exporting with UTF8 but it does not have the BOM encoding.

Can anyone help me with this issue?

Thanks, Jack
by JackBroughton
Tue Oct 21, 2014 12:46 pm
Forum: Talking LiveCode
Topic: Searching between 2 dates?
Replies: 4
Views: 3640

Re: Searching between 2 dates?

Thank you all for your help, I got it working with convert but jmburnod your method worked brilliantly and was much more efficient then my solution.

Thank you all again
by JackBroughton
Tue Oct 21, 2014 2:25 am
Forum: Talking LiveCode
Topic: Searching between 2 dates?
Replies: 4
Views: 3640

Searching between 2 dates?

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...