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...
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
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.
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.
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...
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...
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.
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?
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...
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...
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 "value"...
On my submit page I have the following:
<CFQUERY DATASOURCE ="mhdinternal" Name="Update_Driver">
Select driver.driverid, ....etc
FROM driver
WHERE driverid=#driverid# and
</cfquery>
<CFSET driverid=#driverid#>
<cfhttp...
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...
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 "file access is denied". Does it take that long to write to the database? Why is causing this error or performance...
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...
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.