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 wOOdy-Soft 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 Tromba

  1. Tromba

    Netcobol for windows and licensed controls.

    Sorry for the delay i'm responding to this thread, but i have not resolved the issue with the licensing system using Netcobol. I bought Farpoint Spread, because its grid is very powerful and compatible with Netcobol, but unfortunately, the Farpoint licensing system is not supported by Netcobol...
  2. Tromba

    Old DOS COBOL with lines, boxes...

    Crox, You can try to use this utility that allow you to print old dos chars report to an usb printer, capturing its output and obtaining a preview..Its name is: Prinfil Link: www.guolo.com Hope in this help Gianni
  3. Tromba

    Netcobol for windows and FarPoint Spread 6.0 problem

    Hi Bruce I haven't explained well my problem. The control is regularly registered and it runs on the development machine, but when i register the ocx on a customer machine, this message appears. It is not depending from the registration, but from the fact that Spread uses licensing system that...
  4. Tromba

    Netcobol for windows and FarPoint Spread 6.0 problem

    Hello to all I bought a Farpoint Spread 6.0 to use with Netcobol for Windows..During development time all is going fine, but when i install my application with the Spread ocx in a customer machine, when i open the form that contains the grid, a message box appears saying "file License.dat...
  5. Tromba

    Power Cobol combo box

    Hi Pete I don't know if you have resolved your combo problem, but it depends from the way you set the combo.(Dropdown, Droplist). Normally, to retrieve and show a combo item, you can use (as already mentioned in the above posts) the "ListIndex" property, that contains the index of...
  6. Tromba

    OCX properties, method, events

    Hi Daniel There is an old tool called Vba Companion who can help you to list all the properties, methods, events and all parameters listed into an activex control. It helped me a lot during development, specially when you haven't the right activex documentation. Send me an email at...
  7. Tromba

    calling C++ dll

    There is a way to generate a .lib file reading from a dll. Try to download an evaluation version of "DLL to Lib" from www.binary-soft.com ...It should help you to generate a .lib file to include in the project.. Hope in this help. Gianni
  8. Tromba

    If you need open a text file delimi

    Ottimo lavoro!! Gianni
  9. Tromba

    PowerCOBOL and MS Winsock Control

    Hello Take a look at this example from AboutLegacyCoding web site. http://www.aboutlegacycoding.com/Library/download.asp?DL=8 Hope in this help Gianni
  10. Tromba

    Whe I send to a printer a file line sequetial lose all jumps

    Ciao Massimo Spediscimi il file che hai generato e che contiene la stampa a softline2000@tin.it Ci daro' un'occhiata e poi potro' dire qualcosa. Spiegami anche come stai inviando il file sulla stampante e che tipo di stampante usi (InkJet/Laser/Aghi) Saluti Gianni
  11. Tromba

    DBAccess Control 64 Field Limitation

    Hi Mike I suggest you to use OleAutomation to manage your MsAccess database, connecteting it to the ODBC driver using the SQLODBCS.EXE utility in the Netcobol for Windows folder. Gianni
  12. Tromba

    powercobol - odbc problem

    Hi fran123 Glad to hear from you that all is working fine... Gianni
  13. Tromba

    powercobol - odbc problem

    Hi Fran123 I suggest you to use the SQLODBCS.EXE utility from the "Program Files\Fujitsu NetCobol for Windows" folder. When you need to connect a database (MsAccess included) using embedded sql, the runtime read some information from the file generated using this utility. Then, in the...
  14. Tromba

    .NETCOBOL and calls to unmanaged C DLLs

    Kadhim is Basim Kadhim, Chief Architect, Languages Fujitsu Software Corporation, and, of course, he knows much better then us the product... Any way, thank to Basim for his kind and useful support. Gianni Spano
  15. Tromba

    Tab delimited question

    The "TAB" character must be defined as X"09". Gianni

Part and Inventory Search

Back
Top