Sage 100

 View Only
  • 1.  I have a client getting an error 65 winproc at lin

    Posted 07-24-2014 14:11
    I have a client getting an error 65 winproc at line 0345. Apparently they have had the issue for several iteration changes of their form. So restoring from backup is not an option. Is there a way to determine and solve the issue without restoring or restarting the custom screen. I have several UDF's on the screen. Sage indicates to restore from backup. Any way to review/rebuild to resolve the issue.


  • 2.  RE: I have a client getting an error 65 winproc at lin

    Posted 07-24-2014 14:21
    it could be something overwriting one of the Sage fields also Click on the info button, then look at the Method that is being called. it happened to me recently after an upgrade and the method showed BT_memo. and I found that he client had moved the button. I'm not sure if this is consistent but maybe it will help.


  • 3.  RE: I have a client getting an error 65 winproc at lin

    Posted 07-24-2014 14:44
    Did you resize a panel? I know that caused problems a few versions ago. They recommended adding a pop-up screen or another tab instead of changing the panel size.


  • 4.  RE: I have a client getting an error 65 winproc at lin

    Posted 07-24-2014 16:38
    I was able to find a backup to use. I figured the file just needed a change somewhere. I hate when support just says delete and start over as if I had nothing better to do. Thank you both for your insight.


  • 5.  RE: I have a client getting an error 65 winproc at lin

    Posted 07-24-2014 20:09
    Larry if the program is _winproc.sad most likely the problem is one of the custom screen controls. I've caused this problem myself by creating a Customizer button in DMAIN but then physically (accidentally) placing part of it on PHEADER so it ended up hovering outside a boundary. I've also seen a developer button in DMAIN be moved to an in between spot when Customizer Update Panels utility was run. Anyway if error happens again and you don't have backup look for stuff like this.


  • 6.  RE: I have a client getting an error 65 winproc at lin

    Posted 07-25-2014 06:32
    Well, I restored from a prior. May my edits. Realized the really cool autofill was not working (2014). Converted the form and was back to my error. It turns out the conversion tool had moved some control buttons around that had gone unnoticed. Thanks to all of your suggestions I was able to focus on this area and solve my issue. Thank you very much.