RE: Grid Query
From: Bankim Desai (BankimDesai_at_discussions.microsoft.com)
Date: 12/09/04
- Next message: Altman: "Re: menus"
- Previous message: Altman: "Re: VFP 9 and file size limits"
- In reply to: Bankim Desai: "Grid Query"
- Next in thread: Lee Mitchell: "RE: Grid Query"
- Reply: Lee Mitchell: "RE: Grid Query"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 9 Dec 2004 06:25:06 -0800
Hi Stefen
I have created the query with CREATE SQL VIEW. I have got following problems.
I can not understand what is parameterized View.
How to use the created query. & where it saves.
Secondly how to pass the parameters in the query.
One major problem noted by me is. I have many records with some identical
field values in the file. When i change the field value of some fields which
are not key field then also i get the error message as 'uniquness error' and
all the filed value with same key record changes which is not i wanted to do.
How can i get the resulted output of create sql view in the grid data.
"Bankim Desai" wrote:
> I want to design a grid based on the specific condition. memory variable has
> to be used for conditional critieria. No Set filter command has to be used as
> it is very slow. I can seek the record. But records meeting the criteria
> should come in the grid data. Secondly I sould like to edit the data if
> required on clicking on the grid record.
> What is the correct procedures.
>
> 1.IF grid source is cursor I can not edit the main file record as only some
> fields are only displayed.
> 2.I grid source is temporary table creating the same & using the same as
> grid source does not allow me to edit the main file data.
>
> Is there any way where by I can use the mainfile record as the record source
> for the grid & can check the memory variable criteria . & EDITING OF DATA
> ALSO BECOMES POSSIBLE.
- Next message: Altman: "Re: menus"
- Previous message: Altman: "Re: VFP 9 and file size limits"
- In reply to: Bankim Desai: "Grid Query"
- Next in thread: Lee Mitchell: "RE: Grid Query"
- Reply: Lee Mitchell: "RE: Grid Query"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|