Re: Generating multiple fmb's

From: (wrong string) ård <remgaard_at_online.no>
Date: Wed, 24 Nov 1999 20:42:13 +0100
Message-ID: <qcX_3.628$ra7.4931_at_news1.online.no>


The following batch-file should do it:

_at_echo off
_at_echo COMPALL.BAT

_at_echo Removing old FMX files
del *.err
del *.fmx

_at_echo Creating the new FMX files
rem Change f45gen32 to f45gen if in 16 bit environment. FOR %%F in (*.fmb) DO start /w f50gen32 userid=user/pwd_at_database batch=y module=%%F

_at_echo Done!!!

Robert sharpe <robert.sharpeNOroSPAM_at_abbeynational.co.uk.invalid> wrote in message news:0b90d704.fb7325cd_at_usw-ex0106-048.remarq.com...
> Hi there,
> Does anyone out there know of a way to generate Forms 4.5 fmb's,
> apart from manually generating each one - as I have a whole hoard of
> forms to generate and don't fancy compiling each one.
>
> Ta very much
> Bob....
>
>
> * Sent from RemarQ http://www.remarq.com The Internet's Discussion Network
*
> The fastest and easiest way to search and participate in Usenet - Free!
>
Received on Wed Nov 24 1999 - 20:42:13 CET

Original text of this message