hallo all,
mo tanya... create cursor n hasilnya bisa dimasukkan ke multiple record form?
contoh ada 2 field 
saya uda coba, tapi yg keluar hny record pertama aja...
 
ada bantuan dr teman2??

PROCEDURE pointcalc IS
cursor cp is 
select sum (db) points,pointname
from dtl_trackpoint a, mst_points b
where a.point_id=b.row_id and
mcc_code=:permanen_code
group by pointname;  
pn varchar2 (60);
p  number;
BEGIN
go_block ('points');
first_record;
loop
open cp;
       fetch cp into :point.point,:point.pointname;
             next_record;
     IF :System.Last_Record = 'TRUE' THEN
          EXIT;
     END IF;
    
      close cp;
end loop;
 
 
END;
 
__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12hop901p/M=362131.6882499.7825260.1510227/D=groups/S=1705007183:TM/Y=YAHOO/EXP=1124196068/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~-> 

--
-----------I.N.D.O - O.R.A.C.L.E---------------
Keluar: [EMAIL PROTECTED]
Website: http://indo-oracle.lizt.org (NEW)
-----------------------------------------------

Bergabung dengan Indonesia Thin Client User Groups, 
Terminal Server, Citrix, New Moon Caneveral, di:
http://indo-thin.vze.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/indo-oracle/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Kirim email ke