Stuart McLachlan
stuart at lexacorp.com.pg
Wed Mar 24 03:19:18 CST 2004
On 24 Mar 2004 at 0:50, S D wrote: > Hi group, > > how can I figure out from wich path the FE was started? > I know how to find the BE path, but how can find the FE? > Second time I've posted this one in 24 hours. Static Function ApplDir() As String Dim strApplDir As String Dim strTemp As String If strApplDir = "" Then strTemp = DBEngine(0)(0).Name strApplDir = Left$(strTemp, InStrRev(strTemp, "\")) End If ApplDir = strApplDir End Function -- Lexacorp Ltd http://www.lexacorp.com.pg Information Technology Consultancy, Software Development,System Support.