[windev] value of a column in a row

RHCP -  
 robins -
Hello everyone
So I have a problem, I would like to retrieve the content of my first column from a row that I select
in a file table that is populated by a query
I can only retrieve the entire row, but I would like to get the first column
Here is my code to help you understand better

gsRaisonSociale = TABLE_resultat_recherche [TableSelect(TABLE_resultat_recherche.COL_Nom_prospect)]

Thank you in advance for your help
Configuration: Windows XP Internet Explorer 6.0

5 answers

  1. BugMaker Posted messages 34 Status Member 7
     
    Hello,
    var = TableName.ColumnName[Index]
    See you
    phil
    --
    If there is no solution, it's because there is no problem!
    3