Subject | Re: [IBO] How can I... |
---|---|
Author | André Poisson |
Post date | 2001-08-28T14:00:35Z |
That is exactly what I was looking for. I just tried it and my reaction was "Ho! So great!
Thank you very much.
André
...
with IBSP_BenInfo do
begin
qryMain.FieldByName('BEN_NOM').AsString := ParamByName('BEN_NOM').AsString;
qryMain.FieldByName('BEN_PRENOMNOM').AsString := ParamByName('PRENOM').AsString;
...
...
qryMain.FieldByName('BEN_LANGUE').AsString := ParamByName('BEN_LANGUE').AsString;
qryMain.FieldByName('BEN_LANGUE2').AsString := ParamByName('BEN_LANGUE2').AsString;
...
Do you see the differences here?
Regards,
Helen
All for Open and Open for All
InterBase Developer Initiative · http://www.interbase2000.org
_______________________________________________________
Yahoo! Groups Sponsor
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
Thank you very much.
André
...
with IBSP_BenInfo do
begin
qryMain.FieldByName('BEN_NOM').AsString := ParamByName('BEN_NOM').AsString;
qryMain.FieldByName('BEN_PRENOMNOM').AsString := ParamByName('PRENOM').AsString;
...
...
qryMain.FieldByName('BEN_LANGUE').AsString := ParamByName('BEN_LANGUE').AsString;
qryMain.FieldByName('BEN_LANGUE2').AsString := ParamByName('BEN_LANGUE2').AsString;
...
Do you see the differences here?
Regards,
Helen
All for Open and Open for All
InterBase Developer Initiative · http://www.interbase2000.org
_______________________________________________________
Yahoo! Groups Sponsor
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]