This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Assign value from PathEdit to Text
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 05, 2009
06:12 AM
Assign value from PathEdit to Text
I have a PathEdit on a form and I want to assign the value of PathEdit to Text (which is on another form). How do that?
e.g. LESSON_FOLDER (LESSON_FOLDER is property of Text) = LessonPathEdit (LessonPathEdit is property of PathEdit)
Thanks
e.g. LESSON_FOLDER (LESSON_FOLDER is property of Text) = LessonPathEdit (LessonPathEdit is property of PathEdit)
Thanks
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 05, 2009
04:18 PM
Looking at the interaction between InstallChangeFolder and the buttons that launch it on DestinationFolder, for example, might help...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 06, 2009
01:44 AM
RobertDickau wrote:
Looking at the interaction between InstallChangeFolder and the buttons that launch it on DestinationFolder, for example, might help...
Where look for the interaction?