Re: execute_query

From: Igor Avramovic <infolink_at_sb.tel.hr>
Date: Tue, 07 Sep 1999 20:57:59 +0200
Message-ID: <37D56037.8BD60C6F_at_sb.tel.hr>


Hello,

solution 1.
go_block('block name');
execute_query;

solution 2.
:global.par1:='.....';
go_block('block name');
:block name.item_name:=:global.par1;
execute_query;
[Quoted]  You can use global variable or any other block.item for this !!!

Best regards,
Igor Avramovic

Valeri Sorokine wrote:

> You can do it by using the EXECUTE_QUERY only.
>
> Hope this helps.
>
> Andrea Colzi wrote:
> >
> > Hi,
> > I'm working with Dev 6.0. I want to execute a query programmatically. I call
> > the ENTER_QUERY built in
> > and then the EXECUTE_QUERY, but the query is not executed.
> > Have you some idea?
> >
> > Thanks in advice!
> >
> > Andrea
>
> --
> Valeri Sorokine
> ProSoft, Russia, Moscow, Information Systems Division
> Phone: +7 (095) 234 0636 (6 lines) FAX: +7 (095) 234 0640
> E-mail: vsorokin_at_dd.ru OR vsorokin_at_prosoft.ru
> http://www.dd.ru
Received on Tue Sep 07 1999 - 20:57:59 CEST

Original text of this message