giodan
16th September 2016, 12:27
Good Morning.
I'm a really beginner with 4GL. Where can I find tutorials for basic concepts like this..What's first.set and what does it mean?
What's the sequence of steps in BAAN execution??
Thanks in advance and I'm sorry for my English.
mark_h
19th September 2016, 15:30
I would start with trying to get some training. Or even downloading some documents from the infor support site. You can also look at the help that is attached to this forum.
benito
20th September 2016, 16:25
another quick option is to look at the program script. you should have at least one customized or even standard. download the help file and understand the script using the help file (syntax, etc. )
KimSharp
20th September 2016, 22:37
Mark_h,
Where would you find training in 4GL? I have a programmer in my staff that I want to have trained to do customizations in Baan IVc4 but finding training is difficult.
mark_h
21st September 2016, 05:48
I would check with Infor themselves to see if they have any training for development and if not they might be able to provide a recommended consultant for training. I believe when we were looking at LN there was plans to bring a consultant to train us - at least that is what I thought was going to happen.
giodan
27th September 2016, 09:53
Thanks for reply..just one question..for the moment..
I try to rewrite Goods Receipt in ASP .NET..What's happen in BAAN when i click on Save Button? What are the execution steps??
Thanks in advance
mark_h
27th September 2016, 15:42
Not really sure I get the question - but you would need source code to see what is called to trace thru everything. Since we do not own source code we use AFS Function servers to do the same type thing. I think you can search the AFS forum and find a few ASP .NET questions - can't really help with that.
giodan
28th September 2016, 11:41
mark thanks for reply..
I own BAAN code for Goods Receipts (session tdpur4120m000) but i don't really understand what happens when i click Save on relative form.
What section is called?
mark_h
28th September 2016, 16:14
If you have the source my recommendation is to compile in debug mode and step thru it. There can be a lot of events that get triggered when you do a save and I do not know what all those events might be doing. On most of the sessions I have worked on I typically look at on main.table.io or maybe choice.update.db.
giodan
29th September 2016, 09:54
Hi Mark..thanks again..
I feel real idiot...how could debug BAAN Session?? How could I set a breakpoint??
bhushanchanda
29th September 2016, 12:50
Hi,
Here is a similar thread (http://www.baanboard.com/baanboard/showthread.php?t=68193) which will help you on debugging in Baan.