Search results

  1. M

    Menu Option 1.4.10

    Wow, thanks. No one in our company had any idea you could view the src code of QAD's code. It was always encrypted when we tried to view it through unix. This will be a big help in the future - thanks again. Matt
  2. M

    Menu Option 1.4.10

    Hello, I was wondering if someone could help me out with a table name in menu option 1.4.10 Item-Site Cost Inquiry since we didn't purchase the QAD source code. I am looking for the table name of the cost set information being displayed on this screen after hitting f1 with your site/item...
  3. M

    Mimic Return/SpaceBar while CIM Loading

    Hello, I am doing a CIM load for the 36.8.18-Dump Export/Import Docs to File screen where I basically create a formatted file and a batch process uses this file and runs it for this screen. My question is, when I'm creating this formatted file and trying to switch the 36.8.18 export/import...
  4. M

    Commit Transaction

    This worked perfectly, thank you for taking the time to help.
  5. M

    Commit Transaction

    After doing some more testing, I took out the whole undo statement on the repeat, and it's still rolling back the transaction after it's deleted and F4 is used. I did checks to see that record is being deleted prior to F4(it is), but as soon as F4 is used, it acts like the record was never...
  6. M

    Commit Transaction

    The delete/create process is repeated over and over again. So I need both parts in the repeat loop. I've tried moving things around so that I can avoid this problem but I still get back to the same conclusion that I need to force the commit at a particular spot....
  7. M

    Commit Transaction

    I have this in case a user does F4 out, then the record they are in the middle of creating(after the delete) is backed out, just how it should be(to my understanding). I wouldn't want the record it just created to be left out there - so that's why I need the undo.
  8. M

    Commit Transaction

    Hi, Thanks for the quick response. I actually tried using the transaction keyword and get the following message "** WARNING--TRANSACTION keyword given within actual transaction level." This also didn't solve the problem as the whole transaction is rolled back because the scope is the entire...
  9. M

    Commit Transaction

    Hello, I am having issues deleting a transaction on a screen when a user F4's out. This is basically a two step process, a user is asked to delete a specific record, then a new record is created. The problem is I need an undo statement in case the user does F4 when they only want to delete...
  10. M

    36.8.10 qqimprc.p

    Hello, I've actually had this problem with loading a few different screens, it doesn't seem to be a problem with any specific screen(maybe it has something to do with the way our App-ID's are setup?). You are correct that after the initial delay it does start processing correctly. I have...
  11. M

    36.8.10 qqimprc.p

    Hello, Has anyone had an issue when trying to process Qlinqs that when executing a 36.8.10 that the screen just sits there for a lengthy period of time(sometimes up to an hour) before it finally starts processing the Qlinqs? I've had this problem before when doing a manual CIM load, but I...
  12. M

    36.20.13.10—Browse Maintenance

    I'm having trouble creating a custom look-up browse using a datamart table I've created. Basically there's two issues when creating this: #1 When creating a browse, a view needs to be created first, and when creating a view, it doesn't let you switch to DMT tables to select the correct field...
Back
Top