Forum Discussion

ChrisMac's avatar
ChrisMac
Contributor
13 years ago

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

  • never mind. kindly disregard. It was a name mapping conflict.