Thanks Benoit!
br
Attila
Bugzilla from [EMAIL PROTECTED] wrote:
>
> On samedi 29 novembre 2008, moon_walker wrote:
>> Hi Gurus,
>>
>> i have a problem again:-):
>>
>> PUBLIC SUB TableView3_Menu()
>> DIM lform AS Form
>>
>> lform = NEW dataentry(did.Value, "fertilizer", tableview3.X,
>> tablevi
On samedi 29 novembre 2008, moon_walker wrote:
> Hi Gurus,
>
> i have a problem again:-):
>
> PUBLIC SUB TableView3_Menu()
> DIM lform AS Form
>
> lform = NEW dataentry(did.Value, "fertilizer", tableview3.X, tableview3.Y)
> lform.showmodal
>
> END
>
> The resulting form do not get the focus upon th
Hi Gurus,
i have a problem again:-):
PUBLIC SUB TableView3_Menu()
DIM lform AS Form
lform = NEW dataentry(did.Value, "fertilizer", tableview3.X, tableview3.Y)
lform.showmodal
END
The resulting form do not get the focus upon the opening IF
dataentry.skiptaskbar = TRUE. :-)
Is this correct?
Cou