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 Chriss Miller 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: *

  • Users: waynesingh
  • Content: Threads
  • Order by date
  1. waynesingh

    Stopping Password Protected Screen Savers

    Hi All, Does anyone have some C/C++ code to stop Password Protected Screen Savers on Win2k/XP? It is a nightmare when you go to maintenance on a PC and the user has a password protected screen saver. I want to be abel to put it on a CD as autorun, so all I have to do is put the CD in the...
  2. waynesingh

    Archive Property

    Hi Guys\Gals, Its stupid question time here, and I know that I should already know this too. On the General Tab of the File Properties, there is a check box called 'Archive', what does this do?? Thank you. cya. Wayne Singh Analyst Programmer Cedar Creek Company Australia
  3. waynesingh

    Excel Open question

    Hi All, I know how to create an excel spreadsheet in Progress. Eg, CREATE "excel.Application" chSpreadsheet CONNECT NO-ERROR, and then create the workbook and sheet and then populate etc. But is there an easy way to open an existing .xls file into excel? I am guessing there is an...
  4. waynesingh

    Microsoft Spreadsheet 9 (msowc.dll)

    Hi All, I have used the above OCX in a Progress page, for reporting. What we are doing is making a call to a JSP (eg, http://..../bookings/cvs?bookingno=1&bookingline=1...). This is called from a progress Browser. What I have noticed is that if you open call the excel OCX, then close it and...
  5. waynesingh

    Microsoft Spreadsheet 9 (msowc.dll)

    Hi All, I have used the above OCX in a Progress page, for reporting. What we are doing is making a call to a JSP (eg, http://..../bookings/cvs?bookingno=1&bookingline=1...). This is called from a progress Browser. What I have noticed is that if you open call the excel OCX, then close it and...
  6. waynesingh

    FNC1 or Function 1 in EAN/UCC 128 barcodes

    Hi all, I don't really think this is where to post this question, but someone may have some ideas. I have written a program that talks directly to the printers (datamax and intermecs). This all works fine, but was told recently that the barcodes I am putting out are Code 128 and not EAN128...
  7. waynesingh

    PCX/Intelhex, Intermec Printers and File Transfers

    Hi all, I have been struggling with this for a couple of days and really need an answer. I will try to explain as best I can the situation so that you will have a better idea of what it is I want. Recently I started working with the Intermec EasyCoder F4 printers. I have written a program...
  8. waynesingh

    From Serial to Network problems

    Hi all, I am writing some software to send data to an Intermec printer. I have already done this for the Tharo Datamax printers and it works fine over the network, using a Troy device. I have connected the Intermec (Easycoder F4) up via serial and I could (using Hyperterminal) send it...
  9. waynesingh

    Printer Woes

    Hi all, First let me explain that I am a programmer and not a hardware tech. I am trying to send information directly to an Intermec printer using Fingerprint. It works fine when it (printer) is connected via Serial, but as soon as I reconnect it to our network, it dies again. I can print...
  10. waynesingh

    Intermec Printers (Intermec Programming Language)

    Hi all, We have to cut down on printing speed for our clients, so I am sending label data directly to the printers. I have done the Tharo Datamax printers using the DPL (Datamax Programming Language). I am now trying to do our Intermec printers. I am trying to use the IPL (Intermec...
  11. waynesingh

    PCL to DPL

    Hi All, Has anyone ever had to convert PCL to DPL (Datamax Programming Language) before? If so any help would be appreciated. Thanx
  12. waynesingh

    PCL to DPL

    Hi All, Was wondering how hard it is to convert PCL (Printer Control Language) to DPL (DataMax Programing Language)? Does anyone know where I can get some information on CPL, I tried a CPL viewer and just got rubbish displayed to the screen. Anyway any help on PCL would be appreciated. Thanx
  13. waynesingh

    TreeView node selection question

    Is there any way to programtically select a node in a TreeView when you display it? Here is why I ask. I set up a Treeview of our menu options. Then when you pick a node it displays a seperate TreeView with the new options in it. When you leave that screen and go back to the start I want...
  14. waynesingh

    Using the TreeView OCX in Progress Version 9.1B

    Hi all, I am using the Microsoft TreeView Control v6.0 in a Progress window. I am passing back information to .p's from my .w. I have been using a index field, which is a combination of other fields within that record as the unique identifier. Was all running along fine until I hit a record...

Part and Inventory Search

Back
Top