Results 1 to 4 of 4

Thread: How can I show detail in Crystal Report 10 as Buttom Up style?

  1. #1

    Thread Starter
    Hyperactive Member solar115's Avatar
    Join Date
    Apr 2002
    Location
    Thailand
    Posts
    268

    How can I show detail in Crystal Report 10 as Buttom Up style?

    I have some report that I plan to design on Crystal Report 10. My report is on buttom up style in detail section. It maybe something like I show below.
    But How can I do?

    ------------------------------------------------
    No Description Detail
    ------------------------------------------------





    1 Description Detail 1
    2 Description Detail 2
    3 Description Detail 3
    ------------------------------------------------
    ^solaris^

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: How can I show detail in Crystal Report 10 as Buttom Up style?

    Do you have multiple detail sections or are those the same detail section but multiple records?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3

    Thread Starter
    Hyperactive Member solar115's Avatar
    Join Date
    Apr 2002
    Location
    Thailand
    Posts
    268

    Re: How can I show detail in Crystal Report 10 as Buttom Up style?

    Dear RobDog888,
    I think the same detail section but multiple records is the answer.
    Like this:


    :::Electronic Order::
    ------------------------------------------------
    [No] [Order Detail]
    ------------------------------------------------




    [1] [Electronic Code 0010112]
    [2] [Electronic Code 1121231]
    [3] [Electronic Code 0122121]
    ------------------------------------------------
    ^solaris^

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: How can I show detail in Crystal Report 10 as Buttom Up style?

    When your designing your report, the positioning of the textboxes and labels can be
    seen in the preview tab in CR. If you have your first textbox several lines below the Detail
    top then it will generate a "blank" space before it prints the first record. Try placing your
    controls starting at the top of the detail section.

    Code:
    :::Electronic Order::
    ------------------------------------------------
    [No] [Order Detail]
    ------------------------------------------------
    [1] [Electronic Code 0010112]
    [2] [Electronic Code 1121231]
    [3] [Electronic Code 0122121]
    ------------------------------------------------
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width