Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object is not contained in a FORMSET
Message
 
 
To
06/06/2002 16:28:54
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00665679
Message ID:
00665747
Views:
25
I guess, VFP gets confused in this case because '.' dot can be used between object and it's property and table and it's field. Try to assign the property value to the memory variable and use that variable in the SEEK.
case !empty(Thisform.txtpg_no.value)
 WITH ThisForm.txtPG_NO
    m.SeekValue = .value
    do case
          
    case !seek(m.SeekValue,"pgappl","ONLYPGNO")
    endcase
>I am running this line of code
>
>case !empty(Thisform.txtpg_no.value)
> WITH ThisForm.txtPG_NO
>    do case
>      case !seek(.value,"pgappl","ONLYPGNO")
>    endcase
>and i am getting this error: "Object is not contained in a FORMSET"
>I have no clue what this is referring to since I am not referencing a formset at all.
>Does anyone have any help on this????
>Thanks.
>Shevy
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform