Jump to content

Problem with Table method Set Cell Value


Recommended Posts

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.

zip.png

Link to comment

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

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.