Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Strange problem with LocalConfigPath
Thu, Feb 25 2010 11:21 AMPermanent Link

Tiago
Hello!

I have a function like this:
function TFRM_ligar_db.myConnect(tipo: TEDBSessionType; path_IP_host: string): boolean;

Depending on the TEDBSessionType tha funtion configures a local or remote session
basicly... But the problem is not about how the function works! The function is working as
it is supoused to. On my form I have a TextEdit that alow the user to type/browse for a
data location/ip/host. On the textEdit i have a default value 'c:\horariosdb'. If i try to
connect using that default value i get "ElevateDB Error #600 File manager error (Cannot
create file...."; but if I retype that same string in the TextEdit box a connect,
everything works ok.... Anyone have that issue?

Thanks for your help!

Tiago Gonçalves
Portugal
Thu, Feb 25 2010 8:02 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Tiago,

<< Depending on the TEDBSessionType tha funtion configures a local or remote
session basicly... But the problem is not about how the function works! The
function is working as it is supoused to. On my form I have a TextEdit that
alow the user to type/browse for a data location/ip/host. On the textEdit i
have a default value 'c:\horariosdb'. If i try to
connect using that default value i get "ElevateDB Error #600 File manager
error (Cannot create file...."; but if I retype that same string in the
TextEdit box a connect, everything works ok.... Anyone have that issue? >>

You'll have to post the code that you're using.  Something is not being set
correctly with the default value in your code.

BTW, when you post error messages, please post the entire error message
since the file paths and names are the most important part of the error
message.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image