User login
|
|
Frontpage Sponsor
|
|
Poll
|
How big is your Baan-DB (just Data AND Indexes) 0 - 200 GB 15% 200 - 500 GB 28% 500 - 800 GB 4% 800 - 1200 GB 9% 1200 - 1500 GB 9% 1500 - 2000 GB 13% > 2000 GB 22% Total votes: 46 |
Baanboard at LinkedIn
|

|
|
|
Items for 'Code/Script' (by date)
|
By gashpysoft at 16 Dec 2008 - 08:29
|
I have a session tfcus5103m000 in which sales invoice is printed. I wanted to change a text in the form. How to find the related form and scripts. How to edit the form and compile session.
Also let me know the default directory in windows for the Baan reports, forms scripts are stored.
Ganesh
|
|
By baanguru at 18 Aug 2008 - 11:40
|
function extern after.update.db.commit() { parent.object.function.id = get_function(parent.object.dll.id, "after.update.db.commit") parent.object.error = exec_function(parent.object.dll.id, parent.object.function.id) }
I m modifying rush script I cannot understand above function and dll mentioned in it
parent.object.function.id = get_function(parent.object.dll.id, "before.program") parent.object.error = exec_function(parent.object.dll.id, parent.object.function.id)
so any one can help me for this ..........................
Regards,
Gurudev
|
|
By gfasbender at 18 Apr 2008 - 16:44
|
There has been a few posts concerning the process of calling a Baan DLL function from VB code within a Windows application.
The attached zip file contains an example Excel spreadsheet and DLL that extracts Baan Text.
Baan DLL Function: (Library tudllolegwc): vb_dll_example.zip
|
|
By afsfan at 18 Apr 2008 - 16:34
|
What you have shown below is recursion all right - but it's recursion in 3 GL. The issue is when u try to call events recursively in 4GL - Thats when the "recursion not implemented" message has real value. In your code you are pretty much implementing recursion yourself - only using the system stack. It would be intresting to see if the same works for calling "Event Labels" in a wrapper!
As many of you will already know, recursion is possible in Baan. Despite the 'Recursion not (yet) implemented' message that is sometimes shown when you actually try it. For example, the following works (meaning: I got something like this to work recently, the code below is untested as it stands):
|
|
By patvdv at 18 Apr 2008 - 16:13
|
Introduction
Here's a very simple script to rotate your $BSE/log/olg files into $BSE/olg. The script has been greatly simplified to make it more generic.
Possible suggestions to enhance the script:
- (error) logging
- introduce support for multiple $BSE
- archive only specific type of log files (e.g. log.oracle7/8 etc)
Downloads
Requirements
- OS: *nix, KSH88
- Application: BaanIV, BaanV
|
By patvdv at 4 Apr 2006 - 20:08
|
Introduction
Here's a very simple script to rotate your $BSE/log/olg files into $BSE/olg. The script has been greatly simplified to make it more generic.
Possible suggestions to enhance the script:
- (error) logging
- introduce support for multiple $BSE
- archive only specific type of log files (e.g. log.oracle7/8 etc)
|
|
By gfasbender at 4 Apr 2006 - 20:03
|
This program removes all zero-length files from the current UNIX directory.
|
|
By francishsu at 4 Apr 2006 - 20:03
|
Introduction
I welcome any feedback / improvements to this. It has only been tested to a limited extent. Instructions are for Baan IV (no idea whether the same applies to other Baan versions)
|
|
|
All times are GMT +2. The time now is 13:40.