Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gambhir

    set default value

    How do you set a default value in Table2, column 2 so that every time a new row is added to Table2, the last value from Table1, column1 is inserted into Table 2 for that new row just added. Basically I am need to set the last PK incremented value from Table1, and set it as the default value as...
  2. gambhir

    auto date/time stamp

    My development environment is VFP 5.0 Is it possible for VFP to automatically insert a date/time field into a record for every new record inserted into my table? Cheers, S
  3. gambhir

    javascript validation

    Yes I do use the message ="this is required field within the CFinput tag" I thought about using an onerror in the cfinput tag, but was unsure as to the syntax of that onerror code(do i use onerror or onvalidate) within the CFinput tag.
  4. gambhir

    javascript validation

    Yes, I would like to use JS in my CFinput tags. I am able to use a few JS functions in cfinput like the message="" I can not re-focus the cursor on that input where the error occured in CFinput, or I just don't know how.
  5. gambhir

    javascript validation

    anyone have any idea how to perform a validation where if a user does not enter a required input the cursor will in addition to the pop-up message, also move the cursor to that input field. My form is huge, and woule be cumbersome for the user to look for that field where they need to enter...
  6. gambhir

    Create a new data field out of three other data fields

    I have a form that has several inputs. How can I user a combination of those inputs(concatenate 3 of those) to create a new field in my database. Can I do this on my processing page where I insert data into the datbase? So for e.g. three inputs might be LastName, DriverType, Age The new field...
  7. gambhir

    concate fields...

    I have a form that has several inputs. How can I user a combination of those inputs(concatenate 3 of those) to create a new field. So for e.g. three inputs might be LastName, DriverType, Age The new field will be JonesCourier53 Thanks for any suggestions.
  8. gambhir

    How do you compile .prg files??

    My host does not have Foxpro installed on their web servers. Beucase of this it is not possible to execute .prg files directly because FoxPro. They suggested that I should compile .prg scripts on your machine and upload .fxp files to the server. How in the heck do I do this?
  9. gambhir

    Addendum to "Additional CFFILE question..."

    In additiona to creating an information page on the uploaded image, can I dynamically create a directory file where the image can be placed. E.G. John Wayne uploads his image to c:\upload\images When John Wayne's CFFILE uploads his image is there a way to dynamically create a folder based on...
  10. gambhir

    Additional CFFILE Question....

    Thanks all for your assistance with my CFFILE question. I am able to upload a file from my form to a designated place on my server. All the files uploaded will be images. I need a way to manage these files so I will be able to tell which image belongs to which user? Does anyone know how to...
  11. gambhir

    CFFILE upload prevention if not file exisits...

    I have several file uploads from a form. While a user may upload some files, they are not required to fill in all of them. On the processing page for the file uploads I want to prevent a file upload if no file was specified on the first page. I tried implmenting a <CFIF &quot;value&quot...
  12. gambhir

    CFHTTP woes.....

    On my submit page I have the following: <CFQUERY DATASOURCE =&quot;mhdinternal&quot; Name=&quot;Update_Driver&quot;> Select driver.driverid, ....etc FROM driver WHERE driverid=#driverid# and </cfquery> <CFSET driverid=#driverid#> <cfhttp...
  13. gambhir

    Tricky Form Queueing Question

    On my application, I have a form. Based on a quantity number that the user enters of that form, the user must then fill an additional form in the quantity stated on the forst form. The user must remain in that loop until all of the 2nd forms are completed. Does anyone have an idea how this...
  14. gambhir

    WHY does my VFP database lockup?

    I have developed a form using Coldfusion 4.5. The form is submitted through MS PWS. The submit is successful. However when I open my VFP 5 project it returns an error &quot;file access is denied&quot;. Does it take that long to write to the database? Why is causing this error or performance...
  15. gambhir

    Autonumber data type

    I know that in Access you can use the autonumber feature as a datatype. I am a relatively new user to Foxpro and would like to know how to use a similar feature in this environment. I want my Foxpro table to add a unique ascending number every time a user fills in a web form and it is...

Part and Inventory Search

Back
Top