Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View not accepting values.
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
View not accepting values.
Miscellaneous
Thread ID:
00623467
Message ID:
00623467
Views:
39
I have a view in my form dataenviromnent by the name of lv_prcrec. I am not displaying the fields loc_long, div_long and unit_long on the form, but I would like to set its value as listed below. When I set the values, get a message saying "object LV_PRCREC is not found". Is there an alternative way to set my values to fields in a cursor, before issuing sendupdate.


lv_prcrec.loc_long = .lc
lv_prcrec.div_long = .ld
lv_prcrec.unit_long = .lu
.recalc_benefit
.refresh()
r1 = cursorsetprop('sendupdates',.t.,'lv_prcrec')


Thank
Nick Patel
Next
Reply
Map
View

Click here to load this message in the networking platform