[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference ilbbak::ibi_focus

Title:FOCUS, from INFORMATION BUILDERS
Moderator:ZAYIUS::BROUILLETTE
Created:Thu Feb 19 1987
Last Modified:Mon May 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:615
Total number of notes:1779

182.0. "Logicals w/ FOCUS 5.2.1 and Rdb" by NCPROG::KERNS (Fast - maybe, Good - maybe, Cheap - never!) Sat Feb 18 1989 16:28

There seems to be a problem with FOCUS 5.2.1 and the Rdb read/write interface.

The problem is that FOCUS does not translate logicals. So when you do your
FILEDEF you have to give it dev:[dir]filename.ext in stead of a logical.

IBI has been notified, and they don't know when they will fix it. Either in
5.7 or 5.2.2.

Steve
T.RTitleUserPersonal
Name
DateLines
182.1The dreaded ":"NRPUR::CHABOTJerry ChabotFri Mar 17 1989 10:2313
    
    We've just installed FOCUS 5.2.1. We have no problem with FOCUS
    translating logicals. DON'T FORGET THE COLON AFTER THE LOGICAL.
    
    $DEFINE/JOB LOGNAM DISK:[DIR]MYDB.RDB
    $FOCUS
    >>FILEDEF MYDB DISK LOGNAM:
                              ^
                              ^
    
    If you forget the colon no translation will occur.
    
    
182.2DEFINE vs ASSIGNCUPMK::ALEXANDERWed Jan 31 1990 11:259
    Just another note about using logicals:
    
    Make sure to use the DEFINE LOG DISK:[DIR]FILENAME.EXT format and NOT
    the ASSIGN DISK:[DIR]FILENAME.EXT LOG.
    
    FOCUS does not seem to recognize the ASSIGN statement but has not 
    problem with the DEFINE.
    
    Kate