Home RAP

Temporary Query

edited September 2002 in RAP
Hello,

i use a temporary query for run some sql. my query in a datamodule (DM1). is
this possible run in beforeprint method. like this :

DM1.Q_Temp.Close;
DM1.Q_Temp.SQL.Clear;
DM1.Q_Temp.Add('.....');
DM1.Q_Temp.Add('.....');
DM1.Q_Temp.Open;

Label1.Caption := DM1.Q_Temp.Fields[0].AsString;

Thanks.

Comments

  • edited September 2002
    Hi John,

    create a RAP pass-through function.
    From your description it isn't clear what you want to achieve and why you don't want (or can't) to use a standard data pipeline.

    regards,
    Chris Ueberall;
This discussion has been closed.