Ask a Question related to Macromedia ColdFusion, Design and Development.
-
~*Cindy*~ #1
Form question
Hello,
I have a form and a table, id like to have a subform that
is in a datasheet type format, and id like the main form
to have this subform on it (ive done that). But id like
textboxes on the main form to fill out the subform (to
add records), how would i go about doing this? Thanks.
Cindy
~*Cindy*~ Guest
-
Add form tag? Question
I am not getting the "Add form tag?" Question so someone must of said "don't ask again" How can i prompt it to ask me again. I don't want it to add... -
Another Form Question
I have a form with a filed like this: <cfinput name="ProjectRootDirectory" type="file" size="50"> Note that the field is supposed to be a... -
cgiemail -form question
I made a form that is working... Now the client wants the form to update the content of the fields as the user fills out the form. For example, if... -
Form CheckBox question
Hello, I have this in my form.... the checkUnCheck(this); will uncheck values 1,2,3 if None is chosen... Now when I submit this form, the output... -
Subform/Form Question
hey everyone, i got a question. i have a unbound from and a bound subform. in the form i enter info about a car that is taken in for repair and... -
new.microsoft.com #2
Re: Form question
I'm not sure I follow exactly but it sounds like you have a main form with a
records source. a sub form with related records from another source,
MainForm: COMPANY
SubForm: EMPLOYEES
You select a Company on the main form, and populate the Sub Form with
Employees at the selected company.
You do that by setting a property on the sub form that will map the
Company.CompanyID of the main form to the Employee.CompanyID on the subform.
When you add records to the sub form the will automatically be assoicated to
the selected company.
Hope this helps.
"~*Cindy*~" <cindy@cindtastic.com> wrote in message
news:03a801c357a5$e06399b0$a401280a@phx.gbl...> Hello,
>
> I have a form and a table, id like to have a subform that
> is in a datasheet type format, and id like the main form
> to have this subform on it (ive done that). But id like
> textboxes on the main form to fill out the subform (to
> add records), how would i go about doing this? Thanks.
>
> Cindy
new.microsoft.com Guest
-
Steve Grosz #3
Form question
If I have a login form that users fill out, it then compares that info
to a db.
What happens is that if the username/pass don't match the info in the
database, it just goes back to the original signin form.
What I'd like to have happen is if it fails, reload the login form, but
display a message saying that either username/password were incorrect,
plus give the user a limit of 3 tries to sign in before kicking them to
a different page.
Any ideas?
Thanks!
Steve Grosz Guest
-
Scott*e #4
Re: Form question
when you locate back to the signin page, you may want to pass a url code to
the page, to dispay an error:
eg
<cflocation url="signin.cfm?action=failed" addtoken="no">
and on signin.cfm
<cfif isdefined("url.action") and url.action eq "failed">
stupid user!, you have entered incorrect login details!!!
</cfif>
Scott*e Guest
-
Swtnhpy #5
Form Question
XOXO's to anyone that can help me with this.
I am creating a website where there will be multiple password protected
folders on my server space. I am trying to create a webpage where a user can
put in their username and password into fields and then it will open to a page
with the contents of "their" folder. Each username and password are different.
What I am trying to do is make it so that when they type in their username
(which will be the name of the folder), it opens only their folder in a new
page.
How do I make the form recognize the username as the folder that it needs to
open?
User xyz is given the username: xyzfolder password: 1234 On the form page,
they type in xyzfolder and their password and it opens up a page with the
contents of the xyzfolder.
This will be a site that many people will access so all usernames are
different but I want the form to reconize the username and open up that folder
if the password is correct.
Swtnhpy Guest
-



Reply With Quote

