Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Passing variable values to a Dialog
#6
thanks again. I have read the ShowDialog page so many times in the Help Menu but somehow skipped over the [param] parameter for passing vales to dialog procedure usign DT_GetParam. Always amazed how much there was in QM from the beginning and how much has been added!!!!!

The syntax for the following line of code:

Code:
Copy      Help
VARIABLES10387& x=+DT_GetParam(hDlg)

confused me but I finally spent time understanding the difference between Pointers and Reference Varaiables that you describe so well in QM Help and also its relevance to Passing and returning strings, arrays in user-defined functions also described in help section.

I think I finally get the significance (and implications) of all the little '&*+ modifiers that I have been using uncomprehendingly all these years as I based my code on your samples....now I get (a little better) why you prefer lpstr, etc.

Thanks again for teaching me so much!!!
S


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)