Subject RE: use of ? in Command Window
From Akshat Kapoor <akshat.kapoor@kapoorsons.in>
Date Tue, 21 Feb 2017 11:18:58 -0500
Newsgroups dbase.getting-started

Mustansir Ghor Wrote:

> Hello Everyone
>
> Can we test and check the parameter value of an object inside an open MDI form in command window with ?
>
>
> Mustansir

Simply use the ? command with required values (?"parameter x is "+x ........ /?form.entryfield1.value)
from within the function where you want to check the value.

If you do not issue a clear command the results will be there to view even after you close the form. Alternatively you can minimise the form and see the result window

A very helpful tool in debugging.

Regards
Akshat