Re: [Gambas-user] Question about some simple code enterin' data

2010-10-15 Thread piramix
EXACTLY EXACTO That's what I need. The function is called input mask. I could not find it in Gambas. -Original Message- From: tobias To: mailing list for gambas users Sent: Fri, Oct 15, 2010 9:26 am Subject: Re: [Gambas-user] Question about some simple code enterin' data pira...@mail

Re: [Gambas-user] Question about some simple code enterin' data

2010-10-14 Thread piramix
Thanks Tobi for your quick reply. With TextBox_KeyPress() I manage the insertion of numbers. But I need to display both scores before the data entry. The example you gave me with the serial numbers is exactly what I need. Let's say -as another posibility- that I'd like to enter a date in a format

[Gambas-user] Question about some simple code enterin' data

2010-10-14 Thread piramix
Hi everyone. I need to enter numeric data into a previously formatted text field. The format is 99-99-9, where 9s are any number. I need to display just the scores so the operator just enters the numbers. Please help!! Thanks in advance. Pablo. ---