Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with form calling form
Message
From
10/03/2005 09:29:09
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Problem with form calling form
Miscellaneous
Thread ID:
00994404
Message ID:
00994404
Views:
50
Hi,

I have a form (form1) with textboxes holding fields of the
current record of a table. While editing the current
record I right click a textbox that calls another form (form2)
which returns a value.
The problem is: upon returning from the 2nd form (form2), the
controls in the first form (form1) are no longer editable. I
can still place the cursor to them but I can't type in
anything in them as though all the fields have been locked.
Can anyone tell me what I have done wrong?

In Rightclick method of textbox1 in form1:
local newValue
do form2 with this.value to newValue

Form1 has windowType = modeless
form2 is modal

Any help would be appreciated.

--
jw
Next
Reply
Map
View

Click here to load this message in the networking platform