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 ikh

  1. ikh

    Uploading files to Amazon S3

    Thank you Olaf. I installed SDK for .NET. Is there a way to use AWSSDK.S3.dll in VFP ? IK
  2. ikh

    Uploading files to Amazon S3

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

    How to add a Task/Reminder to MS Outlook

    Thank you. It worked.
  4. 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")...
  5. ikh

    Show Excel spreadsheet on vfp form

    Thank you. It worked.
  6. ikh

    Show Excel spreadsheet on vfp form

    Thank you Mike. It worked. Now another thing: I have already a form to work with so if I add olecontrol (choosing insert new Microsoft Excel worksheet) to the form when in design mode my OleClass is "Excel.Sheet8" and Documentfile propery is read-only. How can specify now which Excel file to...
  7. ikh

    Show Excel spreadsheet on vfp form

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

    Automate Pivot wizard

    Thanks. I found pivtable.vcx class but cannot make it to work properly with form (I want to show pivot table on form).
  9. 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.
  10. ikh

    set classlib issue

    Tried Debug, tried Encrypted - doesn't work. Thanks, ikh
  11. ikh

    set classlib issue

    Class is included in the project. I checked Project Info checkboxes and they all are cleared. Thanks, ikh
  12. ikh

    set classlib issue

    Myclass.vcx is the name of class compiled into myprogram.exe. I set the path to myprogram.exe as well. SET CLASSLIB TO myclass IN d:\test\myprogram.exe Any ideas? Thanks, ikh
  13. 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...
  14. ikh

    ASP & XML

    It looks weird because I am running client part from VFP not VB. Are you suggesting that I should check my permissions on IIS where receive.asp is located? Thanks.
  15. ikh

    ASP & XML

    No, 501 error is the only thing that I've got. Thanks.

Part and Inventory Search

Back
Top