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]...
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...
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
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...
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.
=...
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...
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...
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.
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...
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...
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...
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...
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.:
************
--...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.