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!

Search results for query: *

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

    How To Import From ADT,ADI, ADM Tables

    hello to all data specialists, I have to import some data from ADT,ADI,ADM files. It seems to be the advantage proprietary dataformat. Has anybody an idea how to import this in foxpro tables in an easy way? thank you for any answer... Georg Nickel Germany
  2. georg59

    How to extract binary data from general field

    If you store data in a general field vfp adds some data at the end of the file content. Does anybody have an idea how to get rid of this? I have to extract some binary data from a table with a general field containing binary data from a cad program. The reason is, that general field content is...
  3. georg59

    Printing PDFs and TIFs in VFP-Reports as Picture

    I have a table (named docouments) containing an object row (named file). in the objekt row i have to store different filetypes such as word, excel, jpg and others... Then i have a report containing a picture. As picture data source i use the field documents.file. This works great for many...
  4. georg59

    How can foxpro retrieve the path to "my files"-folder

    I have the problem to save an export file to the my-files-folder that is default by system to the current user. Does someone know a neat solution? Georg Nickel Software Development Germany
  5. georg59

    How to store active control

    Hello to all, I like to write some code to refresh a grid after moving the cursor. I have a form with some textboxes and a grid that shows all records of the table. Also I have a toolbar with buttons for SKIP -1 and SKIP 1. After a SKIP I like to move the record pointer at the correct position...
  6. georg59

    Application.ActiveProject don't work in EXE

    i like to show the version of my applicaton in a info-box. In the init event of the form i have: thisform.lblAppVersion.Caption = Application.ActiveProject.VersionProduct() This works very well. But after I build an exe-file and start it, I get an error: "Can't evaluate object&quot...
  7. georg59

    Import custom fields from outlook: type mismatch

    Hello, I have to write code that must import user defined fields from outlook's contacts folder. But every time i try to access from foxpro, i get a "type mismatch error". Do anyone know about this problem? Here is the reducted code, that shows that problem: LOCAL...
  8. georg59

    How can I show an extracted icon on a button

    My problem is, I like to create an icon that starts on click event a document with the associated application. With ExtractAssociatedIcon I can extract the icon and with DrawIcon I can show it on the form. Is there any way to show this icon on a button "on the fly"? Thanks for all...
  9. georg59

    Extract associated icon from a document-file

    Hello out there, I hope someone can solve my problem: I want to show the Icon of a given Document File like Word.doc or Excel.xls or somewhat ever on a command-button. Now my question: How can I extract this icon from the file? Thanx for your help!

Part and Inventory Search

Back
Top