Welcome! Log In Create A New Profile

Advanced

Re: FILELINK of two items

Posted by Michael ZEISS.pcs.crosspost 
Michael ZEISS.pcs.crosspost
Re: FILELINK of two items
August 06, 2008 10:57AM
Hello javier,

I don't think, that you can work like this, because Windev can't associate the Table column with the table, which would be probaly need to write to the table.

You can do following:

Add a column in your table, where you want to display the Name ( Name + Surname );
lets say we name it "FullName"

Do not link the column with an file item.

In the table code in the event RowDisplay write the code to display your information:
FullName = NoSpace( Name ) + " " + NoSpace( Surname )

Thats all to display the information.

Best greetings

Michael

Message forwarded from pcsoft.us.windev
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: