User login
|
|
Frontpage Sponsor
|
|
Poll
|
Is it good to change the Technology per business or changing Business per Technology? Change Technology per Business 63% Change Business according to Technology 11% It Depends 26% Never change Business 0% Total votes: 19 |
Baanboard at LinkedIn
|

|
|
|
Items for 'Code/Script' (by date)
|
By AndreasSchartne at 26 Apr 2022 - 05:04
|
Hello,
we have developed a methodology that moves any customized package, e. g. xx, with all modules to package tx or stand-alone sessions in standard packages, e. g. td, to allow Infor customers to have their required add-ons run in the cloud within the package tx.
The methodology comprises up to 30 steps starting with labels and ending with buttons in forms. The procedure within the methodology is practically prescribed but depends partly on the style of development by the customer.
So far, the methodology has been applied in two LN 10.2.1 and one Baan V successfully completed projects comprising about 1000 sessions and have all of them running error-free and functionally identically in package tx.
|
|
By OmeLuuk at 19 Oct 2021 - 14:30
|
Why Bother, nobody reads here ... 0% (0 votes) Just drop all the questions in the http://www.baanboard.com/baanboard/forumdisplay.php?f=8 Tools Development forum 26% (5 votes) Extensions are a different ball-game: they need a new forum entry 21% (4 votes) ION Interfacing - BOD and BDE is a different ball-game: they need a new forum entry 37% (7 votes) Just create two different forums and see what will happen... 11% (2 votes) What are you talking about? Something new? Leave things as they are! 5% (1 vote) Total votes: 19
|
|
By krushna at 19 Apr 2021 - 06:17
|
Hello Gurus,
I have created a AFS where its closing production orders through the session ticst0201m000,
But i am facing some error during running it, only while its going to print the report.
I have attached the code and the error, its much much appreciated if someonne could understand tht where my code going wrong.
please check once and let me know where i am going wrong.
|
|
By vivet2 at 7 Nov 2020 - 11:15
|
Hi,
any body has prog guide for infor ln 10.3.
Please provide.
Thanks in advance.
|
|
By vivet2 at 31 Oct 2020 - 11:08
|
hi,
I want to fech some data through easy sql but i am not able to make query in where condition for date range. my query is.
select tfgld018.ttyp,tfgld018.docn,tfgld018.dcdt,tfgld018.stat
from tfgld018
where tfgld018.stat = 3 and
tfgld018.dcdt >= :tfgld018.dcdt.t and
tfgld018.dcdt <= :tfgld018.dcdt.f
system throuwing error.
ttadv3280m000: ttadv31853 : Execute Query: Range should be date(YYYY,MM,DD)
Please help ..
|
|
By vk1971bhardwaj at 29 May 2020 - 18:15
|
hi everyone
can anybody help me in AFS report printing, on other session this script is working fine but on this session it not works because this report contain our company logo
so please help
string spool.device(2)
spool.device = "D"
stpapi.put.field("tdmfd4401m009", "company", str$(comp.f))
stpapi.put.field("tdmfd4401m009", "tran.f", str$(ttyp.f))
stpapi.put.field("tdmfd4401m009", "docn.f", str$(invoice.no))
stpapi.put.field("tdmfd4401m009", "mchk", str$(tcyesno.no))
stpapi.set.report("tdmfd4401m009", "rtdmfd440109000", spool.device,error)
stpapi.print.report("tdmfd4401m009", error)
stpapi.end.session("tdmfd4401m009", error)
|
|
By roylansink at 7 Apr 2020 - 14:29
|
Hi All,
I'm trying to print a report to a second device. The idea is that with the print, the report is stored to a folder as well.
The following code is used for testing purpose, but when I run the report, I get a blank notepad file. What am I doing wrong?
<code> after.report.1: after.layout:
|Save original values org.spool = spool.id org.pr.line = spool.pr.line org.fileout = spool.fileout
|Open extra spooler and print report spool.id = spool.open("rtcmcs041011000","NOTEPAD",0) spool.line() spool.close()
|fill predefined vallues with original values spool.id = org.spool spool.pr.line = org.pr.line
</code>
|
|
By jayasree at 18 Oct 2019 - 19:36
|
Hi
I am a beginner in BaaN IV. i got error at runtime when trying to display multi occ session by checking enum values in query.extension
query.extension="xxxx.yyy<>domainnme.segment domain.1.procr"
Is there any other way to do...
Thanks
|
|
By jayasree at 18 Oct 2019 - 19:36
|
Hi
I am a beginner in BaaN IV. i got error at runtime when trying to display multi occ session by checking enum values in query.extension
query.extension="xxxx.yyy<>domainnme.segment domain.1.procr"
Is there any other way to do...
Thanks
|
|
By DDPatel at 25 Jun 2019 - 12:10
|
Hiiiii all,
I have customize one session "Purchase Order Approval Process".
I have writen User exit in on Purchase Order ,User could not able to approve purchase Order until they approved the "Purchase Order approval process" in my customize table.
All the scenario is working fine..
Now my question is....How can i display my customize table status in Standard table??
I also have tried USER EXIT,but that can only execute on change or delete..
Best Regards,
DPatel
|
|
|