In about 2 weeks I will do my final conversion from 7.5 to ES. I have ES running on a backup server with our data on it so users can get accustomed to the changes.
My problem is, I am making a mod for my users. It's a OE->PO # Line mod. Where upon putting an OE for a 'special item' (qty to ship=0 & reorder_lvl=0) then we want a PO created with the same # as the OE.
I have the OE writing to a text file which is then picked up by the PO when the screen is opened. Everything works find except the damn listview box. Once the status combo box has focus I have it automatically going to item.text However doing this with the item.setfocus will not work. I just highlights the top row of the listview box.
This is a bug (which has been since last year). Their programmer's help is of basically no use. He suggests the putfocus api command & a timer api call. However I still get the same response as just using item.setfocus.
Have any of you had any experience with getting a field inside a listview box gaining focus? I'm going nuts here and they want $3,000 to do this mod. This is the only thing that's keeping me held up. Any advice?
My problem is, I am making a mod for my users. It's a OE->PO # Line mod. Where upon putting an OE for a 'special item' (qty to ship=0 & reorder_lvl=0) then we want a PO created with the same # as the OE.
I have the OE writing to a text file which is then picked up by the PO when the screen is opened. Everything works find except the damn listview box. Once the status combo box has focus I have it automatically going to item.text However doing this with the item.setfocus will not work. I just highlights the top row of the listview box.
This is a bug (which has been since last year). Their programmer's help is of basically no use. He suggests the putfocus api command & a timer api call. However I still get the same response as just using item.setfocus.
Have any of you had any experience with getting a field inside a listview box gaining focus? I'm going nuts here and they want $3,000 to do this mod. This is the only thing that's keeping me held up. Any advice?