Welcome! Log In Create A New Profile

Advanced

FILELINK of two items

Posted by javier garcia.pcs.crosspost 
javier garcia.pcs.crosspost
FILELINK of two items
July 30, 2008 11:11AM
Hello again, here I am with another "problem"
I want to combine two fields (name + surname) removing spaces on the right to be visually aesthetic.
How can I allocate to property FILELINK column of the combination of both fields?
TABLA.COL_CLIENTE .. FILELINK = LEFT ( "QRY.NOMBRE") this works perfectly, but
TABLA.COL_CLIENTE .. FILELINK = LEFT ( "QRY.NOMBRE") + "QRY.APELLIDOS" what goes in the column is: #####.
If it can do, someone could tell me how.

Thank you.

Message forwarded from pcsoft.us.windev
Paulo Oliveira
Re: FILELINK of two items
July 30, 2008 12:39PM
i think that you have to do it in your query.

Just create a new column in the query with the concat and them link it to the table.
Use something like this:

select concat(NOMBRE,APELLIDOS) as nombre_apellidos from your_file

TABLA.COL_CLIENTE .. FILELINK = "QRY.nombre_apellidos"
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: