Ask a Question related to Dreamweaver AppDev, Design and Development.
-
r.kisoenpersad #1
Re: view records
paul,
this is working fine. but ...
In the insert form i already have a submit button
so can't have 2 submit button
how can solved this in a way that should or not with a button
must I have another form or can I do this in one form but than how?
please advise
kisoen
"Paul Whitham TMM" <paul@valleybiz.net> wrote in message
news:cur7v2$ctv$1@forums.macromedia.com...>I would try to use a Trim command on the input field to remove any space
> that may have been passed into it as your SQL statement will be trying to
> match on the spaces as well. Something like
>
> name ' varuser'
> value 1
> run time value trim(request("requestor" ))
>
>
>
>
> --
> Regards
>
> Paul Whitham
> Macromedia Certified Professional for Dreamweaver MX2004
> Valleybiz Internet Design
> [url]www.valleybiz.net[/url]
>
> Team Macromedia Volunteer for Ultradev/Dreamweaver MX
> [url]www.macromedia.com/support/forums/team_macromedia[/url]
>
> "r.kisoenpersad" <r.kisoenpersad@chello.nl> wrote in message
> news:cuohik$673$1@forums.macromedia.com...> ;)>> I have an Insert Form. made via DMX. Building a helpdesk website. (trying>>> My question is
>> I have a listbox in the form where you can select a particular user.
>> (Call
>> registration)
>> When selecting the user I want that beneath the page the records must be
>> shown where the particular for the pas month is registered. (like a short
>> overview want we have registered for this user).
>>
>> Want I did..
>> made a recordset (POST)
>> inserting beneath the page the records to be shown
>>
>> LISTBOX = name
>> my query is like this
>>
>> SELECT fields
>> FROM table
>> WHERE UserID = 'name'
>>
>> Set the runtime value of name to, Request.Form("Name")
>> insert a button
>> NOW I have 2 button (this can't work he!)
>> anyhow
>>
>> in the result page that is pop up (not nice but workable) there the
>> result
>> is displayed
>> but only the query is not good perhaps you can help me with this one
>>
>> SELECT Call.CallID, Call.IntakeDate, Call.IntakeBy, Call.SystemID,
>> Call.ShortDescription, Tblusers.username FROM Call INNER JOIN Tblusers
>> ON
>> Call.CustomerName = Tblusers.username where tblusers.username = 'varuser'
>>
>> name
>> ' varuser'
>>
>> value
>> 1
>> run time value
>> request("requestor" )' name of the listbox
>>
>> this is working fine when I do LIKE in the query
>>
>> like '%varuser%' than i see some output besides the listbox user
>> soooo is something wrong with the query or....
>>
>> thx Kisoen
>>
>>
>
r.kisoenpersad Guest
-
Code view & Layout view
Hello all, I have a problem! I have a .htm document where I can see the code view, but I can't see anything in the Layout view. Only the tables.... -
View current records in web page - Newbie Question
Hi All I have a small db version 5, that i am capturing data from a web page. I have it wrting to the db succesfully, but i am unable to view the... -
Getting a comma separated list of all records from a view.
What I would like to do is add records from a view to a table based upon user input. What is making it hard is since I can't give an identity field... -
Records in form scroll out of view
This may be something simple, but I am having trouble when I enter records in a continuous rows form. The form only displays the top row as I... -
Wierd error when going to Design View from HTML view
When I go from HTML view (in a webform) to Design View I get the following error: Could not open in Design view. Quote values differently inside a...



Reply With Quote

