• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

AutoCode Bug - Putting unknown Order by in RPG

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • AutoCode Bug - Putting unknown Order by in RPG

    I ran AutoCode to create a file maintenance desktop app and an order by statement was added to the SQL for the RPG program. It is not in the RPG source. Please see attached.Valence4.1Bug.jpgAutoCodeBug2.jpg

  • #2
    Try clicking on one of the column headers in your app to force a column sorting sequence. The MTPLANT column must be getting passed to the back-end as a sorting column on your call, perhaps cached from something else? The "applySorters='1'" is what's appending that order by clause to the SQL statement.

    -Rob

    Comment


    • #3
      I get this error using Google. Everything is just fine using Explorer. Thanks for your help.

      Comment


      • #4
        Make sure your cache is cleared in Chrome and then refresh and restart the app. If that still doesn't work, please post the relevant Ext JS code so we can look at where that field name is coming from.

        Comment

        Working...
        X