baancust
23rd December 2006, 09:19
Hi,
I wanted to know if QKEY ,Rush ,RMCgen used for the wrapper technology is useful in case we already have access to the standard script and we have an option to copy the script and modify it and write another session to serve the same purpose.Does it have any advantages w.r.t Service Pack changes also getting included automatically in case we use wrapper technology which is the main disadvantage if we copy the std script and make changes ?When we use the freeware rushdll it requires the std baan dll tccomdllrush for its execution is the script available in this forum or should we request the same from baan.


Regards
Rekha

mark_h
24th December 2006, 03:17
I believe the tccomdllrush library is available in the Code and utilities forum. Everything you need should be in the post.

The advantage of using this technology is that you do not have to modify standard baan. The technology works off the most current object. So when you get a patch for an object your code should just work off of it. If you maintain baan standard code everytime you get a patch you either have to incorporate your changes or copy the new changes into your code. Of course Baan will not support your code. With Qkey, Rush and RMCGen all you have to do is remove your object and test against standard baan - which baan will support.

Dis-advantage is that you can not change functions - you can call different ones, or rewrite the one that gets called. Not as flexible as maintaining the actual source code. Sometimes debugging can be difficult when trying to figure out whether a problem is in your code or baan code.

We use Qkey and I am glad we have it.

baancust
4th January 2007, 19:25
:) Thank you very much Mark

Regards
Baancust

naabi0
5th January 2007, 21:57
Does QKey work with LN?

lbencic
8th January 2007, 23:06
I can't speak for QKEY, my company, RMCis puts out a similar product called RMCgen. The concepts still work in LN, you can wrap the UI script, add code to it, create your own sections, etc. However, since so much of the logic has been moved and overridden by the DAL's, the results are diminishing.

sikima
29th March 2007, 20:44
As I know, Qkey is working with DAL. Also, Qkey is working on new porting set (8.2) - not sure about 8.3

naabi0
29th March 2007, 22:12
I was told by Fullscope that it won't work with LN.

lbencic
29th March 2007, 22:18
Again, can't speak for Fullscope/Qkey here. But for ours, it 'works' for the DAL, but there is a problem sending Arrays as arguments, and some DAL's use that, as do some libraries. Also, the DAL's are changed/patched so much in LN right now that it's very high maintenance. We would not recommend wrapping the DAL's without very careful consideration, and if it is passing arrays as arguments, we do not support it.