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 TouchToneTommy 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: wsobers
  • Content: Threads
  • Order by date
  1. wsobers

    How to make a XML schema inline with the data.

    I need to export data from a remote system to Fox to generate reports. I can generate a schema file and data files separately, but I want to be able to pass single file containing both schema and data. Does anyone have an example of this? Or can someone point me in the right direction. Wayne
  2. wsobers

    How to change page margins

    I have a Magicard Opera Card printer. When trying to print to it I find that the Page margins are set and fixed at 1 inch. Does anyone know how to change these margins? Fox 9.0 SP1 Wayne
  3. wsobers

    Using the Image control

    I have created a cursor with a general field. Basically its a list of names with a JPEG or GIF image for each name. I want to be able to display the image from the general field on a form. I have done this using the file name technique, but in this instance I ( or rather Management) do not want...
  4. wsobers

    Using Dataenvironment with cursors

    I build my reports by generating cursors first and then running the report form. I was hoping to run the cursor generation code in the init or opentable event of the DataEnvironment, but it seems as though the DE needs to reference file based tables and cannot use in-memory cursors. Can anyone...
  5. wsobers

    Insert dates into VFP Table via ADODB

    I have to update/insert records into a VFP free table. Code follows below... Dim Conn As Variant Dim sql_cmd As String, qry_cmd As String ' Set Conn = CreateObject("ADODB.Connection") Conn.Mode = 16 ' ShareDenyNone Conn.CursorLocation= 3 'Client Side Cursor Conn.Open "Provider=VFPOLEDB;Data...
  6. wsobers

    Insert dates into VFP via ADODB

    I have to update/insert records into a VFP free table. Code follows below... Dim Conn As Variant Dim sql_cmd As String, qry_cmd As String ' Set Conn = CreateObject("ADODB.Connection") Conn.Mode = 16 ' ShareDenyNone Conn.CursorLocation= 3 'Client Side Cursor Conn.Open "Provider=VFPOLEDB;Data...
  7. wsobers

    Drop down on first click

    I have implemented the "auto-fill" combo box from faq184-1812. In the GotFocus Event, I change the background color and call 'dodefault()' If the combobox does not have focus and i click on the combo down arrow, the cursor moves into the combo box but the list does not drop down. It then...
  8. wsobers

    Color/Border of Grid field in Focus

    I have a grid where the current row is highlighted using the column dynamicBackColor property. The current field always has a border around it, and has a different Fore and Background color. What can I do to make the current field match the other fields in the same row? TIA Wayne Sobers
  9. wsobers

    Creating a Form as a Com server

    My goal is to have a VB application load a vfp com server to print a report. This part has worked well so far. Now I want the com server to display information about the print process. I have followed faq 184-2061 far enough to create and display a form from a exe after loading it via...
  10. wsobers

    Maximise, resize and the status bar

    My app consists of a top level form and (ShowWindow=2) and I can create child forms with no problem. Question 1: when does the resize event fire? After the form has been resized, or at the start of the form resize? Question 2: A mximized child form takes up the entire parent form area, unless...
  11. wsobers

    Mouse problems with Windows 2000 and FPD2.6

    I've been running Foxpro for DOS 2.6 and 2.5 on Windows 2000 Pro. Everythings seems to be working *except* control of the mouse. The mouse seems to be permenently stuck in an edit/highlight mode. Clicking the menu bar has no effect, and none of the objects which should respond (windows, edit...

Part and Inventory Search

Back
Top