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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by georgiy

  1. georgiy

    Upgrade from Extra!X-treme 8.0

    I have a collection of macros written in Extra!Basic for Extra! 8.0. Now my PC 32 bits has gone and I got a new one 64 bits running under Windows 7. Could anyone please tell me which version of Extra! X-treme should I request for running my macros with minimal updates?
  2. georgiy

    Upgrade from Extra!X-treme 8.0

    Hello, Does anyone know if macros composed for Extra!X-treme 8.0 can work with Extra!X-treme 9.x? Thanks a lot
  3. georgiy

    ERROR: Object value is set to nothing

    Skip, You are right. One SET was lost... Thanks a lot!
  4. georgiy

    ERROR: Object value is set to nothing

    They are declared Global in the Main...
  5. georgiy

    ERROR: Object value is set to nothing

    thread1-1510304 Hello, I am having the same problem that HDTech (TechnicalUser) had a few years ago. I developed a few pretty similar macros and if I start my day with one of them it always stops showing the following error: Object value is set to nothing Line number XXX [it is usually...
  6. georgiy

    Printer Escape Code Sequences

    Can enybody instruct me how to send escape codes from Extra Basic program to a printer? Thanks a lot
  7. georgiy

    EXTRA! X-treme 8.0 Macro Editor Help problem

    When I work with EXTRA Macro Editor (EXTRA! X-treme 8.0 is on my PC) and request Help, the system generates the message: "Microsoft (R) Help has encountered a problem and needs to close. We are sorry for the inconvenience..." Does anyone know where the problem is? Thanks a lot
  8. georgiy

    EXTRA! X-treme 8.0 Macro Editor

    When I work with EXTRA Macro Editor (EXTRA! X-treme 8.0 is on my PC) and request Help, the system generates the message: "Microsoft (R) Help has encountered a problem and needs to close. We are sorry for the inconvenience..." Does anyone know where the problem is? Thanks a lot
  9. georgiy

    EXTRA Error

    Bear in mind that some printers need an additional 'Form Feed': Print # filenum%,screenbuf$; FF$; FF$
  10. georgiy

    EXTRA Error

    Sorry for the delay. The code follows: Sub Main ' Get the main system object Dim Sessions As Object Dim System As Object Set System = CreateObject("EXTRA.System") ' Gets the system object If (System is Nothing) Then Msgbox "Could not create the EXTRA...
  11. georgiy

    EXTRA Error

    Eventually I removed the Attachmate Printer Button and installed mine firing a slightly modified printing macro provided with April 23, 2003 posting. It works flawlessly
  12. georgiy

    EXTRA Error

    Only mine is involved. Extra's been reinstalled for a couple of times
  13. georgiy

    EXTRA Error

    That's about Extra Version 6.5 Sorry...
  14. georgiy

    EXTRA Error

    Hi, When I try to print from any Extra application, the following message appears: EXTRA.exe has generated errors and will be closed by Windows. You will need to restart the program. An error log is being generated. It happens very often and seemingly does not depend on the printer or...

Part and Inventory Search

Back
Top