Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with check box
Message
From
06/12/2004 06:41:05
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00967091
Message ID:
00967096
Views:
17
This message has been marked as the solution to the initial question of the thread.
>Hello everyone,
>
>I have a checkbox on a page in a pageframe. In the interactive change, I have the following code.
>
>
>THIS.PARENT.REFRESH()
>
>
>However, when I check/uncheck the check box, it appears to stay checked all the time. If I remove the above line of code, all works as expected. The checkbox is bound to a logical field in a remote view.
>
>Any ideas?
>
>Regards and thanks,
>
>Angie.

Angie,
This might help:
with this
  .Value = .Value
  .Parent.refresh()
endwith
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform