ltannous
27th October 2004, 18:56
I have a main session tdsls4101m000 that has the special option that contains a menu with alot of sessison (sub sessions) I added my session to this menu, but when my sesison opens, the order field is not carried into my maintanence session. This is working on our development server, but when i copied it to production, it doesn't work. What am I missing
I noticed if i try to enter a record manually I get an error Use of NULL pointer on ' '
This doesnt occur in the test system

mark_h
27th October 2004, 20:24
First thing I can think of is to make sure you do a create RDD for all sessions, forms, tables, etc. Remember that if something is in shared memory it will also have to be re-loaded. Last but not least do not forget to log out and back in.

Mark

ltannous
27th October 2004, 21:16
That was it. I fogot to crate runtime on the tdsls040 table.

en@frrom
29th October 2004, 09:43
Is it necessary to create runtime for tdsls040??? Please clearify (what did you change? what values were passed on? what main table?)...

ltannous
29th October 2004, 17:47
I needed to do this because my table had a reference field to tdsls040 table.

en@frrom
2nd November 2004, 11:49
Oh ok, clear.