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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sduplan

  1. sduplan

    Format Breaks with VBA

    Hi, Is there a way to format breaks using VBA? The AddComplexFilter() method can be used to play with filters, however, I could not find any means of adding, setting, or removing breaks using VBA. Any thoughts on how to do this? Thanks Stateson Duplan
  2. sduplan

    Derived Table

    I tried the view approach and it worked fine. Thanks.
  3. sduplan

    BO and FOXPRO

    I found the solution. I had to edit the parameter file "ODBC10EN.PRM" and change the OUTERJOINS_GENERATION=ODBC line to OUTERJOINS_GENERATION=ANSI_92
  4. sduplan

    Derived Table

    Thanks for your reply jimbopalmer. However, is it possible to implement this purely with a universe, without getting down to SQL coding?
  5. sduplan

    Derived Table

    From Tables A, B, and C, I need to generate Table D, and use it to perform an left outer join on Table E. How can this be done? In Designer? How? Thanks
  6. sduplan

    BO and FOXPRO

    I am new with BO but have been using Visual FOXPRO for a while. All the tables that I want to use in Designer came from VFP. However, some queries cannot run properly because the SQL statements generated are not VFP-compatible. For example the syntax for OUTER JOIN is different. I have to...

Part and Inventory Search

Back
Top