Gossamer Forum
Home : Products : DBMan : Customization :

how can I put record (html_record) of main databas

Quote Reply
how can I put record (html_record) of main databas
Hi ,I added Relational database of JPDeni.
it is successed,but i wonder ,at the second database,instead of work with sub html_record to pull some fields of main database(one side database),how can I put record (html_record) of main database to show in the sub html_view_success of second database.
Hmm hope someone get know what I want. :)



Please Excuse me for my poor knoledge of PERL
Regards,
Act.
Quote Reply
Re: how can I put record (html_record) of main databas In reply to
You'll have to copy the codes you use in sub html_record routine...

Regards,

Eliot Lee
Quote Reply
Re: how can call a sub routine by In reply to
Is it posible to call a sub routine from other to be show in html file of the other database if I dont want to copy all to other html file ,such as use this code instead;

$2html_view_success;



Please Excuse me for my poor knoledge of PERL
Regards,
Act.
Quote Reply
Re: how can call a sub routine by In reply to
Wrong codes for calling a sub...

Code:

&html_view_success;


Regards,

Eliot Lee
Quote Reply
Re: how can call a sub routine by In reply to
Hi,Eliot
I mean to call &html_view_success;
from other database (other html file)


Please Excuse me for my poor knoledge of PERL
Regards,
Act.