Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wierd behavior with addlistitem
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00392691
Message ID:
00392713
Views:
9
>>mytable.fcDatabase in this case has a path like:
>>"\\computer\sharename\datapath"
>>
>>Problem is, the addlistitem() is stripping off the first "\". What ends up
>>being stored is "\computer\sharename\datapath"
>>
>>I tried assigning field value to a variable first, and then addlistitem
>>(variable, count), but that did the same thing. Is this something wierd with
>>addlistitem, or am I just smokin?
>
>Something weird. :-) Backslash in a list means the item is disabled, so that's why you're losing it here. Try trimming the '\\' off when you add it, and then when you select it, put it back on.

Hmmm. Actually what I ended up as a workaround was to check for the '\\' first and then stuck an extra '\' at the beginning and that works as well. I'm not sure I follow your meaning when you say the backslash makes the item "disabled". I don't see any different behavior in the display of an item with a single '\' in the list. Can you elaborate?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform