Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Box Problem
Message
From
22/10/1999 15:28:37
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00280197
Message ID:
00280223
Views:
12
>Hi Jimmy,
>
>Change the following line
>> .RowSource = .aList
>-to-
>.RowSource = "this.aList"
>
>The rowsource has to be a string that contains the row source name. What happened was the init was setting the rowsource to the first element of this.alist and not "this.alist".
>
>hth
>
>BTW you don't need to start a new thread. I saw the other post and was waiting to see if Dan's reply solved your problem.


Thanks Roi, that helped.

I'm down to 2 problems.
now i'm dealing with a variable not found issue. I'm Putting:

lnCol2Value = ThisForm.c21.aList(This.ListItemID, 2)
lnCol3Value = ThisForm.c21.aList(This.ListItemID, 3)

in my interactivechange event, and using the function:

Thisform.txt3.Value = val(thisform.c11.Displayvalue)* this.lnCol2Value * this.lnCol3Value * val(thisform.c31.Displayvalue)

which tells me that lnCol2value is not found.


The second problem is that i need to use values that the user inputs in a text box in some of my calculations and am not sure how to approach it.

thanks again!
JD
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform