Jerry
|
| Posted: 08/12/2004, 8:57 AM |
|
Anyone know of a good place to read about validation?
I have an editable grid that when I submit the change I need to validate
that another table has a yes/no for that item. But I cant seem to get it to
work.
(CCS, ASP, MySQL)
Any help is appreciated.
Thanks
Jerry
|
|
|
 |
Jerry
|
| Posted: 08/12/2004, 10:10 AM |
|
Let me be more specific...
(ASP, Access, IIS6, CCS - before I put MySQL, sorry wrong project)
I have a table called members. In this table it has a yes or no (1/0) to
allow or not allow this person to make a bid, along with all of the member
information.
On the bid screen, the user (not the bidder themselves) It has an editable
grid (table=bids)with several values like min bid, item number... bla bla..
These fields are already entered and not changeable. The user enters in the
member_id and the bid amount. I need for when they submit the form for it
to validate that this person is allowed to place a bid.
The purpose of using an editable grid here is so that the person taking the
bids can see what the current bids are. This also outputs to a television
so the people placing the bids can see who is winning what, and know what
they need to bid to beat someone.
This is my first time using validation, so I am pretty new to it. The more
straight forward the better.
By the way, CCS just freakin rocks. I have been able to do more things with
this little program that I would normally never even THINK about attempting.
Not only that, but I have learned so much about the coding aspect. Also
adding ASP,PHP and MySQL to my list of skills. What more could you ask for!
-------------------------------------
Also I tried the info on this page, and cant seem to make it work for my
application: http://www.gotocode.com/art.asp?art_id=301& Title of the page is: HOWTO:
Validate a field from a database on the fly.
----------------------------------
Thanks in advance for the help.
Jerry
"Jerry" <jerryb@pccms.com> wrote in message
news:cfg40i$4o4$1@news.codecharge.com...
> Anyone know of a good place to read about validation?
>
> I have an editable grid that when I submit the change I need to validate
> that another table has a yes/no for that item. But I cant seem to get it
to
> work.
>
> (CCS, ASP, MySQL)
>
> Any help is appreciated.
> Thanks
> Jerry
>
>
|
|
|
 |
|