bon733
|
| Posted: 06/25/2002, 8:00 AM |
|
I am evaluating CodeCharge and would like to know how the product uses
multi-field keys. (i.e. BatchNbr, DocNbr = Primary Key). How do you siginfy
in CodeCharge that it should use a multifield key?
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 06/25/2002, 8:39 AM |
|
CCS supports compound primary keys.
Note that CCS wizards create forms with simple primary keys only.
--
Alex
CodeCharge Developer
"bon733" <bdenison@nospam.com> wrote in message
news:afa0i0$npg$1@news.codecharge.com...
> I am evaluating CodeCharge and would like to know how the product uses
> multi-field keys. (i.e. BatchNbr, DocNbr = Primary Key). How do you
siginfy
> in CodeCharge that it should use a multifield key?
>
>
>
|
|
|
 |
bon733
|
| Posted: 06/25/2002, 8:58 AM |
|
Thanks for the quick reply, but what are the steps to tell code charge to
use the compund keys?
Ben
"Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
news:afa2s8$s34$2@news.codecharge.com...
> CCS supports compound primary keys.
> Note that CCS wizards create forms with simple primary keys only.
>
> --
> Alex
> CodeCharge Developer
>
>
> "bon733" <bdenison@nospam.com> wrote in message
>news:afa0i0$npg$1@news.codecharge.com...
> > I am evaluating CodeCharge and would like to know how the product uses
> > multi-field keys. (i.e. BatchNbr, DocNbr = Primary Key). How do you
> siginfy
> > in CodeCharge that it should use a multifield key?
> >
> >
> >
>
>
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 06/26/2002, 2:10 AM |
|
It's done via hidden fields.
You add a hidden field for a field that is part of key.
You should handle this field in events.
Make sure that this key is handled in Data Source/Parameters
--
Alex
CodeCharge Developer
"bon733" <bdenison@nospam.com> wrote in message
news:afa3v7$u3t$1@news.codecharge.com...
> Thanks for the quick reply, but what are the steps to tell code charge to
> use the compund keys?
>
>
> Ben
>
> "Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
>news:afa2s8$s34$2@news.codecharge.com...
> > CCS supports compound primary keys.
> > Note that CCS wizards create forms with simple primary keys only.
> >
> > --
> > Alex
> > CodeCharge Developer
> >
> >
> > "bon733" <bdenison@nospam.com> wrote in message
> >news:afa0i0$npg$1@news.codecharge.com...
> > > I am evaluating CodeCharge and would like to know how the product uses
> > > multi-field keys. (i.e. BatchNbr, DocNbr = Primary Key). How do you
> > siginfy
> > > in CodeCharge that it should use a multifield key?
> > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
|