jimc1041 Posted August 23, 2007 Report Share Posted August 23, 2007 I am attempting to insert a table update value in the cell selected by a mouse-up event using the Table method "Set Cell Value". It does not seem to be working as I expected. See the attached test VI for the test code for this operation. Can someone tell me what I am doing wrong. Thanks for any help you can provide. Quote Link to comment
MikaelH Posted August 23, 2007 Report Share Posted August 23, 2007 The cell is blocked for user input, so it won't update. But you can get it to work by changing the Mouse Up event to "Mouse Down?", and set the "Discard?" option to true or false depending on your application. But to be sure that your Cell update is executed before the "User input block", you should update the cell in the "Mouse Down?" event case. //Mikael Quote Link to comment
jimc1041 Posted August 23, 2007 Author Report Share Posted August 23, 2007 Thanks Mikael. That is exactly what I was looking for. I knew I was overlooking something basic. Sometimes you just get a mental blank on these things :headbang: . Again thanks very much Jim C. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.