Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo Field
Message
From
29/10/2001 07:36:59
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
29/10/2001 07:30:34
Ashish Patel
Hindustan Petroleum
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00574378
Message ID:
00574380
Views:
22
>I am having a form on which I am having a memo field say "Detail" (Edit Box)
>Now I am having List Box say "lstvariables". Now what I want to do is when user souble clicks on any value of lstvariables I want to insert that value in the edit box. It was easy in Foxpro 2.6 for dos. I was using KEYBOARD selver and it used to replace the value of selver in the memo field. How to do that in Visual Foxpro 6.0 ?
ThisForm.MyEditBox.Value = ThisForm.MyEditBox.Value + ...

or:

with ThisForm
  .MyEditBox.Value = .MyEditBox.Value + ...
endwith
HTH, Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform