Al Kurfman
|
| Posted: 10/16/2002, 6:17 AM |
|
This is probably an easy question, but I'm hoping someone can save me some
time or give me a direction to go. I am trying to build a order entry page
with about 15 lines for entering part numbers. I want it to work with the
customer enterring a part number, and then I will do a lookup into the MySql
database to get the part description and price, then when he enters a
quantity I will extend the price and take him to the next line. What I'm
not sure of is how, or when, I can call the lookup function when the part
number field is completed, and if I have to refresh the whole page, or is
there a way to refresh only the line he is enterring on? Any suggestions or
ideas will be appreciated.
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 10/22/2002, 7:24 AM |
|
You may refresh the whole page.
--
Alex,
Support Engineer
CodeCharge Team
"Al Kurfman" <akurfman@urschel.com> wrote in message
news:aojosh$ebh$1@news.codecharge.com...
> This is probably an easy question, but I'm hoping someone can save me some
> time or give me a direction to go. I am trying to build a order entry
page
> with about 15 lines for entering part numbers. I want it to work with the
> customer enterring a part number, and then I will do a lookup into the
MySql
> database to get the part description and price, then when he enters a
> quantity I will extend the price and take him to the next line. What I'm
> not sure of is how, or when, I can call the lookup function when the part
> number field is completed, and if I have to refresh the whole page, or is
> there a way to refresh only the line he is enterring on? Any suggestions
or
> ideas will be appreciated.
>
>
|
|
|
 |
|