how can i change the help button function at error in runtime in vb6? - vb6

I want to change the procedure of the help button in runtime error how can I achieve that
Explanation:
I want when I press on the Help Button Open Message box instead of Help.

Related

How to make use of question alert button using sweetalert in laravel?

I use RealRashid\SweetAlert\Facades\Alert, to create a confirmation alert, however i don't know how to set a statement to the alert button.
i'm using this line of code:
Alert::question('Promoted To Admin?', 'Make this user as system admin?')
and this is the output
Is there a way for me to add a statement to the button?, For example if okay button is click proceed with the next process and if cancel button is click on the sweetalert, cancel any process.
As per my suggestion , you should be use that library.
https://sweetalert.js.org/guides/
It is completely modified library. We can do anything in this library.

Find a program by tcode

I have a transaction code FTZZ and I can't find where to edit the code...I go to se38 it doesnt exits,go to se80 I try all of the above to edit or even find where the code was built I can't.
How can I find where this program was written and how can I edit it?
Three ways that I know
SE93 to display the TCode
Run the TCode, go to Menu: System->Status->SAP Data->Repository Data->Program
Run the TCode, click the arrow in the right-bottom corner of SAP GUI, then you will see a dropdown menu button, click it an you will see the full information like TCode, Program, System, Client, User, Response Time and so on.
Hope it helps.

install shield basic msi . How to display an error dialog when the entered configuration file path is valid

I used CheckTargetPath = 0 to validate the entered path in the textbox events. It doesn't let past to the next dialog if the path entered is not valid. But I want to display either an error message in another textbox in the same dialog or in another dialog box. Please advice.
Make a clone of the SetupError Dialog, and make it look nice.
on the behavior section of your button "Next":
add the condition CheckTargetPath=0 to the NewDialog actions
add a SpawnDialog (your New dialog) with a condition CheckTargetPath<>0
That way the user will be trapped on that dialog until you action return 0.
Don't forget to cover the unattended mode.

In TOAD, how to debug this error message (compiled but with compilation errors)? [duplicate]

I'm using TOAD to develop a stored function in an Oracle database. When I click the "run as script" button in TOAD, it tells me that the script was executed with 0 errors and 1 compile errors. Where do I see the specific compile error(s). I'm fairly new to TOAD so I might be missing something obvious about the interface like a tab/window to see such error messages.
You can either add SHOW ERRORS to the end of the script, which will print the error message(s) to the "script output" tab, or compile the function using the "Execute Statement" command in Toad, which will cause the errors to be displayed in a box at the bottom of the editor.
Or you can look in USER_ERRORS table afterwards
Click on Database -> Procedure Editor in top tool bar.
Paste your code in this new editor window and execute by clicking green play button on top.
All the errors will be displayed in a new window at the bottom.
2 things you can do
goto Toad, schema browser, select Invalid Objects will tell you where to look.
then load the package into the editor and select the function, right click, compile, wioll show you the errors
Another option that worked for me was to open my script in the procedure editor and compile it there.

How to get information about compile error in Oracle/TOAD

I'm using TOAD to develop a stored function in an Oracle database. When I click the "run as script" button in TOAD, it tells me that the script was executed with 0 errors and 1 compile errors. Where do I see the specific compile error(s). I'm fairly new to TOAD so I might be missing something obvious about the interface like a tab/window to see such error messages.
You can either add SHOW ERRORS to the end of the script, which will print the error message(s) to the "script output" tab, or compile the function using the "Execute Statement" command in Toad, which will cause the errors to be displayed in a box at the bottom of the editor.
Or you can look in USER_ERRORS table afterwards
Click on Database -> Procedure Editor in top tool bar.
Paste your code in this new editor window and execute by clicking green play button on top.
All the errors will be displayed in a new window at the bottom.
2 things you can do
goto Toad, schema browser, select Invalid Objects will tell you where to look.
then load the package into the editor and select the function, right click, compile, wioll show you the errors
Another option that worked for me was to open my script in the procedure editor and compile it there.

Resources