Thanks Fabien - I'll do it
Bill Lancaster
--
View this message in context:
http://old.nabble.com/Control-P-anywhere-in-programme-tp28125480p28127063.html
Sent from the gambas-user mailing list archive at Nabble.com.
-
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 :
>
> My programme has many gridview displays in many forms.
> Instead of h
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-tp28125480p28