Search results

  1. A

    How to recenter the form position

    Is there any help?
  2. A

    How to run a command Prompt (MS DOS) instruction from a VB code

    I want to run the following MS DOS instruction using the VB code: cd\ copy C:\WorkingArea\TmpPDF.pdf C:\ without showing the command prompt screen? Is it possible to pass this command using VB code statement? Thanks
  3. A

    How to recenter the form position

    I want when the form ativate to reput it in the center of the screen. is there any property to do this in the code, as the autocenter is set only in the design view THANKS,
  4. A

    FREE PDF file converter?

    Is there any PDF file converter driver, free for individuals? By this driver I want to programmatically give it the path of the file needed to be converted and the path of the created PDF file? Please help me. HIGHLY APPRECIATIVE
  5. A

    How to make a Save File Dialog Box

    I have a problem. This problem is that when I generate the report, I want to show a save file dialog box. How can I do this and and retrict the files show to only "*.pdf" files. I tried it as follow: Private Sub SaveFile_Click() Set FDialog = Application.FileDialog(msoFileDialogSaveAs)...
  6. A

    Scrollbars propert problem

    Highly Appreciaitve
  7. A

    Scrollbars propert problem

    I have made it before but I dont know why it doesnt work this time: I have a main form called:[LeavesEditorMain] It contains subform called:[LeavesEditorTmp] I want to programmatically set the [LeavesEditorTmp] scrollbars property to 0 (Neither) or 2 (Vertical) according to the value of number...
  8. A

    I want to print a report and programmatically set the printer name and 'Print to File

    How can I print a report and at the same time programatically set the printer name and 'Print to File' option and set the path of this option?
  9. A

    How to add command buttons to a report

    What I want to do it when the report is generated and opened in a preivew mode, I want to give the user the options to:Save the report, Print the report or Email the report. How can I add these three buttons to the report?
  10. A

    How to turn the Report Zoom to 100%?

    Highly Appreciaitve
  11. A

    How to turn the Report Zoom to 100%?

    How can I make the default zoom of the Report to 100%. Is there any way? Thanks,
  12. A

    Always on top property

    Dear Newman, thanks for reply, but the problem still. The thing is that it appears in front of the command buttons but BEHIND the list boxes? Would you please give me a site to upload the picture so I can show it in the site, give more explantion for the problem?
  13. A

    Always on top property

    I have a problem. The problem is that I have a form contains two list boxes controls and a calender control. The calender control is invisible by default. When I click a Show button, to show the calender contol, it appears but behind the list boxes controls. How can I allow it to fully appear...
  14. A

    How to show the data in such layout

    I have them in separate fields. the field Leave year is a result of the formula year(LeaveDate). This is because I need to show the Leave year in the report not the leavedate. Is this enough?
  15. A

    How to show the data in such layout

    Dear Mr. Rich, I will highly appreciate if you give me further details as I need it very very important. Just Please note that the LeaveDate and LeaveYear are in separate fields in the recordset LeavesStatistics. Please help me as much as you can as soon as possible.
  16. A

    How to show the data in such layout

    I have this very important question, I dont know how to do it but I am sure Access support this and it is doable. I have the following recorset: Name LeaveType LeaveDate LeaveYear Frank Annual 25/06/2007 2007 Frank Annual 30/04/2007...
  17. A

    SMS Messaging Server

    I will highly appreciate if you tell me the software name you talked about. Thanks,
  18. A

    SMS Messaging Server

    I am still waiting for help
  19. A

    SMS Messaging Server

    Dear All, I have developed a full attendance and payroll system. I want to make this system available for responding remotely as well through email and SMS. Thus, I am planning to attach a GSM modem into the server hosting the system, and assigning a fixed telephone no. The client can send...
  20. A

    Mobile SMS message sending

    I have deloped a full MS access system. I make it email enabled, the user can send his generated reports or data to another person by clicking the related form. However, I need now to be able to make this system a mobile enabled, such that the user can send some of the generated data to another...
Back
Top Bottom