Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to create pageframe
Message
De
22/09/1998 08:55:19
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
22/09/1998 08:41:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00139400
Message ID:
00139439
Vues:
28
>thanks for coding. cetin
>
>it works, but how to get rid of the deleted record that haven't pack yet and how to bold the caption ?

Really I thought this beforehand but couldn't think of a situation I would I want to keep headers in a table and delete some. Anyway here is modification (at least 3 ways as always - this is just one of them) :
tnPage = 1 && ie:Parameter
lcAlias = alias()
select description from category ;
 where !deleted() ;
 into cursor tmpCursor
with thisform.pageframe1
 .pagecount = reccount()
 scan
   .pages(recno()).caption = tmpCursor.description
 endscan
 .pages(tnPage).fontbold = .t.
endwith
use in "tmpCursor"
if !empty(lcAlias)
 select (lcAlias)
endif
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform