This may seem like a dumb question, but what causes the command contol's click method to fire when pressing the enter key while on a html text box control.
I have an mobile application, using the Mobile Web Form controls. This form has several HTML Text Field controls. If the Enter key is...
I am designing an application that can be run normally or as
a com object. I want to make sure that no dialogs can appear while running as a com object. Obviously, I need to be aware of using funcitons like MessageBox() and the like. I also need to prevent system dialogs from appearing, such...
I am able to create a web reference in Visual Studio. Here is the URL that I was given:
"http://soap.brokerbin.com/brokerbin_uploader/"
As far as accessing the web service using HTTP, I wouldn't know where to start. Any suggestions?
Let me say first of all that I have not used Web Services to any great degree. With that said, here is my issue.
I am trying to connect to a Web Service that does not use WSDL. Has anyone come across this before? Is it even possible to register a Web Service in VFP8 without using a WSDL file?
I am trying to install SqlServerCe server tools.
I keep getting the error:
SQL Server CE Server Tools is compatible only with SQL Server 2000 Service Pack 1 and higher. When you install SQL Server CE Server Tools on a computer running both IIS and SQL Server 2000, ensure the installer for SQL...
I have dtpicker control with the checkbox enabled. The control source is a date field. If the field is empty or null, I want to programmically set the value to null. However I get the error "Ole IDispatach exception code 0 from dtpicker: Property is read-only. I have tried setting the...
I have VFP ODBC driver 6.01.8629.01 installed. But whenever I try to connect to a table with an auto increment field, I get an error "Not a Table". I am able to connect to all other tables without the auto increment field.
Is there a newer version of the ODBC Driver?
Any Ideas?
That's what I thougt of as well. But both are set the same. Also, other apps, such as Word, do not exibit this behaviour.
Display Settings on both work stations are: (Display Appearance Tab)
Windows and button: Windows Classic style
Color scheme: Windows Standard
Font size: Normal
I have a strange issue with _msysmenu. I work about 50/50 from the office and at home. At both locations I am using the same manufacturer, model and size of monitor. I have both set to a resolution of 1280 x 1024. Here is my issue. At my home work station, _msysmenu is using a much larger...
I have a strange issue with _msysmenu. I work about 50/50 from the office and at home. At both locations I am using the same manufacturer, model and size of monitor. I have both set to a resolution of 1280 x 1024. Here is my issue. At my home work station, _msysmenu is using a much larger...
I figured it out. I had to modify the HTTP response XML. Once I modified line #2, the table.tocursor() function created the cursor and populated them as well.
This is a snippet of the HTTP response, Note Line 2.
1 <?xml version="1.0" encoding="UTF-8"?>
2 <export_customers_response >
3...
Yes, I see that in the help file as well. But it does not explain how to utilize an external schema. None of the arguments for XmlToCursor() reference an external schema.
I am receiving an xml document from a HTTP request. This document contains no schema. So I used Visual Studio to create a schema file (customers.xsd) from this xml document. In VFP I then issue the following commands:
...
loXmlAd = CREATEOBJECT("xmladapter")
loXmlAd.XMLSchemaLocation =...
Has anyone expierenced the problem with an Active X control, e.g. DTPicker, not respecting the Zorder property?
I have a DTPicker control, inside a container control, which is used to modify a SQL statement that populates a cursor for a grid. Once the grid's datasource is populated, I resize...
I am creating a fax program using the fxscomex.dll. Does anyone have a solution for adding multiple documents to the fax body? I have it now so that it will fax one document, but don't know how to fax multiple documents in the same fax session.
this code works:
...
FaxDocument document=new...
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.