LaunchFormOptions - Pass data one form to another

Are you using the existing menu item to call the form, or did you create a new one?

If you are using the existing, you need to ensure the base code isnt called. I would assume you used a BeforeTookClick event, if so, set the args.Handled = true to stop the base code.