Open Order / Invoice History Inquiries GUI Windows Show No Column or Data

Open Order / Invoice History Inquiries GUI Windows Show No Column or Data

Q - In the following areas I can access two special functions "Open Order Inquiry" (Alt-O) or "Invoice History Inquiry" (Alt-V):
  • COP Sales Desk
  • A/R Customer File Maintenance or Inquiry
  • COP Order Entry
However, when some of my users try to access these two functions, the screen appears with no columns and no data displayed. See sample screen below:



What can cause this to happen?

A - In Elliott V8, the user can customize the Open Order/Invoice History Inquiry screen. The customization is saved in the registry.  It seems some registry values are corrupted for some reason. You may try to resolve this problem by going to the particular user's workstation and using the REGEDIT utility to edit the registry.

Browse to the following path:
\\My Computer\HKEY_CURRENT_USER\Software\Netcellent\/Elliott\8.0\Preferences

If you have an issue with Open Order Inquiry (Alt-O), look for any values (name column) that start with Geo-SYTABORD-LV… Delete these entries.  If you have an issue with Invoice History Inquiry (Alt-V), look for any values (name column) that start with Geo-SYATBINV-LV... Delete these entries.  See sample screen below.



The system will use its default values when these registry values are not found.  So next time when you run these applications, the window should show up normally.  
WARNING: Editing registry is a dangerous act.  If you accidentally change or delete another registry value, you could potentially corrupt your computer. You are warned to use REGEDIT utility at your own risk!




    • Related Articles

    • Feature - Invoice History Archive

      Release Date: 8/23/21 Version: 8.6 and Above The current invoice history data tables CPINVHDR, CPINVLIN, CPINVOPT, CPINVMTL, CPINVRTG, CPBOXFHS (history version of CPBOXFIL), CPBOXHSR (history version of CPBOXSER), CPBOXHST (history version of ...
    • Sales Desk Shows Blank GUI Order Inquiry Screen for One User

      Q - When one of my users goes to Sales Desk, enters a customer number, and chooses Alt-O for Open Orders Inquiry, the user does not see the typical screen as shown below: Instead, the user will see a blank screen like the one below: This problem only ...
    • CP1700 Customer Order Processing Invoice History Inquiry

      Invoice History Inquiry Application Overview This function gives you fast and easy access to all the necessary information to provide customer service for posted invoices on file for a customer. It allows you to quickly access and display a customer ...
    • Feature - Added QI (Qty Sold in Invoice History) Data Type to the User Defined CSV Export

      Release date: 10/8/2020 Version: 8.5 & Up Changes have been made to the Reordering Advice User Defined CSV Export programs. You can access this feature from I/M -> Reports -> Reordering Advice Reports -> Maintenance -> User Defined CSV Layout for the ...
    • How to Optimize SQL SELECT Statement When Retrieving Data from Invoice History

      'Release Date:11/29/2017 Q - I used the following SQL statement to retrieve invoice history data for a certain item within a certain date range. It took forever to run. Please help. SELECT CPINVLIN.INV_ITM_ITM_NO, CPINVLIN.INV_ITM_INV_DATE, ...