Date:  11/07/2001 08:08:20 PM Msg ID:  000100
From:  FoxWeb Support Thread:  000085
Subject:  Re: display
You will need to stop thinking in terms of existing VFP commands that write to the screen.  FoxWeb applications must communicate with Web browsers, so they need to send output in HTML, which is the language that browsers understand.  As a result, you can not use commands such as @X,Y, ?, VFP forms, reports, etc..  If you study the sample applications that come with FoxWeb, you will get an idea of what I'm talking about.  You will need to gain at least some basic knowledge of HTML in order to write FoxWeb applications.

FoxWeb Support Team
support@foxweb.com

Sent by Hokgiarto Saliem on 11/04/2001 05:10:51 AM:
How to display @ y,x only active field and no recno and recname?
I want to display (exc. in customer.dbf) customer name using
registrations input and I will write it at y,x.
Thank You.