I need to display data in columns in a dbf. However there is a special requirement as displayed below:
Serial Date Customer Amount
Agent: JOSEPH DSOUZA
1 20/11/2012 Gagan Raj 20,000
5 21/11/2012 Gagan Raj 22,030
In the above, the field width of dbf is as follows:
Serial 6 character
Date 10 character
Customer 40 character
Amount 12 character
What I need is that the display of name: Agent: JOSEPH DSOUZA will be splitted in the dbf like below:
Serial Agent: first 6 characters
Date _JOSEPH D next 10 char...
Customer SOUZA remaining characters
The display should come continuous without any break in xBROWSE.
This is faciliated in EXCEL with column SPAN option