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. rudraigh

    Apply filters in BO VBA

    Yes, just as interested as I was when I posted my question here three days ago. Are *you* interested in the solution? If you don't have something constructive to add, stop shaking your finger at me. :-) I built a multidimensional array that holds the filter values and the folders the reports...
  2. rudraigh

    Apply filters in BO VBA

    I figured out how to do it.
  3. rudraigh

    Apply filters in BO VBA

    Hi all, BO 5.1.3. I have these two reports I run every month. After refreshing them I manually apply various filters and save each filtered version as separate PDF files. I'm already familiar with automating the opening, refreshing and converting reports and can even send them as Novell...
  4. rudraigh

    How to create User Object based on DOB

    Yes, the db is Oracle and I want the age expressed in years. I don't know how much more specific I can get than "how would I go about creating a UDO to determine age based on DOB?" 1. How does one create a UDO? I don't care if their use is frowned upon. It's what I want to do. 2. How would...
  5. rudraigh

    How to create User Object based on DOB

    Unfortunately, that isn't an option in this case. So, how would I go about creating a UDO to determine age based on DOB?
  6. rudraigh

    How to create User Object based on DOB

    I make use of people's DOB in custom variables to determine their age in a LOT of reports. Can I create a User Object to do this so I don't have to recreate the wheel every time I make a new report? How would I go about doing that? Thanks, rud
  7. rudraigh

    Create User Object - find age at first referral

    Thanks for the responses. Since my original question, our tasks around this project have been shifted so this report is no longer my concern. I've been given different fish to fry. Thanks again for your help.
  8. rudraigh

    Create User Object - find age at first referral

    Um ... ok. LOL. Although it says Symantec below your name I'd swear you worked for MS tech support. Your response, while technically correct, doesn't help very much. :-) I'm new to BO and haven't had any training on it. The only book in the office about BO is practically worthless. Could...
  9. rudraigh

    Create User Object - find age at first referral

    Exactly. I would want to extract the most recent record. Thanks for responding so quickly.
  10. rudraigh

    Create User Object - find age at first referral

    I'm trying to create a User Object to simplify a report I'm building. I'm trying to find the age of a client at the earliest referral. I have these three dimensions to work with: Referral Received Date Age at Referral Client Identifier Can anyone help me out with this? Thanks for any help.
  11. rudraigh

    docmd.hourglass true not working

    Funny. I use the Hourglass often and it never mattered "where" the code was. In fact, what *would* come after the Hourglass command but more code? Anyway, some things to consider: 1. Is all your code being executed? Depending on your logic it could be jumping over huge amounts of code and...
  12. rudraigh

    Can I type in Polish On Word on MS Office English installation?

    I used to work at a place where many people were (at least) bilingual. All of our Office installations were English but we set up a second language for many users. Open Word and go to Tools>Language>Set Language. I know that's where it is in Office XP ... not sure about 2K. You can also open...
  13. rudraigh

    Automating BO from Access

    Far out! Thanks a bunch, Geoff! And, you're right, the code looks like this: .ActiveDocument.ActiveReport.ExportAsExcel , sPutPath & sFileName Thanks and regards, Rud
  14. rudraigh

    Automating BO from Access

    Thanks Geoff. I'd really appreciate it. Why? I work for a gov't entity. We have databases in Oracle, DB2 and Sybase. This agency has the firm belief that BO is the ultimate reporting tool. It took me six weeks to convince them that, in the Sybase case anyway, I could do a lot better with...
  15. rudraigh

    Automating BO from Access

    An SDK license? Bummer. I've automated other progs without an SDK license. You're sure about this?
  16. rudraigh

    Access Standalone EXE

    Ummm, Steve? You said, "There is no such edition of office as "Developer"." Are you telling me that the retail version of Office I have that says "Developer Edition" on the front of the case is a Micrsoft typo? Uttering absolutes, especially if they're wrong, in a public forum is one of the...
  17. rudraigh

    Automating BO from Access

    I've looked around and haven't seen what I'm trying to do. I would like to open, refresh and export a report as an Excel spreadsheet from a module in Access. I found a couple of code examples around but, not knowing the BO object model I'm fumbling around quite a bit. Does anybody have any...

Part and Inventory Search

Back
Top