I'm trying to query a table to produce results that are the "combined" results of rows with "some" matching columns that are not numeric.
Example:
MyTable
Key CustNo GA MA FS
--- ------ --- --- ---
1 123456 Yes No No
2 123456 No Yes Yes
3 123456 No Yes No
4...
I'm trying to use WaitForKeys as follows:
Proceed = Screen1.WaitForKeys(9000, "<Tab>")
If Proceed Then
MessageBox.Show("Done.")
Else
MessageBox.Show("No key pressed in 9 seconds.")
End If
I have "proceed" declared as boolean.
However, on executing the code, I get an error stating...
Is there a way to access the status bar of EXTRA! X-treme version 8.0+ ? I want to be able to post messages from my VB.Net application to the status bar, not the host status bar.
Thanks.
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.