Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Assigneing the variable for username in report.
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00689607
Message ID:
00689652
Vues:
14
SELECT * FROM user ;
  WHERE UPPER(username) = PADR(UPPER(guser), LEN(username)) ;
  INTO CURSOR crsRep
>i have a report i am using this query in the report to show the report on the basis of username.
>
>we have a variable guser in our application where the username will get into the guser variable.
>
>if i logged in my name will be in guser = "Raj"
>
>
>How can i use this variable in the query.
>
>
>this is the query i am using:
>
>USER-> USERNAME is equal to guser
>
>Thank you very much.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform