Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo in grid doesn't show value
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01519540
Message ID:
01519837
Views:
16
>How about:
>
>...
>make_view_updatable('rsTSBlocks',5)	    
>insert into rsTSBlocks ;
>select * from rsTSBlocksTemp     
>CURSORSETPROP("SendUpdates", .f., "rsTSBlocks")
>TABLEUPDATE(1, .t., "rsTSBlocks")
>CURSORSETPROP("SendUpdates", .t., "rsTSBlocks")
>
>
>>I think I need to try resetting record source to '' and then setting it again instead.

Great idea!

Too bad, I already re-coded it the way I proposed and testing it now.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform