marc
|
| Posted: 08/14/2001, 3:16 AM |
|
in a form some of mine field are calculated so i want to hide them but then
they are not present in INSERT SQL query!
what should be the solution?
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 08/14/2001, 4:41 AM |
|
Dynamically generate sql statement that includes your fields
and assign it to sSQL variable in Open event
--
Alex
marc <marc@spokcomputers.com> wrote in message
news:9latqh$lao$1@news.codecharge.com...
> in a form some of mine field are calculated so i want to hide them but
then
> they are not present in INSERT SQL query!
> what should be the solution?
>
>
|
|
|
 |
CodeCharge
|
| Posted: 08/14/2001, 2:40 PM |
|
We utilize hidden fields on record forms and they work fine.
Hidden fields are updated during INSERT and UPDATE operations.
Please consider submitting this issue to our support at http://support.codecharge.com
Adam S.
YS/CC
"marc" <marc@spokcomputers.com> wrote in message
news:9latqh$lao$1@news.codecharge.com...
> in a form some of mine field are calculated so i want to hide them but
then
> they are not present in INSERT SQL query!
> what should be the solution?
>
>
|
|
|
 |