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 Wanet Telecoms Ltd 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. KeithSeeley

    How Do I export Hyperlinks from Approach ?

    Approach DBT files are proprietary. I've done several extractons before but with custom code that I've written. If you'd like me to take a look let me know you can zip the files (dbf, adx and dbt). My rates are reasonable. kkseeley AT verizon DOT net
  2. KeithSeeley

    stopping multiple instances of Lotus Approach

    See this link at www.xpertss.com http://www.xpertss.com/cgi-bin/WebX?128@@.ee8949b Access is free but you have to be a member to view.
  3. KeithSeeley

    VB6, MAPI, Outlook Express - hangs on Send new

    See if you've installed the recent patch listed in KB911567 http://www.microsoft.com/technet/security/bulletin/ms06-016.mspx In the FAQ section, it states: "Does this update contain any other changes to functionality? Yes. This update contains a privacy related change that Outlook Express 6...
  4. KeithSeeley

    Congratulations StrongM

    As a professional "lurker" here at tek-tips, I must say that strongm demonstrates the right combination of knowledge and guidance. Sure, it's great that he shares his wealth of knowledge but I find it's equally important that he guides others to obtain solutions on their own. Teach a man to...
  5. KeithSeeley

    Set a file's properties

    I could be wrong, but if you read the docs on DSOFILE I think you'll find that you can (should?) only set these properties for MS documents like Work or Excel. I remember trying this a while ago and getting nowhere with it. DSOFILE kept throwing errors...
  6. KeithSeeley

    Contexts defined in Universe

    How does BO determine which context is appropriate when generating a report? Is there a way to specify a particular context? I'm struggling to figure out how BO determines the context for reports and the help files don't seem too specific so if anyone has some pointers and/or a specific help...
  7. KeithSeeley

    Query Prompt Wild Card

    From the BO User Guide "Accessing Data and Data Analysis..." Using wildcard characters Conditions with the Match pattern and Different from pattern operators are great for finding lists of similar values, such as customer names beginning with S. Wildcards are special characters that can denote...
  8. KeithSeeley

    Allow empty field in report

    Thanks skrandel, worked great. Have a great day!
  9. KeithSeeley

    Allow empty field in report

    New to BO... I have two joined tables A & B where a matching entry in B may not exist. I want my report to show all of table A data along side of whatever data is in table B. When I create a report and add the B fields the A results become restricted to only those with a matching B. How do I...
  10. KeithSeeley

    Autohide MSGBOX, possible?

    If using XP, another alternative is the MessageBoxTimeout function (that is if you don't mind using an un-documented function): Declare Function MessageBoxTimeout Lib "user32.dll" Alias "MessageBoxTimeoutA" (_ Byval hwnd As Long, _ Byval lpText As String, _ Byval lpCaption As String, _...

Part and Inventory Search

Back
Top