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 gkittelson 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. ChrisAgius

    Deleted Records in Grid !!!

    The problem is that i am inheriting from the same form and so there is the same code but in all forms except this the record is still visible in the grid. Even when i exit and enter the form again the deleted record is still visible even though the frid is refreshed. I think there is some...
  2. ChrisAgius

    Writing a method a runtime !!!

    No nothing you told me is wrong .... that was exactly what i wanted. It worked perfectly by changing the class of the header at runtime. Thanks a lot to you all .... especially to TomasDill. Regards, Chris
  3. ChrisAgius

    Deleted Records in Grid !!!

    I have a grid and when i delete a record the record is still visible in the grid. Is there a property to set deleted records invisible in the grid. Surely there is because all other forms are ok but this is displaying even deleted records in the grid. Thanks
  4. ChrisAgius

    Writing a method a runtime !!!

    I have this form with a grid. I have set the font of the grid headers which are indexed to bold. I have a problem now. I need to pass a code in the Click of the Header so that when the user clicks on the header the table will change the index to that header. So in other words my only problem is...
  5. ChrisAgius

    Debugging a program !!!

    Guys I need your help about this one. I need to debug a program during execution when an error pops up. I need that when an error occurs in my program a message box pops up terlling me to debug. I am using the SET STEP ON on error. But the problem is that when an error occurs and i want to debug...
  6. ChrisAgius

    menu items invisible

    I have a menu added to my project. I have created with the menu builder not with the define menu. This menu have 3 submenus. I need to have that one item of the menu will become completely invisible not disabled with (SKIP FOR = .T.) Thanks A lot
  7. ChrisAgius

    Email Report

    I have a report in my application and one of my clients asked me how he can email the report to another user. How can I do this ?? The report have some graphics... colors,containers etc ... so I cannot use Print To File.. Please help it is extremely urgent Thanks
  8. ChrisAgius

    In Activity of Mouse and Keyboard

    I developed an application and I want to include a screen saver in my application. Is there a way ... an api function or something to check for how long the mouse and keyboard were left inactive. Thanks A Lot.
  9. ChrisAgius

    Sending messages

    is there way to send the message over a network... control or activex or something where i can input the Ip of a network machine and send a message to that machine
  10. ChrisAgius

    Auto Fixing Procedure

    Isn't There a simple procedure to fix the corrupted headers. Thanks
  11. ChrisAgius

    Auto Fixing Procedure

    Is there a procedure which can automatically fix Corrupted Data files (When the Header is corrupted not the index) Thanks
  12. ChrisAgius

    Search Form

    Anyone have a clue where I can find a form or component in Foxpro where I can pass Tables and Cursors to this form and I can search on different orders..... I am developing this type of component but I am finding some problems with the Keypress Event. I need that when I press a key the seek...
  13. ChrisAgius

    Forms from classes

    I have a problem with a form in the class. I need to extract a form from a class with all the code. I know how to add a form to a class but is it possible viceversa.Is it possible to do so. Thanks
  14. ChrisAgius

    File Attributes

    How can I change the file attributes of a file from within my application. The file is Read-Only and I need to remove the Read-Only only a file..... I also have another problem what Visual Fox files do I need when I install my application. One last thing thing .... I am searching for a tool...
  15. ChrisAgius

    Mailing of reports

    But that is the problem that I need some formating in the Report not just the data. Is there a way to produce and screenshot of the Report or export the Report to some form of image like bmp,jpg,... anything Thanks
  16. ChrisAgius

    Mailing of reports

    I have a report which have some cosmetics and it is important for the neatness of the report to leave the cosmetics there. But now I need to to mail the report. Is there any way of doing this from within foxpro instead of using frx2word or anything like the acrobat reader.
  17. ChrisAgius

    Objects in Grid

    I inserted an object into a grid. This object is a checkbox from my class. THe problem is that the checkbox which I inserted will only get visible only when the focus is on it. And only the check box of the that row will get visible. What is the problem ...any solutions.
  18. ChrisAgius

    Filtered Data

    I set a filter on a Table. But now I have to check if there are any filtered records and I have to return a message if there are no records which passed the Filter. I used : SElect Tablename If Eof() Messagebox(...) Endif But the program did not encountered the EOF() even though no records...
  19. ChrisAgius

    Exporting to Excel

    I have an application which exports the data to an excel sheet. I want to transform the cells into a Text Format. Can anyone tell how to set the Format of the excel cells from Foxpro. Thanks a Lot.
  20. ChrisAgius

    Screen Resolution

    I am trying to find the screen size. If it is (800 or 1024) using the _Screen.width property. It works perfectly when I have the Foxpro main window opened but when I run the EXE on its own the Conditions which check the size are skipped because the _screen property is enabled by the Foxpro Main...

Part and Inventory Search

Back
Top