spt ini...tapi saya sendiri belum coba......
in the datawindow control, Create a user event of type pbm_dwnprocessenter
script it so:
send(handle(this),256,9,long(0,0))
return 1
if you are using a free form, your next problem will be keeping Powerbuilder
from "scrolling to the next record" so create a user event of type
pbm_dwnkey and script it so:
IF (KeyDown(keyDownArrow!)) OR (KeyDown(KeyUpArrow!)) &
OR (KeyDown(KeyPageDown!)) OR (KeyDown(KeyPageUp!)) THEN
This.SetRedraw(False) file://Blocks access to the datawindow to
file://prevent processing of key pressed
END IF
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/NhFolB/TM
--------------------------------------------------------------------~->
-----------------------------------------------
IndoPB - Indonesia PB User Group
Learn PB6 by download FasTrack to PB6 at :
http://groups.yahoo.com/group/indopb/files/Belajarpb6/
To Unsubscribe,send a blank message to: [EMAIL PROTECTED]
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/indopb/
<*> 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/