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 Westi 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: wbehning
  • Order by date
  1. wbehning

    Responding to Enter keypress event

    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...
  2. wbehning

    COM Errors

    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...
  3. wbehning

    SOAP

    Actually, the developer created this at my request. But I am not able to register it with VFP.
  4. wbehning

    SOAP

    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?
  5. wbehning

    SOAP

    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?
  6. wbehning

    Sql Server CE

    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...
  7. wbehning

    I'm trying to pass parameter from one form to another.

    I'm looking for the same answer, but I am not finding it. Do you have the FAQ #?
  8. wbehning

    dtpicker checkbox

    While I'm on the subject, has anyone had success in utilizing the dtpicker control in a grid?
  9. wbehning

    dtpicker checkbox

    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...
  10. wbehning

    ODBC and Auto Increment Fields

    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?
  11. wbehning

    Menu Font Size

    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
  12. wbehning

    Menu Font Size

    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...
  13. wbehning

    Menu Problems

    Sorry, I posted the previous post by mistake. I wanted to start a new post.
  14. wbehning

    Menu Problems

    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...
  15. wbehning

    XmlAdapter and Schema

    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...
  16. wbehning

    XmlAdapter and Schema

    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.
  17. wbehning

    XmlAdapter and 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 =...
  18. wbehning

    Active X

    Thanks for the responses. I guess I'll have to set the visible property in this case.
  19. wbehning

    Active X

    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...
  20. wbehning

    FaxComex

    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...

Part and Inventory Search

Back
Top