displaying data to screen

Nancy Tietz ntietz@MCARE.MED.UMICH.EDU
Fri, 23 Aug 2002 13:13:15 -0400


Perhaps it would be helpful to look at the manual for DEBUG.

First compile the screen in DEBUG mode then run it in DEBUG mode.
:QDESIGN DEBUG
> USE mysource
> EXIT
:QUICK AUTO=myprog.OBJ ; INFO="DEBUG=SOURCE"

The commands I use are:
 STEP 1        (or some other number of steps to skip to)
 DISPLAY  fieldnames
 DISPLAY PRE    (shows preset fields - very helpful)
 
It will show you the screen as it progresses as well as where you're at in
your code, and the result of what you enter.  

You could also emulate in QUIZ what you are trying to do in Quick and see if
it works.   Or you can create a simple screen that just shows the data first
before adding in the bells and whistles.

Hope that helps.
Nancy
-----Original Message-----
From: scott wagler [mailto:stonecold99@hotmail.com]
Sent: Friday, August 23, 2002 12:54 PM
To: powerh-l@lists.swau.edu
Subject: displaying data to screen


hi,

i'm a newbie to powerhouse and have a very simple question.  i am trying to 
display the results of a query to the screen to make sure that the query 
returns what i want.

what command would i use to do this, thanks.

scott.



_________________________________________________________________
Join the world's largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Mailing list: powerh-l@lists.swau.edu
Subscribe: "subscribe" in message body to powerh-l-request@lists.swau.edu
Unsubscribe: "unsubscribe" in message body to
powerh-l-request@lists.swau.edu
http://lists.swau.edu/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.