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: *

  • Users: shenlon
  • Order by date
  1. shenlon

    Help me KISS please

    Thanks Steve!
  2. shenlon

    Help me KISS please

    Oh, and I am using VFP 6.0 if that makes a difference.
  3. shenlon

    Help me KISS please

    How do I hide the tabs? That's the same thing my boss said to me today so I switched to multiple forms in a FormSet instead of using the pages on a page frame. Is there any difference between using the pageframe and multiple forms? Also, what Mover class are you talking about? I am sorry but...
  4. shenlon

    Help me KISS please

    Alright, the current form I am working on is a pageframe with 3 pages. On the first page is a grid and 2 command buttons. The buttons allow you to add/edit records that are displayed in the grid. On the second page are all of the labels and text boxes in the table that are disabled until...
  5. shenlon

    XMLToCursor but no cursor

    Hope it all works out for you, let us know what worked/didn't.
  6. shenlon

    XMLToCursor but no cursor

    While I don't have a vast experience with runtimes, and certainly not VFP runtimes, I have worked on a couple open-source projects that had to be updated every couple of weeks or so due to changes on the server. When the server would go down and come back up (program needed a patch to work...
  7. shenlon

    Grid rows alternating colors

    I can't seem to get your suggestion to work, no matter what syntax I try. I'm using VFP 6.0 if that makes any difference. I made a view, included all of the fields from the table, and it displays fine in the grid, but the code won't work to change the sort order.
  8. shenlon

    Views....why?

    Can someone explain to me the concept of views and why/when you want to use them compared to regular tables? It seems to me that views and tables are very similar, and perhaps my preference is just to use tables over views, but if I am misunderstanding something, I don't want to be cutting...
  9. shenlon

    Grid rows alternating colors

    Right now I have my grid setup so that the rows alternate colors based on recno. It works great, except for when I sort the table any other way than on the primary index. Is there any way I can get each row to alternate colors regardless of how the table is sorted?
  10. shenlon

    Grids and pageframes and editing information

    OK, nevermind I finally got the code in the right place. For anyone else that was wondering how to do this, simply put This.refresh in the Activate event of the page that you want to display the information on.
  11. shenlon

    Grids and pageframes and editing information

    I have a 2 page pageframe. On the first page is a grid that is tied to the VEHMAST table in the DSD database. This grid shows all of the current inventory entered. The 2nd page has all of the little details such as price, cost, vehicle location, options, etc. I used to have it so that when...
  12. shenlon

    Adding a record via a seperate form

    I am not planning on modifying that specific class, if I was going to do anything I would make a new class, copy over the code, and then start changing things.
  13. shenlon

    Adding a record via a seperate form

    What would help me a lot more is to understand what is going on when I click those buttons, instead of just using the wizard standard buttons, actually being able to see the code that is executed each time I click on Add or Save or Edit, is there any way I can see that?
  14. shenlon

    Adding a record via a seperate form

    Ok, that helps, but it's still not quite how I want it to be. Now when I click on the Add button, it does switch over to the second page and bring up blank fields to be entered, however now I need a button on the 2nd page to save the changes, I assume I can do the same thing that I did the...
  15. shenlon

    Adding a record via a seperate form

    I have a pageframe setup with 2 pages. The first page is a grid with all the records showing. The second page shows all of the specifics about the record that was selected on the first page. The second page was also created by the VFP wizard, and therefore has the standard button et with...
  16. shenlon

    Calling a program for field validation

    How can I set up my app so that when I enter a number into a specific field (a VIN check in this case) the app calls a program I have written to validate the VIN?
  17. shenlon

    Resizing workable area in VFP 6.0

    nevermind, I found the answer.
  18. shenlon

    Resizing workable area in VFP 6.0

    In VFP 6.0 on my computer when i am designing forms it will only allow the form that I am designing to take up a small area of the available space. I run a 1024x768 desktop resolution, but the workable area is only ~640x480. When I try to maximize the form window, it simply fills the 640x480...
  19. shenlon

    Sort records on a grid by the columns...

    I have a grid of all the inventory I have in stock (cars in this case) and I would like to be able to click the top of a column (Year, Make, Model, etc.) and then have the grid resorted on ascending/descending value for that specific column. I'm sure this must be a fairly basic thing to do, but...
  20. shenlon

    adding the date to a form

    I have a data entry form setup from the form wizard, but my question is this: when I add a new entry, I have to click add from the toolbar at the bottom of the page. When this new blank form pops up, I would like to have the current date already entered in a certain field (the set-up date...

Part and Inventory Search

Back
Top