i see only one way ... it's to use

In Each of you form put this :

Public sub Form_KeyPress()

  FMain.ManageKeys

end


and in fmain :

Public Sub ManageKeys()

Select Case Key.Code

endselect

End
2010/4/3 Bill-Lancaster <bill-lancas...@lineone.net>:
>
> My programme has many gridview displays in many forms.
> Instead of having a print button on each form, is there a way of having a
> Control-P action working throughout the programme?
>
> Bill Lancaster
> --
> View this message in context: 
> http://old.nabble.com/Control-P-anywhere-in-programme-tp28125480p28125480.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to