mloucel
Member
- Local time
- Today, 05:58
- Joined
- Aug 5, 2020
- Messages
- 356
Hello Gurus.
I am doing a simple test with OpenArgs [Learning]
I am creating a very simple Customized MessageBox, something so simple without any extreme or complicated code.
since it will be a message box, must be MODAL by default so that the user is forced to click YES or NO.
So I found out I need to use "OpenArgs" in order to transfer 2 simple messages to my box
1) The title of the warning [So I can change it, any time, or leave the default]
2) The message of the warning. [I can write whatever I want to the End User]
My Problem:
when I do the OpenArgs split, I have no idea why only the message of the warning is displayed, and the title displays the Variant Name instead of the Value.
I have a few MsgBox to see what is being transferred and I cannot figure out where is the error, I've been trying already for 5 hours and I thing my brain is burned now and I can't see beyond my own nose.
I know all of you will be able to see the error in 10 seconds, so please kindly let me know where is my error.
I have attached my test DB as it is now.
Thanks in advance.
I am doing a simple test with OpenArgs [Learning]
I am creating a very simple Customized MessageBox, something so simple without any extreme or complicated code.
since it will be a message box, must be MODAL by default so that the user is forced to click YES or NO.
So I found out I need to use "OpenArgs" in order to transfer 2 simple messages to my box
1) The title of the warning [So I can change it, any time, or leave the default]
2) The message of the warning. [I can write whatever I want to the End User]
My Problem:
when I do the OpenArgs split, I have no idea why only the message of the warning is displayed, and the title displays the Variant Name instead of the Value.
I have a few MsgBox to see what is being transferred and I cannot figure out where is the error, I've been trying already for 5 hours and I thing my brain is burned now and I can't see beyond my own nose.
I know all of you will be able to see the error in 10 seconds, so please kindly let me know where is my error.
I have attached my test DB as it is now.
Thanks in advance.