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 Chriss Miller 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: ChrisAgius
  • Content: Threads
  • Order by date
  1. 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
  2. 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...
  3. 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...
  4. 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
  5. 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
  6. 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.
  7. 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
  8. ChrisAgius

    Auto Fixing Procedure

    Is there a procedure which can automatically fix Corrupted Data files (When the Header is corrupted not the index) Thanks
  9. 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...
  10. 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
  11. 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...
  12. 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.
  13. 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.
  14. 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...
  15. 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.
  16. 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...
  17. ChrisAgius

    Pdf Format

    Any Idea o nhow to Convert a Report in a PDF format ... Thanks
  18. ChrisAgius

    Internet Control

    AnyBody Know if there is a control to chack if the computer (user) is connected to the internet.
  19. ChrisAgius

    Pics From Internet

    any one know how to view a picture from the internet in a fox window. (Another method form the internet explorer control) Thanks A lot Guys Chris
  20. ChrisAgius

    lotus notes ole automation

    does anybody have any information about the ole automation of the lotus mail server. i.e. - loNotesSession = CREATEOBJECT("Lotus.NotesSession") any properties,methods.... etc Thanks a lot

Part and Inventory Search

Back
Top