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 strongm 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. thebigcheese

    Hyperlink Reports with Active Directory Security

    I need some help linking some reports using the URL commands in CE10. Specifically I wanted some help with regards to using this approach with Active Directory. I have successfully done this with WindowsNT (see URL properties below) and setting the security to secWindowsNT. Can this be done...
  2. thebigcheese

    How to move a database without breaking reports

    Hi Malcolm, I have just discovered an issue similar to this as I am upgrading a CE9 environment to BOXI. Note that my SQL server has not moved as in your case - rather I have created a new BOXI deployment and migrated reports. On the new BOXI server I defined an ODBC DSN in exactly the same...
  3. thebigcheese

    Excel Opening Multiple Workbooks in a folder

    vaneagle, below is some code that I have used in the past, however I have modified the original code to make it more generic for you. I have used this to consolidate an organisations budget files (over 500) This method assumes you have one WB in which you store the code. A template file...
  4. thebigcheese

    Excel AfterPrint Event

    I want to flag whether a sheet in a workbook has been printed or not. Whilst Excel has a BeforePrint event, I don't believe it has an AfterPrint event. I have a procedure invoked from a button that displays the Excel Print Preview dialog. A user can Print or Close from this dialog. Is anyone...
  5. thebigcheese

    Can Last Friday in Month be determined??

    Does a function exist, or can one be defined that determines the date of the last Friday in a Month?
  6. thebigcheese

    Detrermining whether invoice date is within current financial year

    I have a sales transaction database (SQL Server 2K) with invoices all having an invoice date. Our Financial Year runs 1 October YYYY thru 30 September YYYY+1. I have the following code for Oracle DB, but seek assistance in modifying this for SQL Server. Code is: TABLE_NAME.INVOICE_DATE >= ...
  7. thebigcheese

    VBA to create Outlook Express email ??

    The following code allows you to send a mail message via Outlook, however I want to know if it is possible to send an email via Outlook Express? Does anyone have code samples? Sub SendMail(strMsg as String) Dim OlkApp As Object 'Outlook Application Dim NewMail As Object 'Mail Item Set OlkApp =...
  8. thebigcheese

    Create multiple labels from one record

    I am creating a mailing label from an orders table. Within the orders table there is a field "Quantity" and amongst others "Customer". A customer may order a quantity of say 3. This results in the need to print out 3 labels (to go on a box for mail-out) and on each label...
  9. thebigcheese

    Problem with Modal Form

    Thanks Terry and Rob for your advice, I actually inherited the db (and the particular form in question) from a colleage. The code for the exit button on the form was not closing it properly. When fixed, my code worked every time. :-)
  10. thebigcheese

    Problem with Modal Form

    I have been having a problem with a modal form. The form is activated via a module, which in turn is activated via a button on another form. The form itself collects file name and directory locations used by the DIR statement in order to check the existence of input files necessary for the...

Part and Inventory Search

Back
Top