Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding integers in a grid
Message
From
10/07/2003 02:26:31
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00808717
Message ID:
00808751
Views:
13
>I would like to add all the integers in a grid. I'm sure this is quite easy but currently I have no ideas. Help is greatly appreciated.
>
>Thanking you in advance,
>Kenneth

If you mean columnwise check Thread #574823
If you mean rowwise then add a calculated column. ie: Add a new column and set its controlsource to :
.Controlsource = "(myTable.myFieldA + myTable.myFieldB)"
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
Previous
Reply
Map
View

Click here to load this message in the networking platform