I have a page that requires a user to enter a start time/end time. The user then selects a job from a dropdown list. This will automatically populate the TimePerSqFT box. The user then enters a number in the SqFT box and this would be multiplied by TimePerSqFT and a start time/end time will...
I have a batch file that says:
echo on
ftp -s:newservFTP.txt
the newservFTP.txt says:
open [ip removed for security]
loginID
password
cd c:/data/dir1/dir2
binary
put dataXP_backup.mdb
y
close
quit
My problem is that I can double click the .BAT file and it works perfectly, but if I use the...
Below is code I use to populate some text boxes. The problem is that when the user presses a button, a new row of text boxes appears and I need this code to point to them and leave the data in the previous row. For example, the way it is coded it will only work with the text box...
Below is code I use to populate some text boxes. The problem is that when the user presses a button, a new row of text boxes appears and I need this code to point to them and leave the data in the previous row. For example, the way it is coded it will only work with the text box...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.