Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Num to str
Message
De
24/09/2007 06:53:52
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
24/09/2007 02:01:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01256184
Message ID:
01256203
Vues:
12
>Dear Experts
>
>Table1 has following THREE fields as
>
>nmonth n(2)
>nyear n(4)
>cmonth c(8)
>
>and data is as
>
>nmonth---nyear----cmonth
>--8------2006-----
>--11-----2007-----
>--5------2006-----
>
>I want to fill column3 as
>Aug-2006
>Nov-2007
>May-2006
>
>
>Please help
replace all cMonth with left(cMonth(date(nYear, nMonth, 1)),3) + '-' + padl(nYear,4)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform