Re: Error on empty database field

  •  03-22-2006, 5:16 PM

    Re: Error on empty database field

    Adam,
     
    thanks for trying to help.
    But this does not resolve the include problem
     
    I have created the virtual directory "cute_editor" pointing to the cuteeditor_files directory.
     
    In the beginning of the file I have the include for include_CuteEditor.asp
     
    <!-- #include file = "include_CuteEditor.asp" -->
     
    This command works as long as the file to be included is in the same directory as the file with ths line of code.
    When I change the line to
     
    <!-- #include file = "/include_CuteEditor.asp" -->
     
    or <!-- #include file = "../include_CuteEditor.asp" --> or <!-- #include file = "../cute_editor/include_CuteEditor.asp" -->
     
    the file is not found ...
     
    My editor.FilesPath = "/cute_editor"
     
    The cuteEditor is displayed, however the contents of the database field is not -- and the field name is correct. And I can not write anything into the field. The cursor is not accepted.
     
     
     

    Volker Gottwald
View Complete Thread