/ Forums / Advansys Formativ / Creating Solutions with Formativ / Not A Programmer Question – Interpret HTMLDialog / Reply To: Not A Programmer Question – Interpret HTMLDialog
November 7, 2002 at 3:57 pm
#6536
Found part of my error…the line aDlg.HTMLCode = Utilities.LoadStringFromFile(Utilities.GetDataDirectory & “c:/website/formativdlg.html”)works when I remove the Utilities.GetDataDirectory and reference my file only…aDlg.HTMLCode = Utilities.LoadStringFromFile(“c:/website/formativdlg.html”)
That works well…again my lack of programming knowledge…I assume if the file was in the “C:Program FilesAdvansysFormativData” directory it would work…things are looking up!