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

    Uploading files to Amazon S3

    Has anybody uploaded files programmatically to Amazon S3 using VFP? Thanks. IK
  2. ikh

    How to add a Task/Reminder to MS Outlook

    Does anybody has an idea how to add a Task/Reminder to MS Outlook? I found following code for MS Access but couldn't make it work in VFP. Any help greatly appreciated. Dim appOutLook As Outlook.Application Dim taskOutLook As Outlook.TaskItem Set appOutLook = CreateObject("Outlook.Application")...
  3. ikh

    Show Excel spreadsheet on vfp form

    Can anybody provide some examples on how to show Excel spreadsheet on vfp form. Thank you.
  4. ikh

    Automate Pivot wizard

    I have a crosstab table that I would like to show on the form by automating pivot wizard. Can anybody provide some examples of how to automate pivot wizard? Thank you.
  5. ikh

    set classlib issue

    I have a form excluded from exe file that uses classes built into this exe. In VFP command window I type: SET CLASSLIB TO myclass IN myprogram.exe MODIFY FORM myform VFP comes with error "Error instantiating class. Cannot find class myclass.vcx". Can anybody suggest any idea to fix this...
  6. ikh

    ASP & XML

    Hi, I need to write ASP code (Server side) that will accept XML message sent using HTTP POST method. I am new to ASP and XML so some simple examples would be greatly appreciated. Thank you.
  7. ikh

    field changed

    With buffering turned off is there a way to determine if field was changed ?
  8. ikh

    Update Trigger ?

    I need to write a simple update trigger which should do following: update a logical field with .T. if any other fields changed. I wrote few lines of code that I thought should do it, but I am failing with "Cannot update cursor" error. Can somebody help???
  9. ikh

    HTML and MAPI

    How to send email that contains HTML page in body using MAPI?
  10. ikh

    Graphs in VFP

    How to convert graph (created by MS Graph) from General field to JPEG/GIF file???

Part and Inventory Search

Back
Top