chewfh
29th October 2002, 07:19
Hi All,

We've got this strange problem that happens first time in our system (BaanIVc4/NT4/SQL7). Some form fields have display blank, or overlapping another, or field-width reduced.

Copying to current VRC or CRDD did not help.

Thanks,
Chew.

NPRao
29th October 2002, 08:33
You have to do a create runtime for the forms/menu as well as for the sessions for the related package combination and package VRC's, logout and logback in to see the changes reflected.

You also need to check the VRC tree to see if the labels are also in the same VRC tree or not.

I dont remember if the option of Labels compilation is present in the BaaN-4 series or not. You might need to do that too.

I hope this helps.

Paul P
30th October 2002, 03:29
Dear Chew,

It can happen when you customise domain of fields that are used in many forms. Even if you don't customise the forms, if fields using those domain are in the forms, then the visual appearance may be altered. For example, if you change the domain of lot code so that you can have longer lot code, then all forms & containing lot code will have their lot code field overflowing to whatever that happen to be on the right of the field.

Rgds,
Paul

chewfh
30th October 2002, 04:51
Thanks alot for your replies.

We found that the field that couldn't be displayed was because it was overwritten by the field ON ITS LEFT. That 'left-side' field is the 'item description'. The curious problem is that this happens to standard forms (no customisation); and the form field definition and form layout seem correct.

We can see this in for eg. "Maintain Production BOMs (tibom1110m000)" form 1. The 'Net Qty' is overwritten by the 'item description' field (tiitm001.dsca) when the session is started.

Checking the standard form definition in "Maintain Forms", it seems correct:

Field Name: tiitm001.dsca
Domain : tcdsca

a) the form field is defined with:
Link/Max. Displ.Len. 16
Link/Max. Input Len.: 30

b) the form layout shows that this field does not overlap the Net Qty.

c) in "Maintain Domain", 'tcdsca' was not customised.


Regards,
Chew.