Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Populating Grid
Message
De
15/02/2015 09:26:54
 
 
À
14/02/2015 18:22:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01615330
Message ID:
01615338
Vues:
76
>I have a parameterized view of points of contact information. Based off the vendor id, it shows the respective pocs for that particular vendor.
>
>v_pocs view structure
>fk_vendor_id, poc_fname, poc_lname
>
>My grid layout is as follows:
>Name, Phone no, extension, email address, department
>
>How can i show the combined first and last name in the grid name column?
>
>Also, when i move to a new vendor, this infomration needs to change.

Set the ControlSource to an expression like ALLTRIM(poc_fname) + " " + ALLTRIM(poc_lname)

Tamar
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform