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 wOOdy-Soft 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: cdms
  • Content: Threads
  • Order by date
  1. cdms

    Problem with grid scroll bars

    I have a grid that is pointing at a view. As soon as I set order on the view using an IDX index the vertical scroll bar on the grid goes funny. ie. when the top record is at the top of the grid the vertical scroll bar looks as though there are lots more records above. Weird Has anyone come...
  2. cdms

    TABLEUPDATE() PROBLEM

    How can I update a table in a data environment using tableupdate() without having to select a different workarea. eg. tableupdate(site) instead of select site tableupdate() Appreciate the help Chris
  3. cdms

    SQL Select – Complex Query ??

    I am using SQL select in VFP6 and I have two tables with a “One to Many” relationship. Person.dbf & Codes.dbf I want to select all the people from the person table that have both code A1 and code A2 on the code table. The problem I have is that on the Code table these two codes would be on two...
  4. cdms

    Problem with drag and drop

    I have been using the below code to move codes from one lstbox to a another. THIS.PARENT.LSTSELECTED.ADDITEM(THIS.LIST(THIS.LISTINDEX,1)) My problem is I now want to use 2 columns in my listboxes and be able to drag and drop both columns into another 2 column listbox. Any tips would be...
  5. cdms

    Need help from Excel Automation experts!!

    I am trying to open a text file in Excel 2000 - (sounds easy!) BUT I need the first two columns of the file to be declared as text (I have leading zero's that I want to keep). I am recording a macro in excel and then converting the code to VFP. As I'm sure you know, some of the Excel functions...
  6. cdms

    HTML in body of an Email

    I'm having trouble assigning a pre-defined .htm file to the body of a outlook email. Can anyone give me a quick + easy answer? Thanks
  7. cdms

    Problem creating a scrolling container

    I need to create some kind of container object that can obviously hold other objects and be able to scroll beyond it's size capacity. Opologies if this is a bit vague but can anyone throw me in the right direction. Look forward to hearing your suggestions Chris

Part and Inventory Search

Back
Top