Kayza, I suspect that if you put the following line at the top of your startup file, the problem will disappear. (that is four single quotes in a row) SET QUOTES = ''''
--- Kayza Kleinman <[EMAIL PROTECTED]> wrote: > > > A. Razzak Memon wrote: > > > > > At 04:51 PM 10/17/2004 -0400, Kayza Kleinman wrote: > > > >> I have an app file that I've codelocked to apx. > >> It's been working fine, until I added one module. > >> When I try to run it from the apx directly, I get > >> a series of "unrecognized command" errors. When > >> I run the same apx using a trace command, it works > >> fine. > > > > > > Kayza, > > > > Remember, TRACE always runs as WHILEOPT OFF. > > (the DEFAULT is ON) > > > > 01. Check to make sure that the variables are > > pre-defined correctly with correct data types. > > (especially in your new block/module of code) > > > The first line in the block is > > pause 1 using 'start' > > The next few lines are setting variables using the form > > set var vService text > > All of these lines give me an error message. I actually put the pause > line in to test whether the program even even gets to the block of code. > Apparently it just doesn't work. > > > 02. Verify all database CHARacter SETtings in > > your command to match with the database. > > > There is nothing that changes the CHAR SETtings, as far as I can see. > Certainly no code or commands. > > > Good luck! > > > > Very Best R:egards, > > > > Razzak. > > > > > > -- > > Kayza Kleinman > > Director, Nonprofit Helpdesk > > Jewish Community Council of Greater Coney Island, Inc. > > 3001 West 37th Street > > Brooklyn, NY 11224 > > Tel. 718 449-5000 > > Fax 718 946-8240 > > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > www.nphd.org <http://www.nonprofithelpdesk.org/> > > �Putting Technology to Work For You� > > ===== Albert Berry Management Consultant RR2 - 1252 Ponderosa Drive Sparwood BC, V0B 2G2 Canada (250) 425-5806 (250) 425-7259 (708) 575-3952 (fax) [EMAIL PROTECTED]
