Re: newbies, text box problem
- From: Steve <me@xxxxxxxx>
- Date: Sun, 26 Nov 2006 00:20:06 +0800
On Sat, 25 Nov 2006 11:11:59 -0500, "Laura25" <laura25@xxxxxxxxxx>
wrote:
You have this:
$submissionInfo = $_POST["submissionInfo"];
but your textbox is called SubmissionInfo
Change either the textbox name or the $_POST variable so that they
have the same case.
--
Steve
steve at flyingtigerwebdesign dot com
.
Relevant Pages
- Re: The following works ---
... Steve, I think you're doing it the hard way. ... Dim a module level variable ... In the change event for the code set the variable equal to the .Text ... >> textbox in the form header. ... (microsoft.public.access.gettingstarted) - Re: The following works ---
... > Steve, I think you're doing it the hard way. ... > Dim a module level variable ... >> Private Sub SearchFor_BeforeUpdate ... >>> textbox in the form header. ... (microsoft.public.access.gettingstarted) - Re: bold/italic formatting in userform textbox
... thank you - I will definitely be trying that Steve. ... >> can set the formatting at design time and you won't need any code. ... >> the textbox, go to the Properties pane, and click the Font item. ... you can't use the Microsoft Rich Edit control in recent ... (microsoft.public.word.vba.general) - Re: Capturing input from a textbox
... Then you say that you don't want to clear the textbox. ... Steve C. ... Dim oFile As System.IO.File ... the code I can get the whole sku to show up in my file. ... (microsoft.public.dotnet.languages.vb) - Re: Window.Opener Creating A Refresh In Parent Window
... Steve ... >> refresh to happen on the original form so that the value passed back ... >> the second window is displayed in the textbox. ... (microsoft.public.dotnet.framework.aspnet) |
|