charles
|
| Posted: 10/28/2005, 1:40 AM |
|
I have developed quite a good number of apps with codecharge;but one area i have always had problems is on using an editable grid that is created from more than one tables to insert values into a third table.
Specifically, i have an editable grid based on a tables orders,destination,PODs.I want to insert the value in the fields wb_no into a table called transfers.
Can someone help with advice on how i can go about this.
regards,
charles
|
|
|
 |
DonB
|
| Posted: 10/28/2005, 7:23 PM |
|
Have you looked at the 'Custom Insert' property? Does it do what you want?
--
DonB
http://www.gotodon.com/ccbth
"charles" <charles@forum.codecharge> wrote in message
news:64361e403922c8@news.codecharge.com...
> I have developed quite a good number of apps with codecharge;but one area
i have
> always had problems is on using an editable grid that is created from
more than
> one tables to insert values into a third table.
> Specifically, i have an editable grid based on a tables
> orders,destination,PODs.I want to insert the value in the fields wb_no
into a
> table called transfers.
> Can someone help with advice on how i can go about this.
> regards,
> charles
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
Edd
Posts: 547
|
| Posted: 10/28/2005, 9:32 PM |
|
charles
I use the costom inserts all the time using stored procedures in MSSQL and it works brilliantly.
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
|