Thread: Reporting Question

  1. #1
    Registered User
    Join Date
    Mar 2022
    Posts
    1

    Exclamation Reporting Question

    I have been asked to see if Visual Studio could format a report like below.

    here is a bit of data that was pulled via SQL query from ERP system.

    ORDER CUSTOMER DUE DATE LINE ITEM ITEM QTY VENDOR PO PO DUE DATE QTY
    123 1/21/2022 1 WIDGET 123 10 4540 1/20/2021 5
    152 1/31/2022 1 WIDGET 123 25 4546 2/1/2021 10
    152 2/15/2022 2 WIDGET 123 25 4592 3/1/2021 50

    Is there a way to make a report in visual so that it looks like this

    ORDER CUSTOMER DUE DATE LINE ITEM ITEM QTY VENDOR PO PO DUE DATE QTY
    123 1/21/2022 1 WIDGET 123 10 4540 4546 1/20/2021 2/1/21 5
    5
    152 1/31/2022 1 WIDGET 123 25 4546 4592 2/1/2021 3/1/21 5 20
    152 2/15/2022 2 WIDGET 123 25 4592 3/1/2022 25
    INVENTORY BALANCE 5
    Our reporting will not give an accurate open order report with expected delivery dates that we can send to our customers. Just wondering if Visual could be scripted to do what we wanted.

    thank you for any input!

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,662
    Microsoft Visual Studio - Wikipedia
    I'm sure someone with the right set of skills (and time) could use Visual Studio to create a script/program in one of several programming languages that VS knows about.

    Or indeed in any other programming language, if you forego the eye candy aspects such as syntax highlighting, and just use it as a dumb text editor.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Reporting here..
    By jaheen100 in forum General Discussions
    Replies: 1
    Last Post: 12-31-2013, 01:11 PM
  2. Error Reporting
    By teensicle in forum C Programming
    Replies: 2
    Last Post: 02-07-2010, 09:02 PM
  3. reporting library in c++
    By rmwireless in forum C++ Programming
    Replies: 0
    Last Post: 06-09-2005, 02:16 AM
  4. reporting memory usage
    By kuhnmi in forum C++ Programming
    Replies: 4
    Last Post: 08-22-2004, 11:29 PM

Tags for this Thread