phantom
|
| Posted: 07/07/2001, 9:28 PM |
|
I have generated a product database which list the product specs in a table.
I have a field which determines the "active" and "inactive" product. How I
need to know if codecharge can be programmed to have it set automatically
showing only "actives" products, without manually setting the search/sort to
"active" or "inactive".
Thanks.
PS. Where I can I download the beta version 1.2? and when will 2.0 be dued?
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 07/09/2001, 5:06 AM |
|
Add to
Form properties/SQL/Where box :
WHERE state='active'
--
Alex
@phantom.com> wrote in messagenews:9i8nhf$6hp$1@news.codecharge.com...
> I have generated a product database which list the product specs in a
table.
> I have a field which determines the "active" and "inactive" product. How I
> need to know if codecharge can be programmed to have it set automatically
> showing only "actives" products, without manually setting the search/sort
to
> "active" or "inactive".
>
> Thanks.
>
> PS. Where I can I download the beta version 1.2? and when will 2.0 be
dued?
>
>
>
>
|
|
|
 |
|