Re: [Arsperl-users] use of field names in queries
Brought to you by:
jeffmurphy
|
From: Thilo S. <thi...@ap...> - 2006-08-03 15:37:12
|
It works with labels or field IDs only. To use database names you could
do something like this:
%f = ars_GetFieldTable( $ctrl, $formName );
$queryStr = qq/'$f{"Request-ID"}' = "$requestId"/;
Regards,
Thilo
Maik schrieb:
> Hello all,
>
> how can I use field names in query strings? Works it only with label names?
>
> Regards,
> Maik
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Arsperl-users mailing list
> Ars...@ar...
> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>
|