Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!
hm, I never worked with this, nor am I am windows expert (Mac guy! ) but I think
this needs to be mounted as a volume, before Livecode can acces that folder.
the wrong + concatenator has already been discussed in another thread.
I think this is just a copy/paste thing...
...
set the defaultFolder to ("//10.2.260.2/messages/" & the text of field "firstField" & "/" & the text of field "secondField")
...
Problem is, that you cannot set the folder to an URL.
Hi Subas,
Can you see that drive in Windows Explorer?
From there if you right click can you "Map network drive"?
You probably have already tried this and I'm just making a lot of noise.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Hi Subas,
I don't know if LC can map a drive, I've never tried before.
But if you tell me it's working e.g.
set the defaultFolder to "M:/messages/" & the text of field "firstField" & "/" & the text of field "secondField"
"M:" being the letter you mapped it to.
Then I'd take a look into it.
No promises, but it would be a fun exercise.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!