Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
V6s5 - How to make Parameterized Views return all record
Message
From
18/03/2004 09:32:53
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
18/03/2004 02:56:50
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00886996
Message ID:
00887483
Views:
16
>Good morning
>
>I dont know how I can make new Thread. and sorry for my english languge
>
>About my qustion.
>
>I have table(Trans1), and I have field(FLAG)
>
>1.I put many textbox in myform and I get all data form my table in a grid
>
>2. e.i in thisform.text1.value=""SN"
>
>I see all data begin with "SN" in my grid.
>
>3. in the grid at(AFTERROWCOLCAHNGE) I WRITE
> e.i thisform.text2.value=trans1.nam
> thisform.text2.value=trans1.price .....etc
>
>
>WHAT I NEED EXCACTLY
> IN A GRID AT (CLICK) OR ON (CLICK)
>
>WHEN I PRESS CLICK TO ANY RECORD I CHOCES
>
>I WANT TO REPLACE NUMBER 1 TO FIELD(FLAG).

Click 4th icon at top to create a new thread.

When you click on a cell, it's the currentcontrol's (typically text1) click in that column not the grid's.
Write your code there or replace the default textbox control with your subclassed control that does it.
For a sample how to do download 'Two grid classes' and check code.
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