Search found 176 matches

by admin12
Fri Jul 29, 2011 3:23 pm
Forum: Databases
Topic: SOLVED - Writing the selections of a list to the database
Replies: 2
Views: 2877

SOLVED - Writing the selections of a list to the database

I have checkboxes that open up lists of choices that can be multi-highlighted. I need to create a string for each skill (many of them). Here is what I have so far: if the hilite of btn "ckArtsCrafts" then put the hilite of btn "listAandC" into AandC answer AandC end if I know it's not right. How wou...
by admin12
Fri Jul 29, 2011 3:13 am
Forum: Databases
Topic: SOLVED - How to get the value from a radio button
Replies: 4
Views: 4186

Re: How to get the value from a radio button

Does this also work for check boxes? Are they identical to radio buttons?

Mike
by admin12
Thu Jul 28, 2011 8:32 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: SOLVED - how to create a folder on a server using ftp?
Replies: 4
Views: 3097

Re: how to create a folder on a server using ftp?

Thank you for your help.

This is now solved.

Mike
by admin12
Thu Jul 28, 2011 7:33 pm
Forum: Internet
Topic: Trying to get a progress bar working for a ftp upload
Replies: 4
Views: 5099

Trying to get a progress bar working for a ftp upload

Yes, I watched the controls training and studied the progress bar part very carefully. I cannot extrapolate what I need from it in this case. The user needs to upload files to the file server and I thought a progress bar would make a nice touch. Here is the code that uploads the ftp files and FTPs. ...
by admin12
Thu Jul 28, 2011 7:30 pm
Forum: Databases
Topic: SOLVED - How do I get the current selection of a combobox
Replies: 6
Views: 5374

Re: How do I get the current selection of a combobox

That did it. Thank you.

Mike
by admin12
Thu Jul 28, 2011 4:50 pm
Forum: Databases
Topic: SOLVED - How to get the value from a radio button
Replies: 4
Views: 4186

Re: How to get the value from a radio button

Very nice. I just read through your controls chat/lesson. Good stuff and it will help.

Still, I will ask for help and I thank you for yours.

I will go through all of those lessons when I have the time.

Mike
by admin12
Thu Jul 28, 2011 4:17 pm
Forum: Databases
Topic: SOLVED - How do I get the current selection of a combobox
Replies: 6
Views: 5374

Re: How do I get the current selection of a combobox

Still not fixed, but I will try the above and see what happens. How would I populate the combobox with saved data from the database. I can populate all the other fields, but comboboxes seem to elude me. So, for example, set the itemDel to tab repeat for each line myLine in theData put item 1 of myLi...
by admin12
Thu Jul 28, 2011 4:11 pm
Forum: Databases
Topic: SOLVED - How to get the value from a radio button
Replies: 4
Views: 4186

SOLVED - How to get the value from a radio button

I've had it with the combo box for now, so for the gender, I am forced to use something else, like the radio buttons. I have two radio buttons, one for Male and one for Female and then grouped them. I set their RadioBehavior to true so only one or the other can be chosen. The individual controls are...
by admin12
Thu Jul 28, 2011 1:19 pm
Forum: Databases
Topic: SOLVED - How to create a new folder on server using FTP
Replies: 8
Views: 6225

Re: How to create a new folder on server using FTP

SOB.

I changed the MKDIR to MKD like you suggested and it worked.

Hot damn!!!!!!!!

Thank you. This was the MOST annoying hurdle thus far.

Thank you thank you thank you.

Mike
by admin12
Thu Jul 28, 2011 1:11 pm
Forum: Databases
Topic: SOLVED - How to create a new folder on server using FTP
Replies: 8
Views: 6225

Re: How to create a new folder on server using FTP

Mark, I thought about that - I created an empty text file and was thinking about uploading it. Hmmmm. How do I get the returning value? Using the put? How? I'll try it now. Here is what I wrote: put libURLftpCommand("MKDIR " &FullNameTemp, "ftp.travelandworkusa.com","username","password") into FTPme...
by admin12
Thu Jul 28, 2011 4:08 am
Forum: Talking LiveCode
Topic: Possible bug found in Rev Web Player
Replies: 6
Views: 3513

Possible bug found in Rev Web Player

In Live Code, you can use tab with fields all day long and they work. In the browser, using tab does not work at all - it makes the focus go back to the browser itself. This is a nasty bug for database programmers since forms are almost always filled out with using the tab key to go from field to fi...
by admin12
Thu Jul 28, 2011 3:49 am
Forum: Databases
Topic: SOLVED - How to create a new folder on server using FTP
Replies: 8
Views: 6225

Re: How to create a new folder on server using FTP

This is so frustrating. I am so closed to finished.

Thanks for the help so far and I hope this one gets solved soon.

Mike
by admin12
Thu Jul 28, 2011 2:29 am
Forum: Databases
Topic: SOLVED - Displaying the fields from the DB
Replies: 17
Views: 11389

Re: Problems with 1 combobox - reading from database

Fixed it. I must have had an erroneous character or something. I renamed the field to cmbGender and changed in the appropriate places and viola - now it works.

Go figure.

Mike
by admin12
Thu Jul 28, 2011 1:43 am
Forum: Databases
Topic: SOLVED - How to create a new folder on server using FTP
Replies: 8
Views: 6225

Re: How to create a new folder on server using FTP

get libURLftpCommand("MKD " &FullNameTemp, "ftp.travelandworkusa.com/public_html/userfiles","username","password") I also tried the short URL ftp.travelandworkusa.com and then added /public_html/userfiles/ to the FullNameTemp file - did not work either. Neither created a new directory. It should hav...

Go to advanced search