Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to refresh the memory variable
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00654079
Message ID:
00654196
Views:
16
Ok AKhan
try this:

1) Instead of a Memory variable in the form, Make it a property of the form
..Form...Property ( give it a name ie myProperty)
2) Set the property in the other tab ( you can make blank or asign it a value )

3) inside of your procedure in the menu:
  *** catch the property and put it in a variable here
  lcPropertyToUpdate = FormName.myProperty
  ** do whatever you want to do with the property
  lcPropertyToUpdate = lcPropertyToUpdate + 'Whatever you want to do'
  ** send the new value back
  FormName.myProperty = lcPropertyToUpdate
I believe that will be a start.

HTH
What is Wisdom?
Wisdom - The ability to respond to any situation according to God's Plan.
Therefore:
USE Wisdom IN Everything ORDER priority AS Knowledge
SELECT Knowledge
BROWSE FOR Understanding WHERE Wisdom=Guide

LeRoy Jackson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform