ChrisMac
13 years agoContributor
static text won't print to the log file.
Hello-
I've got a dialog window that has static text that I just cannot print out to the log file. Here's the code:
Sub MessageResend()
Dim sFindIt,val
val=Aliases.Rodeo.dlg.Static.WndCaption
log.message(val)
End Sub
The Object Spy clearly shows the property WndCaption with a value (just a normal string of text) but when I run the subroutine above, in the log file there is nothing. The Message column is blank. The text is class 'static'. Any suggestions?
Chris
I've got a dialog window that has static text that I just cannot print out to the log file. Here's the code:
Sub MessageResend()
Dim sFindIt,val
val=Aliases.Rodeo.dlg.Static.WndCaption
log.message(val)
End Sub
The Object Spy clearly shows the property WndCaption with a value (just a normal string of text) but when I run the subroutine above, in the log file there is nothing. The Message column is blank. The text is class 'static'. Any suggestions?
Chris