Re: form file upgrade auto-compile help

From: Eric Givler <egivler_at_flash.net>
Date: Fri, 26 Jan 2001 01:25:49 GMT
Message-ID: <xm4c6.19553$J%.1487500_at_news.flash.net>


Did you try to issue a call to a second batch file after the do, and pass the filename into that? I know I've done exactly what you're trying here, but don't remember the exact syntax, or if I made it 2 batch files instead of one. I'll look tomorrow when I get back to work.

<steve128_at_my-deja.com> wrote in message news:94pknd$kt3$1_at_nnrp1.deja.com...
> Hi,
>
> I would need some help about auto-compile form files (upgrade from 1.3
> to 6i). I cannot make it work automatically, instead it is prompted
> to menu to entry module name which should be %%F. Here are codes:
>
> for %%F in (*.fmb)do (
> call d:\dev6i\bin\ifcmp60
> module=%%F
> userid=abc/abc_at_dbname
> module_type=form
> batch=yes
> )
>
> Any help is appreciated.
>
> Steve
>
>
>
> Sent via Deja.com
> http://www.deja.com/
Received on Fri Jan 26 2001 - 02:25:49 CET

Original text of this message