answer file

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!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
phaworth
Posts: 592
Joined: Thu Jun 11, 2009 9:51 pm

answer file

Post by phaworth » Mon Aug 03, 2009 9:37 pm

I'm using answer file to get the full file path of a user selected file and store it in my SQLite database and also display it in afield on a card.

The correct file path ends up in the database but only a part of it is displayed in the field - it appears that everything up to the first space character in the file path is displayed. The Contents tab of the Property Inspector for the field shows the full file path is stored in it.

Any ideas what could be causing this?

Thanks,
Pete

massung
Posts: 93
Joined: Thu Mar 19, 2009 5:34 pm

Post by massung » Mon Aug 03, 2009 9:49 pm

Wild guess... is the path wrapping to the next line in the field?

Jeff M.

phaworth
Posts: 592
Joined: Thu Jun 11, 2009 9:51 pm

Post by phaworth » Mon Aug 03, 2009 11:03 pm

Yep, that was it, thanks.

Post Reply