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

    Error "Alias table not found"

    hello everyone! i am using a table in all my forms and my problem is when i'm loading a form, the error message: "Alias table not found". for example: i have 3 forms (splash,login,main) when i run the forms from splash -> login -> main then that is the time the error will popup but if i run...
  2. keepfoxing

    Displaying records in a grid if value = x

    what i want is to display only the records being filtered with the value on the field of single and male. how to do this using set filter? thanks in advance
  3. keepfoxing

    If then else problem

    this is my code to print list if conditions are met and my problem is, it always give me the message: "There are no enrollees for this year level1". i knew how to construct if then else if there are few conditions but this one makes me confused. can anybody help me reconstruct my if then else...
  4. keepfoxing

    Save selected records from grid to another table

    i have a grid with a checkbox column and what i want is when a user selects as many records from the grid, all records selected will be save to another table.. tnx
  5. keepfoxing

    remove selection of record in a grid

    i have a grid on a form and when im adding a new record, it replaces the selected record on my grid. how to solve this issue..tnx
  6. keepfoxing

    message when opening my project

    i am new in class... and tried to add and remove class in my project..but after removing ...every time I open my project there is message: "Apphook class loaded. Right -click on project or press ALT + F11 to run Application Builder" how to remove this message..or is it ok to leave it.. any...
  7. keepfoxing

    Count records to display in report problem

    i have a textbox in a report to display the total number of records on a table.. im using the reccount() and/or count() i also set the calculate to count.. but it always displays 0 value even the table has records.. pls help...tnx
  8. keepfoxing

    Set default camera

    Im trying to capture an image in foxpro but it always ask me to select default webcam/camera to used. how to set the default camera used or is it better to disable the pop up window to select default camera.. thanks in advance
  9. keepfoxing

    Report in vfp

    greetings! can anybody help me to display this on a report: name: John Doe 1st Year Semester: 1 |subject|grade|yr| ------------------ |English|95 |1 | Semester: 2 |subject|grade|yr| ------------------ |Math |85 |1 | 2nd Year Semester: 1 |subject |grade|yr| ------------------ |English...
  10. keepfoxing

    count records and save it in a table

    i have a table with two columns with gender and total field. what i want is the table to display two records which is male and female with the total number of each. or is it better to save it to another table? here is the data input.. name | gender -------------- doe | male john | male eva |...

Part and Inventory Search

Back
Top