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!

Recent content by bigspank

  1. bigspank

    Dos Run Window will not close

    In my main form I have a Microsoft Agent inthe load event run with this code run [c:\myfile.exe] In windows 95/98/me the dos run window flashes and closes and runs the .exe but in windows 2000 the dos run window stays opened and does not close until you manually close it. I need the window to...
  2. bigspank

    Table Buffering

    I have set my default settings to pessimistic record buffering, yet when I run the form an try to add data I get an error 1596 stating that the buffering is not on? I cahnged the buffering setting to table buffering and got the same results error 1596. Is there a bug or something? What can I do...
  3. bigspank

    Grid Grumbles

    I have 2 tables in a dataenvironment in a parent/child relationship, this child is a grid. The add data works fine on the form until I add the grid to a pageframe, then the data cannot be inputted. I placed the thisform.refresh() in afterrowchange and it did not fix the problem. What I need is...
  4. bigspank

    parent/child on a page frame

    I have 2 tables in a parent child relationship. The child table is a grid. The relationship works fine except when I place it on a pageframe. When I place it in a pageframe the relationship no longer functions properly. What do I need to look at to correct this problem? When you sow a thought...
  5. bigspank

    Form sizing

    I have a form "top Level: on my computer it displays fine but when I transfer it to a client machine it displays too large. How do I adjust the form to display no matter what the video settings are set at? When you sow a thought, you reap an act. When you sow an act, you reap a habit. When...
  6. bigspank

    Changing button colors

    I would like to change the form and button colors, I cannot seem to change them can anyone assist me in this. I want my buttons to a solid color other than the default gray? When you sow a thought, you reap an act. When you sow an act, you reap a habit. When you sow a habit, you reap a...
  7. bigspank

    Values in List Box

    Can anyone tell me how do I retain a value from a list box on one form and return it to another form making all the data on the form reflect the change in that particular value. As in an inventory program? How do I do this programmatically? When you sow a thought, you reap an act. When you sow...
  8. bigspank

    VCR BUTTONS

    I need my VCR buttons to affect 2 tables simultaneously on a form. How do I do this? I need them to update information on both tables at the same time When you sow a thought, you reap an act. When you sow an act, you reap a habit. When you sow a habit, you reap a character. When you sow a...
  9. bigspank

    Foxpro Default Logon

    In utilizing the wizard for a project I have checked the user login screen. I would like to be able to modify it to disable unauthorized access. In other words I would like the "add user" dialog to only come up when an administrator password is entered. How do I accomplish this...
  10. bigspank

    Password Protection

    I need to passowrd log on and set passwords as well as enable user levels based on administration access. I cannot find any information for instance on how best to get a secure password splash screen that cannot be worked around. PLease anyone got suggestions? When you sow a thought, you reap an...
  11. bigspank

    PageFrames

    I have a report that has three pages in the page frame. I want my vcr buttons to affect all three pages at the same time, I want all three pages to go to the next record and append blank. How do I accomplish this? When you sow a thought, you reap an act. When you sow an act, you reap a habit...
  12. bigspank

    Grouping

    For every group in my report, I want to count blank records and non-empty records, how do I do this? When you sow a thought, you reap an act. When you sow an act, you reap a habit. When you sow a habit, you reap a character. When you sow a character, you reap a destiny.
  13. bigspank

    View

    I have a view, in it I am filtering blank lines, I need some method of counting and displaying the number of filtered lines. Here is the problem: I have a roster, I want to be able to count all the beds in a location leaving the occupied in place and counting the unoccupied or blank lines...
  14. bigspank

    Support Library

    I have completed a project, built it into an excutable and placed it into a setup program. When I set it up on a clients machine I discover that an error comes upo stating it cannot find the Visual Support Library? How do I fix this problem where the program can run without visual foxpro on the...
  15. bigspank

    Browse Button

    I have made a form and added it to a project. The VCR buttons work fine and browse the table just right, however when I use the .exe outside of the Foxpro environment the browse button does not work at all, and when it is pushed it corrupts the exit button. However when the exit button is used...

Part and Inventory Search

Back
Top