I want to display data in a text box by retrieving data from the database
Private Sub boxmesage_Click
mdlkoneksi.koneksi
mdlkoneksi.rs = mdlkoneksi.mh.Query("SELECT * FROM jadwalkerja WHERE idkaryawan = '" & Main.idne & "' ")
For i = 0 To mdlkoneksi.rs.RowCount - 1...
Based on @Erel's code here....
xui.MsgboxAsync & xui.Msgbox2Async don't have a "cancel" method, so trying to use it generates an error: java.lang.RuntimeException: Method: cancel not found in: javafx.scene.control.Alert
Instead, the 'close' or 'hide' methods can be used:
Sub Globals
Dim...
Hi,
I am still struggling to the Msgbix2Async working, I am always get an error on the 'response' line. The error is below as is my full code is below (test app):
Local builder Error:
B4i Version: 8.10
Parsing code. (0.01s)
Building folders structure. (0.11s)
Running custom action...
Hola, estoy conociendo este lenguaje que en principio me parece bastante sencillo pero me he encontrado con el problema de que cuando uso 'Msgbox2Async' siempre me da error.
Hasta el punto de que el código que muestro a continuación está copiado de uno de los manuales pero sigue dando error. Al...
Hi Guys
I have a problem with xui.Msgbox2Async() it remains on the page until you click on one of its options (i.e. positive, negative or cancel). I need to remove the message programmatically or certainly remove it when it moves on to the next page.
Dim sf As Object =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.