Quantcast
Channel: Baanboard.com
Viewing all 4216 articles
Browse latest View live

Unable to print (not export !) in Excel (XLOUT) from WEBTOP sessions

$
0
0
Hello,

A user is unable to print (not export !) in Excel (XLOUT) from WEBTOP.

is that to do with the JAVA version installed ?

WEBTOP is :

Version: 10.3
Version #: YU0112

Thank you for your help

Best regards

Bertrand

zoom.to and execute

$
0
0
Hello,

I want to start the session "tcibd0201m900 - Calculation of article weight" always when sth is changed in ibd001.
My idea is to create a table extension in ibd001.

Always when a new article is created or updated, the session should be executed with the article parameters.

I've tried this:

Code:

export("zoom.item.f",item.f)
export("zoom.item.t",item.t)
zoom.to$("tcibd0201m90",Z.SESSION,"","",0)

This code opens the session, but does not fill the parameters.
How can i do this + execution of the standard form command exec.cont.process?

I've read about using the zoom.from command but I can't find this hook in the child session.

Thanks in advance!
Martin

ERPLN Technical / Developer

$
0
0
A new job entry has been added:

ERPLN Technical / Developer

Quote:

Urgently Looking to hire an ERPLN Developer with 3-10 years of experience for a leading manufacturing organization based out of NCR Delhi. People who have experience in ERP LN Technical and interested may send their expereince details to me.

How to know what are the inputs for a standard dll?

$
0
0
I would like to know how to figure out what the inputs for a standard dll are?
For example, I need to use whinh.dll5200.generate.cycle.count.orders() function but I do not know the inputs to send, and I do not have the source code of the mentioned dll.
Is there any way to know that information?

Std cost zero

$
0
0
Hai all,

need your help, std costing zero, i already check item purchase data, the price update and i already calculate cost price, actualize cost but still zero..why?

attach screen shot

Attached Images
File Type: png item costing 1.PNG (41.1 KB)
File Type: png item- purchase 1.PNG (38.7 KB)

Error recursion not possible

$
0
0
Hello,
I've written a function which recursivly calculates the weight of an article by looking at the BOM and so on.
However when I run this code, I get an error: Fatal Error : Function 'calculate.weight': recursion not possible; refcount=2.

This is my code:

Code:

function domain tcwght calculate.weight(domain tcitem i.item)
{
|get all BOM positions of item i.item
        select  tibom010.*
        from    tibom010
        where  tibom010.mitm = :i.item
        selectdo
                select  tibom010.*
                from    tibom010
                where  tibom010.mitm = :tibom010.mitm
                selectdo
                        |recursion: article tibom010.mitm has BOM itself
                        weight = weight + calculate.weight(tibom010.mitm)
                selectempty
                        |base case: stop recursion
                        select  tcibd001.wght
                        from    tcibd001
                        selectdo
                                weight = weight + tcibd001.wght
                        selectempty
                                weight = weight + 0
                        endselect
                endselect
        selectempty
        |do nothing
        endselect
               
return (weight)
}

Are recursions not supported in Baan/LN 4GL programming?

license into baan

$
0
0
how can is possible insert a new license for a new DR site.?

Baan IVc4 installation

$
0
0
Hi,

I have try to install baan IV in OS: windows server 2012, DB: sqlserver 2012. while I got database connection failed error. And ttbsi.001300 event viewer error. This OS & DB combo is possible to install baan IVc4.

Any one please suggest me.

Thanks & Regards,
Leel.

LN Developer

$
0
0
A new job entry has been added:

LN Developer

Quote:

Key Responsibilities: 

Experience between 6 months to 3 years into development and coding. 
- Experience developing custom applications using Infor ES/Baan 4GL programming language. 
- Must be familiar with the concepts of Tables, DAL in LN. 
- Must be strong in SQL fundamentals. Experience with MS SQL a plus. 
- Familiarity with Extensibility is a major plus but not mandatory. 

Test Environment Cloned from Production/Change Servers

$
0
0
Hi guys,

We have two production VM's for our baan installation. One application server and one database server.

(This is Baan IV. Windows Server 2008 R2)

I've cloned these VM's and moved them to an isolated network.

Is there a way to update the application server such that it points to the correct database server?

I'm trying to create a test environment isolated from production.

Thanks!

Multibyte string getting updated wrong in table

$
0
0
Hi All,

When I am updating multibyte string(french) into a table reading from file. Its getting updated with special characters instead of proper one. I have used mb.export$ for converting it but it doesn't work.(since its baan iv so utf8.export won't work). Could you please help me out.

Regards,
Alerts.

commit.transaction on other table instead of main table

$
0
0
I am working on a customized session that uses standard tcibd001 as its main table because it needs to display item images.
The session has a button that should insert a new record into another customized table that is not the main table. The process uses DAL functions such as dal.new.object, dal.set.field, and .dal.save.object.
Once the program reaches commit.transaction, an error occurs.
Quote:

Error 206 (Record is not locked) on tcibd001804 in db_update(51)
Note that I am not doing anything on the main table. I am trying to insert a new record into another customized table using DAL.
How can I solve this problem?
Any help is appreciated.

Deleted a tx table from ttadv4520m000 and re-created it but cannot convert to runtime

$
0
0
Hello all.
We by mistake deleted a tx table from ttadv4520m000 and did not run convert to runtime.
We then re-created the table using as a template the LIVE tx table that is the same. but when trying to convert we are getting an error (see attached file).
Please advice!
Thank you for your help!

Attached Files
File Type: txt Convert Errors.txt (1.9 KB)

Deleted table from ttadv4520m000 and now cannot convert to runtime

$
0
0
Hello all.
We by mistake deleted a tx table from ttadv4520m000 and did not run convert to runtime so data is present in all available copanies.
We then re-created the table definition (using as a template the LIVE tx table that is the same) but when trying to convert we are getting an error (see attached file).
Please advice!
Thank you for your help!

( We have created the same thread in tools development as well. Not sure where is the best place so as to get a reply that could assist us at this point!!)
Maria

Attached Files
File Type: txt Convert Errors.txt (1.9 KB)

How to make an announcement in the first page when logging in LNUI?

$
0
0
I want to make an announcement when a user logs into LNUI.
It can just be a warning message automatically pops up.
I also want to be able to edit the text for that message.
How to achieve such goal?

Error- Automatic Balancing of Profit & Loss Accounts

$
0
0
Hi All,
while running session tfgld6202m000- Automatic Balancing of P&L Accounts, getting error- Dimension 1 of Ledger Account XXXXXX must be filled.
Now that all transactions have been finalised & Periods 'Soft Closed' , how is it possible to resolve this error ? Please suggest.
Balancing method in 'Comp Parameters' is 'Individual'.


Thanks in advance.

Error while doing 'Put Away' of Inbound Advice line

$
0
0
Hi All,
getting error in session whinh3525m000-Inbound advice while doing 'Put Away'
error message is 'General Ledger Field must be empty in Warehousing Orders'.
General Ledger not allowed for Transfer to Warehouse of type Normal'.

In session Inbound Order Lines-whinh2110m000- under the General Ledger Tab, the GL filed is BLANK.

Thanks is advance.

Import Journal Entry

$
0
0
Haiii all,

Need your advice, I want to import more than 100 journal entry records using csv format. But i dunno how to start. and the field should i take from what table?.can anybody guide me.

regard

Error when using DAL to insert a date field

$
0
0
I am working on a customized session where I am trying to insert a Sales Order Line into a Sales Order Header using DAL.

Code:

if dal.new.object("tdsls401") <> 0 then
        dal.get.error.message(error.msg)
        return(error.msg)
endif
dal.set.field("tdsls401.orno", i.sales.order)
dal.set.field("tdsls401.ofbp", i.stbp)
dal.set.field("tdsls401.odat", utc.num()) |* The error occurs when I add this line
dal.set.field("tdsls401.pono", i.position)
dal.set.field("tdsls401.item", i.item)
dal.set.field("tdsls401.qoor", i.qty)
dal.set.field("tdsls401.pric", i.price)
dal.set.field("tdsls401.ldam", i.discount)
if dal.save.object("tdsls401") <> 0 then
        dal.get.error.message(error.msg)
        return(error.msg)
endif

See the error in attached image.
The error happens when it reaches "dal.set.field("tdsls401.odat", utc.num())".
If I don't add the line, it will display another error Release Date is required but it is also a date field, which I also cannot solve that error even when I send a date.

Any help is appreciated.

Attached Images
File Type: png sol-odat-error.png (19.4 KB)

Help Pages - What are your experiences?

$
0
0
Hi,

I have a question: documentation of your customizations - how do you do that?

My intention is to use the standard Help functions provided to build customized session and table(field)help.

I put texts on session, table and tablefields which I can see and read from within Tools (ttadv1567m000).

But now, when I request help on the session or field, I do not see my texts. The "Infor Web Help" viewer comes back with The requested Help text is not found. When hovering I see it uses: id=/baanerp/tc/com/tccom9105m000^tccom905.data, version=107O0dev1, lc=en

It looks as if I still need a kind of RDD step to actually see (or transfer) the texts to the location where the Help viewer expects them to be, but there is no session (name) that hints me in the direction of the step to perform.
Viewing all 4216 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>