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

    How to use buffering with security of file locking

    Thanks so much Olaf Sue
  2. suec032a

    How to use buffering with security of file locking

    Thanks Olaf. I am still fairly new to VFP so please excuse my basic question. So if I used the rlock() to lock the customer record, is there any conflict with still using buffering,4 on this table? Thanks Sue
  3. suec032a

    How to use buffering with security of file locking

    I am currently using (buffering,5) for a pageframe consisting of 3 pages: - page 1 and 2 show a single record, but page 3 is the many table. The application was originally written in 2.6 using rlock() and the user was informed immediately they tried to display a customer that someone else was...
  4. suec032a

    Need to set focus after Data bound calendar

    Thanks Mike. Sue
  5. suec032a

    Need to set focus after Data bound calendar

    I have a grid that displays 3 fields, start date, end date and number of days. For each record, the full booking information, including these 3 fields are displayed in the lower part of the same form. I have used the monthview data bound calendar, as described in the solutions examples, as a...
  6. suec032a

    Combobox for large volume of records

    Thanks again everyone. The auto-complete solved the breed and colour drop-downs. I will still need to use some form of a grid for the Vet + Vet phone number as this is the only combination that does require both columns to display and be updated. Thanks for your suggestion Olaf on this. Sue
  7. suec032a

    Combobox for large volume of records

    Hi Mike, Thanks again for your assistance and I do appreciate all the help from the other experts as well. As I am still fairly new to VFP9, I am open to all different solutions. The articles I mentioned were prior to VFP9. I have just tried the auto-complete and it is so easy. I have one...
  8. suec032a

    Combobox for large volume of records

    Thanks Mike. I haven't used the auto-complete so will look into this and give it a go. I was under the impression from some of the articles that I have been reading, that a special combo/grid combination was the way to go with large volumes, but the auto-complete sounds good. Mind you most of...
  9. suec032a

    Combobox for large volume of records

    Hi, On page 2 of my pageframe, I have 3 comboboxes as follows: colour (452 choices in list) breed (1030 choices in list) Vet (532 choices in list) with 2nd colum containing vet phone number which I need to display as well the lookup tables for these values are indexed. I need the users...
  10. suec032a

    Activate Menu Option on Application Startup

    Hi Mike and Olaf, All works now once I took out the Do loop for the Read Events, placed the Activate code after the menu call and relocated the cleanup code to the form with the grid. Thanks again for all your assistance. Sue
  11. suec032a

    Activate Menu Option on Application Startup

    Thank you all so much. I agree the users need to be educated in the Windows based apps, but it is a slow progress. They only started using a mouse when the internet was connected in July this year. The original 2.6 app I wrote 15 years ago for them was all keyboard based. Mike and Olaf...
  12. suec032a

    Activate Menu Option on Application Startup

    Hi Mike, The users have requested that the first menu option be selected as it used to be in their old 2.6 app. They are not used to using the mouse hence why I have had to place a lot of Hotkeys into the app. Sorry for my ignorance, but would you place the active popup in the Menu setup proc...
  13. suec032a

    Activate Menu Option on Application Startup

    Hi, Can someone please help with using a keyboard{}action to select a menu option, both at startup and when my forms are released. When my application starts, my custom menu is shown, but it is greyed out. In the menu setup procedure I have the code keyboard '{CTRL + B}' and this menu...
  14. suec032a

    Using a grid as an input screen

    Hi Olaf, I found the problem was in my DE on the form with the pageframe. Once I set the relationship in code, it worked. Thanks again Sue
  15. suec032a

    Using a grid as an input screen

    Hi Olaf, I set the grid properties as the solutions indicated, and I still get the other records appearing. When I place this grid on a single form, these settings work, so is there a problem perhaps with having the grid within a pageframe? thanks sue
  16. suec032a

    Using a grid as an input screen

    Hi, I have been trying to get the grid showing the dates for the customer, that Mike suggested working, but I am having trouble with only displaying this customer's record. My form is a pageform with 3 pages and a data environment that has 3 tables with the relationships based on customer id...
  17. suec032a

    Using a grid as an input screen

    Thank you all so much. I am still learning VFP 9 so all your suggestions are really useful. I forgot to mention that this screen is page 3 of a pageframe so I have a go at the grid option. I have not used treeviews yet so I will definitely being reviewing this topic. thanks again Sue
  18. suec032a

    Using a grid as an input screen

    Hi, I am updating a 2.6 app to VFP 9.0 SP2 and I need to design a screen that contains booking information for a customer. There are 20 fields for each booking, 4 of these are memo fields and 7 are logical fields. The client wants to limit the number of bookings (dates), displayed per customer...
  19. suec032a

    Problem displaying data when DBF in 1st normal form

    Thank you everyone for your assistance. I tried the "backwards" relation for the report and this worked. Sue
  20. suec032a

    Problem displaying data when DBF in 1st normal form

    I am using VFP9 SP2 and have 3 tables, consisting of customer information (table1), pet information (table2) and booking information (table3). Both table2 and 3 are linked to customer table. I am trying to rewrite an old 2.6 application and still pretty new to VFP9. A customer can have multiple...

Part and Inventory Search

Back
Top