Home : Products : DBMan : Customization :

Products: DBMan: Customization: Re: [knue] passing data from 1 db to another.: Edit Log

Here is the list of edits for this post
Re: [knue] passing data from 1 db to another.
be sure call to copy includes $rec{'company'}

can't remember where we are in this!

call could have something like
... company=$rec{'company'} ...

then in the form or routine that copies to other db, have the following

if ($in{'company'}) {
$in{'company'} = s/zzzzz/&/;# or whatever i said before!
$rec{'company'}= $in{'company'};
)

Last edited by:

delicia: Dec 11, 2015, 6:05 PM

Edit Log: