main logo
Subject: Re: Navigation
Author: Enrique Gavilan
Posted: 2002/03/30 03:36:31
 
View Entire Thread
New Search


Hi Again!

The percent sign is important to call all records with every value in csiteid field.

If you already define your view in filtering expression with "LIKE" comparison as:

<pre>Select ... Where ... cSiteId LIKE vp_csiteid</pre>

Then, you must assign to vp_siteid to get all values in cSiteId, so:

<pre>vp_csiteid = "%E22 </pre>

And Then Requery.

Do you do that?


<i><font color="#663300">Right, in this case vp_csiteid is the child record -- when I say vp_csiteid=lcsiteid I get one record in the result set only.

So, then if this is my problem, How do I say to the Bizobj, I want all csiteid's that are in the filtered set for lcdistid?????????

I have gone over my bizobj's and my views all bizobj's are defined the same way with 2 data environments -- v_table and v_table_ro
where v_table has a filter set vp_ctableid = ctableid
and v_table_ro has a filter to the parent vp_cparentid = cparentid

So it has to be what I'm saying in the init.

Thanks!


</font></i>

From Gavilan
programa1 .at. hotmail .D.O.T com

Thanks to CodeBook ...
and You Too.
 
©2002 Enrique Gavilan
<-- Prior Message New Search Next Message -->