django25
10th February 2009, 12:20
Sir,
I have one query.
Every text stored in the database has a text number. A text field that is included in a database table is referenced in the table by its text number. The text itself, its key words, and so on, are stored in a separate table.
How do we find the actual text ie how do we find the seperate table that has the actual text.
Regards
Django
Han Brinkman
10th February 2009, 13:39
The text is stored in tttxt010
django25
10th February 2009, 14:16
Thank you Sir.
I have another question.
I found that the table tccom010 has a particular number(105365) in the Text field whose coressponding description I found in tttxt010.
I want to know in which session are we entering this number(105365).
The maintain customer session tccom1101m000, contains a field Text, which is either Yes or No. But where do we populate the value 105365.
Regards
Django
rahul.kolhe22
10th February 2009, 15:04
Hi,
To get the text you can even use the function text.to.buf function
eg:
ret = text.to.buf("tdpur401.txta", "2", 10, buff)
If on compiling it gives you error "unresolved function ...", then add dll ttstp_textdll.
Regards,
--Rahul
Hitesh Shah
10th February 2009, 15:07
Thank you Sir.
I have another question.
I found that the table tccom010 has a particular number(105365) in the Text field whose coressponding description I found in tttxt010.
I want to know in which session are we entering this number(105365).
The maintain customer session tccom1101m000, contains a field Text, which is either Yes or No. But where do we populate the value 105365.
Regards
Django
Through front end , when u enter text in tccom1101m000 . In texts u can c this text no with ESC + O (print texts ) for baan text editor.
bdittmar
10th February 2009, 19:52
Thank you Sir.
I have another question.
I found that the table tccom010 has a particular number(105365) in the Text field whose coressponding description I found in tttxt010.
I want to know in which session are we entering this number(105365).
The maintain customer session tccom1101m000, contains a field Text, which is either Yes or No. But where do we populate the value 105365.
Regards
Django
Hello,
it's done in BaaN text functions.
By choosing add text to an empty textfield, the next free text number is used.
(If defined the textgroup for the text.field (textnumber) with its properties is used).
Assign textgroup to table texfield.
Maintain textgroups
Maintain textwindows aso.
are all related functions to handle texts.
Hope it helps a little bit.
Regards