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: manpaul
  • Order by date
  1. manpaul

    get sever/computer name

    Thanks Mike I thing that one will work
  2. manpaul

    get sever/computer name

    SYS(0) will give me the name of the users computer not the computer where the program exe is run from. Rob you explained what I am trying to do, but the user can install the exe and supporting file where he/she wants. So I must be able to get the //Severname//main directory when the exe starts...
  3. manpaul

    get sever/computer name

    I need to get the computername / Servername for the computer where the vfp exe was run from. I will have a directory where I will be storing pictures. The directory will not change and will be on the computer where the exe is run from. The dir structure will be as follows main directory with...
  4. manpaul

    Networking Question

    My client is running a windows p2p peer to peer network. I want to be able to run the system from any pc on the network. Here is my delima. I want to load pictures of students. I store the path in a database and retreive and display when the image when record is selected. Works fine on...
  5. manpaul

    listbox Highliting

    That is what I am trying, thanks for the advice Paul
  6. manpaul

    listbox Highliting

    The table is filtered and records are deleted
  7. manpaul

    listbox Highliting

    I would like to highlight an item on a listbox. I do a seek to find the item and place the pointer on the right record. All i want to to is now have this record highlited in the listbox. If I click on the list box in is highlighted, but when I do the seek I requery, then refresh and it will not...
  8. manpaul

    Add checkbox to form

    You are right after think about it (and reading your comments) I will have create the of check boxes required bases on the number then One grid with columns set to that number and this will work fine.
  9. manpaul

    Add checkbox to form

    How do I add a checkbox to a form programmatically. Depending on a varaible 1 - 9 I have to add a checkbox 1 = 1 checkbox,1 grid 9 = 9 checkboxes, and 9 grids to a form. The form exist. Depending on the variable I'll have to generate the following on enter of the form. Where is the best place...
  10. manpaul

    Need Db to track attendance

    Thanks every one and I think that I will go with the one table with the child number prorgam/class date an a attendance logical flag. What I am thinking of doing is loading all the students into the table for the date even if they were not there, that way I can pull out the info a determind...
  11. manpaul

    Need Db to track attendance

    Thanks for the comments, all good, but here is what I need to track and I want the best way possible. It is for a daycare and all they have to track is that the child was there. Do not need hours or in and out times, just was the child there that day, basic attendance. Thanks Paul
  12. manpaul

    Need Db to track attendance

    I was trying to create a table for attendance 366 days and I wanted to have a logicalfor eaqch day and hit the limit of 255 does anyone have any ideas to have a table with the required 366 day fields that I need Paul
  13. manpaul

    Increasing and reducing memo field with mouseener

    Sorry Guys I have been on Vacation and it was nice to come back and see the activity on this problem of mine. I have not had a chance to review but will and see if it fits the bill thanks for the input. Paul
  14. manpaul

    Increasing and reducing memo field with mouseener

    I have a pageframe page with many memo fields what I would like to do is increase the height of one memo field when the mouse is over field and while the field has focus mouseenter and mouseleave works fine the problem is I want the field to stay then same size if the field has focus even if...
  15. manpaul

    Combo Box doing funny things

    Found the answer I needed a refresh in the activate method, not in the init method Paul
  16. manpaul

    Combo Box doing funny things

    I have a page frame with combo boxes on page 1 and page 2. I load the values using addlistitem that works fine. The select works fine. On page one when I reenter the form and page frame the combo boxes on page one displays the table info select in the prevous action properly but on the second...
  17. manpaul

    Change Foxpro logo to Company logo on screen

    Thanks for the help the form icon was what I wanted. I will incorporate the windows desktop logo also. Thanks Paul
  18. manpaul

    Change Foxpro logo to Company logo on screen

    That changes the background, I want to change the little foxpro icon on the title bar
  19. manpaul

    Change Foxpro logo to Company logo on screen

    Is it possible to change the foxpro logo on a screen to a company logo ? Paul
  20. manpaul

    Listbox not updating

    Thanks Dave I did that and it work ok but the highlite record after that was still the first record in the list, I found another solution (read all listbox questions in this forum) that seems to work well which was to place thisform.refresh in the valid method of the listbox and this has...

Part and Inventory Search

Back
Top