Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. elfstoneUK

    Attachmate and VB.NET - Option Strict ON

    My testing now shows that it doesn't have the full text lenght. Which seems to be 103 chars on a 3270 system, rather than 80 which I get with the previous line :) If you haven't guessed yet, this is all new to me :)
  2. elfstoneUK

    Attachmate and VB.NET - Option Strict ON

    Yeah, I discovered referencing the screen object by accident, it helps a bit. :) I'm looking at converting this line now to get the status of the X-Clock: Dim wReturn As Integer = Asc(Mid(oScr.OIA.Value, 90, 1)) The highlight indicates late binding (with Option Strict On) so I can't compile...
  3. elfstoneUK

    Attachmate and VB.NET - Option Strict ON

    Hi, I need some help with instantiating obects in EXTRA! 7.11 and VB.NET. I have been trying to use the examples in EXTRA! Enterprise (Marco Editor) help files. As suggested by the help line. The problem is that the project is running with Option Strict On (Strict type checking) but the examples...

Part and Inventory Search

Back
Top