Search results

  1. A

    How to run a startup form event when the Shift button is pressed

    Is it possible to run a startup form even the user open the database while pressing the Shift button? Thanks,
  2. A

    Is it possible hide some code statements?

    Thanks Mr. Shadow, but what can I press ALT+11?
  3. A

    How can I convert a form into ActiveX?

    I want to save a form I made to an activeX? Is this donable?
  4. A

    Is it possible hide some code statements?

    I want to hide some code statements so it is not be shown for the person who have the source code or the mdb file. At the same time I dont want this to have any affect on the execution of these hidden statements of code. Is it possible to make this.
  5. A

    How to programmatically delete objects (Forms,Reports) from the database

    Is it possible to programmatically delete database objects like Forms or Reports from the database? What is the instruction used to do this? Thanks
  6. A

    How to show the Database objects in the Windows Task Bar

    I have a problem. This problem is that I cant see the Database objects (Forms,Report,...) in the Windows task bar. I want the user to be able to see any opened form, or report directly in the task bar as any file opened by the Windows user. I have tried to check on the (Show Windows in TaskBar)...
  7. A

    How to create Excel sheet cell by cell

    I have a recordset with fields. I want to write code to convert the recordset fields into Excel sheet refelecting the content of the recordset. I dont want to use the Docmd.output method supported by the MS Access. Breifly I want to read from the table (Which I know), and write into the Excel...
  8. A

    How can I excute code when the user end the MS application by Alt+Ctrl+Delete

    When the system hang, I want to clear the current user from the CurrentUsers recordset, otherwise he will not be able to make another logon into the system.
  9. A

    How can I excute code when the user end the MS application by Alt+Ctrl+Delete

    I still didnt get the answer. Is there a specific API I can use to acheive this?
  10. A

    How can I excute code when the user end the MS application by Alt+Ctrl+Delete

    What do you mean the UnHidden form?
  11. A

    How can I excute code when the user end the MS application by Alt+Ctrl+Delete

    Some times, the system become stuck, which forces the user to end the program using Windows Alt+Ctrl+Delete. I have MS Access code which I want to execute when the user made the 'End Program' event using the Alt+Ctrl+Delete. Thanks,
  12. A

    Does MS Access Report support Hide/Show fields at the Report View time?

    Does the MS Access Report support Hide/Show specific fields according to parameters or even by click?
  13. A

    Is It Possible To Automatically Set The Report Page Margins (top, Buttom,left, Right)

    IS IT POSSIBLE TO AUTOMATICALLY SET THE REPORT PAGE MARGINS (TOP, BUTTOM,LEFT, RIGHT) at the Report Open event?
  14. A

    How to programmatically align the control's position (Left,Top)

    Dear WayneRyan, Thanks for your question. I use this because in a report I have five fields. I want to display these fields according to the user option. Before displaying the report, I show a form asking the user to check the control names, he want to see in the report. Thus, if the user...
  15. A

    How to programmatically align the control's position (Left,Top)

    I want to progammatically align the report controls position. I have a control with left=2.7 in the Design view property. I want to set programmatically set this value to 3.0 or other value accoring to a parameters. The problem is that when I set this property at the event Report-Open, the...
  16. A

    Continuous form problem: All the form records are affected

    I have a continuous form bound to a recordset that has the following fields: - Ignore: Boolean - OverTime: Boolean - AnnualLeave:Boolean -ExtraValue: Double The Ignore, OverTime, AnnualLeave fields are bound to a I, O, A checkboxes respectively in this continuous form. The ExtraValue bound to...
  17. A

    Is it possible to fully flash (Clear) the Title Bar

    Is it possible to fully flash (Clear) the MS Access application window title bar? I mean to let it appear fully empty without the "MS Access" and the Access logo, the key. I made it but I wasnt able to remove the MS Access logo, the key from the title bar Thanks,
  18. A

    In MS Access 2003, How can I achieve the followings:

    How can I acheive the following in MS Access 2003: 1) Hide the security warning window appears when you I the project/application. 2) Remove the "Microsoft Access" from the title bar and kep the title bar fully empty as exe file. 3) Disable the Alt+Shift to disable the users from viewing the...
Back
Top Bottom