Re: Developer 2000

From: Joe Strano <jstrano_at_dulcian.com>
Date: 1998/03/26
Message-ID: <6fcofo$404_at_bgtnsc03.worldnet.att.net>#1/1


There are two ways to accomplish this:

    [Quoted]
  1. Turn your query into a view and base your block in this view
  2. Base your block on the query itself. Syntax is: (SELECT --- FROM --- WHERE ---)
Any items in the select statement can be used as base table items. Insert and Update allowed must be set to FALSE. The parenthesis are required.

The first solution is quicker and cleaner.

Joe Strano
Dulcian, Inc.


[Quoted] Kishore Korimilli wrote:

> Hi
> I would like to know how I can create a form based on a Query. I have a
> set of records which are the results of a Query and I want to populate
> the Form with these Records.
>
> I have a pushbutton and When the user clicks on it I want to open up
> this Form populated with the results of the Query
>
> Thanx
> Kish

--
Joe Strano
Dulcian, Inc.
Received on Thu Mar 26 1998 - 00:00:00 CET

Original text of this message