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 IamaSherpa 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: *

  1. hunterspot

    Error accessing webservice:

    Hi I am having problem in accessing a web service. Here is the code: lowshandler = CREATEOBJECT("MSSOAP.SoapClient30") lowshandler.ClientProperty("ServerHTTPRequest") = .T. IF UPPER(ALLTRIM(oApplicationObject.cApplicationMode)) = [PROD]...
  2. hunterspot

    Appending a PDF file to another using Amyuni PDF converter in VFP

    Hi I have a problem wiht this. I print a report in PDF format using Amyuni converter to a file (say C:\reports\salesreport.pdf) using REPORT FORM .... I need to append a static PDF file (say C:\notes\Disclaimer.pdf) to that report. Can you please tell me how can I do that? Thans for you time and...
  3. hunterspot

    Windows 7

    Thanks TamarGranor for fast reply. So do you advise to upgrade the apps that are in VFP 8.0 to VFP 9.0 and discard VFP 8.0?
  4. hunterspot

    Windows 7

    Hi All We just upgraded to Windows 7 from Vista. We use VFP 8.0 and 9.0. Are there any service packs / patches needed to be installed for these VFP versions to be used in Windows 7? Thank you very much for your help and time Hunterspot
  5. hunterspot

    Creating webservice in VisualStudio 2010:

    Hi I am absolutely new to .NET and VisualStudio 2010. Can you please give me a step by step procedure to create a webservice in VB, or let me know if any source on the net is available which tells me how to create it step by step. I tried the MSDN but that was vague and didn't work for me...
  6. hunterspot

    Form losing Focus and control going back to the previous form:

    Dan I tried modifying the forms to be Modless but that didn't work Mike Here is the code in the 'Modify' button. *********************************** WITH THISFORM SET STEP ON IF NOT .lApplyFinal thisform.pageframe1.page1.Enabled = .T. thisform.pageframe1.page2.Enabled = .T. =...
  7. hunterspot

    Form losing Focus and control going back to the previous form:

    Hello Everyone I have a wierd problem. I am calling a modal form from a modal form. alwaysontop property is False for both forms. When the second form is intiated, it has focus. When I click on a button to activate a few controls (text boxes and checkboxes) the focus is coing back to the first...
  8. hunterspot

    Opening .PDF Document that has embedded fonts:

    Hi All Greetings. I am using the following code (in VFP 8.0) to open a .PDF file. It is working fine as long as the .PDF doesn’t contain any embedded fonts. It is giving error “OLE IDispatch exception code 65535 from CDINTF~1: Error opening PDF document.”. Here is the code I am using to open...
  9. hunterspot

    Form colors/display distored on Citrix servers:

    Hi foxmuldr Grids and text boxed have a red dot matty look and buttons appear as if they are disabled.
  10. hunterspot

    Form colors/display distored on Citrix servers:

    Hi I have a peculiar problem. The VFP forms appear distorted on the Citrix server, where my app runs. Buttons, textboxes and grids look fuzzy. Any help please? Thanks for your time.
  11. hunterspot

    Form losing focus:

    Yes. When i close frmClass, frmStats is inactive. Both frmStats and frmClass are Modal, Alwaysontop and autocenter checked. Showwindow 'In top level'.
  12. hunterspot

    Form losing focus:

    Hi All I have a problem. From a form frmStats I am going to another form frmClass by clicking on a command button. On frmClass I do some record update and click on cmdExit which has only one line of code THISFORM.Release() . When frmClass is unloaded, the previous form frmStats is visible but...
  13. hunterspot

    Error: 1429 - OLE IDispatch exception code 0 from WSDLReader

    Thank you all. Mike It was a problem with the DLLs. I asked the admin to check this list and not the error is gone. Thanks.
  14. hunterspot

    Error: 1429 - OLE IDispatch exception code 0 from WSDLReader

    Hi All I amgetting this error when calling a web service from VFP code. The code is like this. ****************** LOCAL loException, lcErrorMsg, loWSHandler TRY lowshandler = CREATEOBJECT("MSSOAP.SoapClient30") lowshandler.ClientProperty("ServerHTTPRequest") = .f. IF...
  15. hunterspot

    Error in setting ComboBox RowSourceType:

    HI All I have the following code. What I am trying to do is get new data into the cursor curplan. So I am assigning the rowsourcetype to value, delete the cursor and again assign the rowsourcetype to sql statement. I am getting error 'Syntax Error' at the line where this.cboplan.RowSourcetype...
  16. hunterspot

    Wireless Connected but no internet access

    Hello all Until last Monday I could access internet at my home and also at school. The service at the school is not a secured one. Last Friday I couldn’t access internet at the school. The wireless icon in the tray says it is connected at 54 kbps, and the signal strength is excellent. After...
  17. hunterspot

    Error in Stored Procedure:

    Hi I have written this stored procedure to delete records from a look up table. The table has only two fields and the structure is: 1. code varchar(4) 2. description varchar(150). Here is the code of the stored proc.: ************ --...
  18. hunterspot

    Calling ASP .NET page from VFP:

    Hi Will any one of you please show me how to call an ASP .NET page from a VFP app? It is like replacing an existing VFP form with an ASP .NET page. If we can call, can we control the behaviour, like sizing the screen, opening the web page in a container or ole object, not allowing the user to...
  19. hunterspot

    Internal Inconsistency error:

    I have a history table. It has index on field1 and field2. when i try to insert a record i got an error saying Internal inconsistency error" and it closed down VFP. I am getting this only with one record. while trying to find out where the problem lies, started eliminating one field after the...
  20. hunterspot

    General field and jpeg

    I tried with file extension and without file extension, but no use.

Part and Inventory Search

Back
Top