Dear Simon.
Thank you. I will do that tonight. Thanks again.
Best Regards
Subas
Search found 32 matches
- Mon Jul 22, 2013 8:21 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Connection using IP numbers does not work
- Replies: 9
- Views: 6322
- Mon Jul 22, 2013 4:28 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Connection using IP numbers does not work
- Replies: 9
- Views: 6322
Re: Connection using IP numbers does not work
Dear Simon.
Actually i have not. Thanks for the tip. i will do that. Is there a way to get LiveCode to map the IP then ones map connect to it?
Best Regards
Actually i have not. Thanks for the tip. i will do that. Is there a way to get LiveCode to map the IP then ones map connect to it?
Best Regards
- Sun Jul 21, 2013 11:57 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Connection using IP numbers does not work
- Replies: 9
- Views: 6322
Re: Connection using IP numbers does not work
Dear Simon & Klaus.
Thanks for the comments and advice . I am not sure what to do now.
Best regards
Subas
Thanks for the comments and advice . I am not sure what to do now.
Best regards
Subas
- Thu Jul 18, 2013 12:44 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Connection using IP numbers does not work
- Replies: 9
- Views: 6322
Connection using IP numbers does not work
Dear Klaus and Friends. I re-checked based on Klaus advice and found that this connection via IP does not work. Can some please point me to the right direction how to connect to an IP base directory as per below codes. set the defaultFolder to ("\\10.2.260.2\messages\" + the text of field "firstFiel...
- Mon Jul 15, 2013 7:37 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to do a search for a directory or file runing on Windows
- Replies: 15
- Views: 13520
Re: How to do a search for a directory or file runing on Win
Dear Klaus. A million thanks for the information. i will try it out. Thanks for the Good Programming Techniques. i will try to get that correct and learn the correct techniques. i have no programming knowledge as such it good for me to know the correct techniques. Thanks again Klaus. Best Wishes Subas
- Mon Jul 15, 2013 7:21 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Date Format from YYYY-M-DD to YYYY-MM-DD
- Replies: 4
- Views: 4541
Re: Date Format from YYYY-M-DD to YY-M-DD
Dear Craig and Friends
i made a mistake. Actually the format i wanted is suppose to be:
2013-07-15
Based on my codes i am getting the following:
2013-7-15
i need to change the YYYY-M-DD to YYYY-MM-DD.
Please help.
Best Regards
Subas
i made a mistake. Actually the format i wanted is suppose to be:
2013-07-15
Based on my codes i am getting the following:
2013-7-15
i need to change the YYYY-M-DD to YYYY-MM-DD.
Please help.
Best Regards
Subas
- Mon Jul 15, 2013 1:08 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Date Format from YYYY-M-DD to YYYY-MM-DD
- Replies: 4
- Views: 4541
Date Format from YYYY-M-DD to YYYY-MM-DD
Dear Friends of LiveCode. Based on my simple codes, I am seeing the following: 1) When the stack open, the message box shows me the following format: 7/15/13 2) Thanks to a user on LiveCode I manage to use his example which turns the above format to the following: 2013-7-15 3) What I am trying to ac...
- Sun Jul 14, 2013 7:25 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to do a search for a directory or file runing on Windows
- Replies: 15
- Views: 13520
Re: How to do a search for a directory or file runing on Win
Hi Friends Can some please help. I am not getting all my files shown on Field 3 below. on mouseUp put empty into button "Option Menu1" -- Clear everything on Option Menu 1 set the defaultFolder to ("C:\Users\main\Desktop\live\" & the text of field "Field1" & "\" & the text of field "Field2") --Users...
- Sat Jul 13, 2013 2:08 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to do a search for a directory or file runing on Windows
- Replies: 15
- Views: 13520
Re: How to do a search for a directory or file runing on Win
Hi Klaus. Good to hear from you. About your question of it the ip path actually works, yes it does seem to work. I am on a vpn access and the only folder on that server is the message folder. I was able to get to that folder and display the necessary directories. Since you mention it I will re check...
- Fri Jul 12, 2013 10:43 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to do a search for a directory or file runing on Windows
- Replies: 15
- Views: 13520
Re: How to do a search for a directory or file runing on Win
Dear shaosean.
Thank you I will try this out tonight. have a nice day ahead.
Best Regards
Subas
Thank you I will try this out tonight. have a nice day ahead.
Best Regards
Subas
- Fri Jul 12, 2013 1:02 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to do a search for a directory or file runing on Windows
- Replies: 15
- Views: 13520
Re: How to do a search for a directory or file runing on Win
dear Janschenkel and shaosean the code work perfectly. thank you just one question can live code read the names of directories and pass those name to a drop down list so the user can select the appropriate directory? Also if there are changes made on the directory the system can then notify the user...
- Thu Jul 11, 2013 3:55 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to do a search for a directory or file runing on Windows
- Replies: 15
- Views: 13520
Re: How to do a search for a directory or file runing on Win
Dear shaosean
After trying the code out I get the below error:-
button "Button": execution error at line 2 (Operators +: error in left operand), char 30
could you help please.
Thanks
After trying the code out I get the below error:-
button "Button": execution error at line 2 (Operators +: error in left operand), char 30
could you help please.
Thanks
- Thu Jul 11, 2013 9:07 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to do a search for a directory or file runing on Windows
- Replies: 15
- Views: 13520
Re: How to do a search for a directory or file runing on Win
Dear Jan, Thanks for the information. Actually the search of the directory is what i need. Example: the users keys in on the 1st text field <ddmmyy> and a 2nd field the user keys in <AF001>. The system will start the search and goes to the initial default path \\10.2.260.2\messages\ and then look fo...
- Thu Jul 11, 2013 5:22 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to do a search for a directory or file runing on Windows
- Replies: 15
- Views: 13520
How to do a search for a directory or file runing on Windows
Dear Friends. i am not sure how to go about this as i have search the forum but did not find any examples. Basically, the users keys in the date in this format YYYY-MM-DD and the stack will search in a particular path pre-defined in the search button. the pre-define directory will be \\10.2.260.2\me...
- Mon Jun 24, 2013 1:57 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Option Menu ot Combo box
- Replies: 9
- Views: 8234
Re: Option Menu ot Combo box
Namaste Brahmanathaswami. Nice to meet you on this forum. Basically to answer your questions below are the following. 1. Basically my project is to capture my home aqurium water parameters like temp, nitrate level, ph level etc. Every Friday morNing I carry out these testing and wrie them down on a ...