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 Mike Lewis 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. Millard

    Why Requery() will not update combox with new data

    Thanks, however, I used the THISFORM.REFRESH() after THISFORM.mycombobox.Requery() and it will not refresh. Grigore Dolghin it is Not a view, its a combo box "Thisform.mycombobox.requery" Millard
  2. Millard

    Why Requery() will not update combox with new data

    Requery() does not update my combo box after adding a new record to the file. The combo box has properties to to query (SQL) the table once activated, however, the new record does not appear until you exit the form and re-enter. Why THISFORM.mycombox.requery() does not refresh with the new...
  3. Millard

    Search for 2nd space with charindex in a condition

    How can I get to the 2nd or 3rd space of a condition using charindex?
  4. Millard

    How to import a VFP memo field into SQL Server?

    How to import a Visual Foxpro Memo Field into SQL Server with "DTS"? Anyone?
  5. Millard

    How to export a VFP memo field into SQL Server?

    I need a VFP Memo field into SQL Server. How to with SQL DTS?
  6. Millard

    How to return to active row in Grid?

    TO MCTCO You are correct. I do have code in the activate event which requery a combo box on the form and calls a method which then retrieves data for the grid based on the first name in the combox. However, after making a selection from the combo box and printing a selected row in the grid...
  7. Millard

    How to return to active row in Grid?

    Grid returns to the current row, then pops back to the first row in the grid. Still can't get the cursor to remain in current on after return from printing.. Millard
  8. Millard

    How to return to active row in Grid?

    How can I return to the same active row in my grid after printing? The record pointer goes back to row 1 in the grid instead of the current row. I set a variable for the current row, i.e., Thisrow = Recno() ...printing current row MYGRID.SETFOCUS() MYGRID.ActivateCell(thisrow,1) The record...
  9. Millard

    Grid Refreshing Loses Column Order

    Thanks! It works!!!!
  10. Millard

    Grid Refreshing Loses Column Order

    Please help. Once my grid refreshes, the columns changes with heading from the alias table. However, I am only using 6 fields from a table which contains 20. When the grid refreshes it loses the original heading which I initially set. How can I lock in my original 6 columns and avoid the...
  11. Millard

    Distribution Application Disks Picks Up SQL Server .DLL

    To Dave S. No, this file is not in the distribution files directory. Any other suggestions? Millard
  12. Millard

    Distribution Application Disks Picks Up SQL Server .DLL

    Please help! I have SQL server installed on computer use for compliing VFP 6.0 distribution disks and the VFP setup picks up a ODBCSTF.DLL. However, when installing application on the user PC the installation stops with message "Cannot open ODBCSTF.DLL file". The ODBCKEY Inf file...
  13. Millard

    Can you show the thermometer while querying SQL Server

    How to show the thermometer while querying with SQLEXEC()? Or using the Foxpro query tool when querying the SQL Server?
  14. Millard

    How is show thermometer with SQLEXEC()

    How to show the thermometer while querying with SQLEXEC()? Or using the Foxpro query tool when querying the SQL Server?
  15. Millard

    Use data from a memo field for SQL expression(s)

    I would like the user to enter expression(s) criteria into a memo field for SQL retreival. Can this be done with the STRTRAN() OR EVALUATE() function?

Part and Inventory Search

Back
Top