Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Smart Dialog Questions
#4
Exception because the controls variable is declared not in array with other variables of the dialog. Exceptions cannot be ignored.

This is correct:

str controls2
controls2 = "3 4 5 6"
str c3Com c4Pas c5Cop c6Can
ShowDialog ... &controls2

This is error:

str controls
int something; str soething2; etc
controls = "3 4 5 6"
str c3Com c4Pas c5Cop c6Can
ShowDialog ... &controls2

----

In this case, dialog variables are not used. You can delete the declarations, and instead of &controls use 0.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)