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 strongm 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: SNKARKI
  • Order by date
  1. SNKARKI

    Problem to printing graphics

    Actually it hangs. Does not activate any command button or any other control on form. I have to close it forcefully. If I remove print.paintpicture statement it works fine SNKarki
  2. SNKARKI

    Convert Clipper 5.3 App to FoxPro DOS 2.6

    Hi SSDESIGN First of all let me know how familiar with clipper, and foxPro. Is client wants to change it to FoxPro? If not you can rewrite it in Clipper or foxPro. Only you need some exercise to convert existing database. Let me know more detail. Perhaps I could help you out. Please use...
  3. SNKARKI

    Problem to printing graphics

    I used VB 6 to write online billing program. I used print.paintpicture . It worked fine, but control doesn't returns after printer.enddoc. How can control return to other control. Please Help Me!!
  4. SNKARKI

    Is There Any More Clipper Programmer in World????

    Again The main question is alive. How we survive if new OS from Microsoft will not support DOS based programs. Did any one experimented with printer which is connected in USB port and having no Character ROM?
  5. SNKARKI

    Is There Any More Clipper Programmer in World????

    It gave me good filling that there are more Programmer using Clipper. I used Clipper since it was summer 86 till now CA-Clipper 5.3 But now Microsoft released Vista which not support My Program. So How we overcome this problem?
  6. SNKARKI

    Is There Any More Clipper Programmer in World????

    Hello, Is there any more Clipper Programmer remaining in this world?
  7. SNKARKI

    Fatal C3001 Memory overbooked

    Compile with /m /n option In /n option you cann't put any executable code out of any procedure or function. when you link first function of first obj will be starting point. S.N.Karki
  8. SNKARKI

    Is DOS based Development gooing to finish?

    Dear All Now a days Programmer are facing one question from posible client. Is it Visual? I wonder why Visual needed. With using less resources clipper provides better result. Only thing is that it cann't print Desktop Publishing Quality report. Is some body notice that same types of work done...
  9. SNKARKI

    Error Openning Clipper Apps on Windows 2000

    I found no problem to run applicaton developed in clipper in any windows version. How you try to run that may effect. try any one of my program developed in clipper found in www.softgen.gq.nu or www.softwares.web1000.com and let me know if that runs properly. or give detail of your programe by...
  10. SNKARKI

    Clipper Indexes

    Why Not you use JET insteed of MSACCESS to read DBF . After you can migrate your data in any ODBC supported dbabase.
  11. SNKARKI

    Can Visual FoxPro 6, access Clipper NTX and DBF Files?

    Visual Foxpro can access DBF files as normal way. But It could not recognise NTX file. Clipper only have such facilities to work with different database drivers. It can recognise CDX ,MDX etc. You have to create index on Foxpro after accessing DBF. Let me know if you need more.
  12. SNKARKI

    Migrating to GUI with power of clipper

    HI Clipper programmers. I want to migrate to GUI environment with power of clipper which I use vary much. Any can download and see my demo programes developed with clipper from www.softgen.gq.nu Now any one suggest me how to migrate in such way I can use old program. Data structure.
  13. SNKARKI

    Y2K Compliant DBQ.EXE

    Please try to edit source code for dbu with set epoch line. source code is available at clip53\sample\source directory and remake it. you will get new dbu with your need. I insteed use dbase III+ with set century on.
  14. SNKARKI

    Y2K Compliant DBQ.EXE

    No problem created by Y2K in clipper. Just add following line in your main function set epoch 1990 set century on your base year will change to 1990 so if some one type 1 in year place of date it will be assumed 2001 autometically.
  15. SNKARKI

    CA-Visual Objects??? I realize t

    I also using Clipper scince S87, Now a days I am using CA Clipper 5.3 I also want to switch over to visual programming. I want to use my customised libs thare.
  16. SNKARKI

    Linker for Clipper 5.3

    Blinker and Exospace are two linker bunddled with clipper 5.3. I found Blinker vary much usefull and fast. So use it. there are two drawbacks using this. 1. You cannot use cld. To debug you have to link cld.lib in file section and invoke debugger with ALT-D. 2. Your old lib or obj compiled...

Part and Inventory Search

Back
Top