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 bkrike 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: LALLORA
  • Content: Threads
  • Order by date
  1. LALLORA

    Print a photo with Crystal 8.5 from VFox

    Hi all. I use Crystal Reports 8.5 and Visual Fox 6 (but I'll move to the version 9 soon). I need to print a document where, besides the code and product description, I have also to print the product's photo. For each photo I stored, in a table, the full pathname of the file. The user selects...
  2. LALLORA

    COM OBJECT TO READ ANY TABLE

    Hi all. I'm trying to find a (VFox) COM object which allows me to read any table, simply passing the proper parameters, I mean, a COM object I can call from Java, for example, to read a VFox dbase so as to create a Java application which read the data from a VFox DB. I do not want to use an...
  3. LALLORA

    VB6 Code to VB.NET

    Hi, I'm not expert in VB.NET programming and so I'm facing this problem. This is the code, coming from VB6, which highlights an error: Public const posblk_len as short = 128 Private posblock as new VB6.Fixedlenghstring(Posblk_len) the definition of POSBLOCK returns a 'type not defined' and an...
  4. LALLORA

    ON KEY LABEL problem

    Hi all. I've this problem. In the MAIN.PRG I use ON KEY LABEL F10 xfnClickSave() where xfnClickSave() is a function which moves the Focus to the SAVE button and performs the Click() method. This allows the user to press F10 to save the data. Now all works fine but, sometimes, I get this...
  5. LALLORA

    VFP6 and EXCEL export

    Hi all. Firstly sorry for my English. I read all those I found about exporting from VFP 6 to Excel and I learned a lot but in the end I still have two problems. I need to export from VFP 6 to Excel a table. I did it using COPY TO and, since that I need to modify some cells, I tried using this...

Part and Inventory Search

Back
Top