Subject Re: designer startup
From Akshat Kapoor <akshat.kapoor@kapoorsons.in>
Date Thu, 27 Apr 2017 11:20:23 +0530
Newsgroups dbase.getting-started

On 27/04/2017 04:56, Charlie wrote:
> Is there a way to start designer from command rather than in navigator?
>
modify form abc
modify report ...

all should start the designer from the command window.
If the file you are trying to open is not in the current directory use
the SET DIRECTORY TO  command to change the directory
or specify the full/relative path like

modify form ..\abc
modify form c:\abc\xyz\def

I hope this solves your problem.

Regards
Akshat