I want to use a menu program to drive other applications from within VB and once the other application is activated have the menu program minimize and wait for teh sheel app to terminate and return control to the menu app which should then restore.
Is there a way to do this? I can't find one...
Sorry if this is a repeat question but I can't find it.
Is it possible to place an icon image in a list box immediately before the text, similar to explorer type of thing, but which allows me to specify the icon I want associated.
Morning wizzard, at least it is here. You have got the syntax of the create slightly wrong here I think. You need to do a
CREATE VIEW viewname (col1, col2, col3, ....)
AS SELECT ........
For example my statement here
CREATE VIEW GDS (NUMBER, SEG) AS SELECT CSH.TICKET_NO...
If you check the help for the create view syntax it says you cannot use order by in a create view statement. Once the view is created then select - order by to get the desired result.
From the way you describe it I don't think there is. It could be done by re-writing the application but if I understand what you are saying this does not sound feasible.
Unfortunately without looking at the application I suspect this is one which can not be answered. Sorry.
I am trying to use a dll supplied with SQLBase/Centura in a VB6 application to access database information on a server. Does anyone have any experience of this?
Currently I get told that the application cannot find the dll
C:\CENTURA\SQLAPIW.DLL
Thanks
Has anyone succesfully managed to get SQL/API functions to work in VB6? I am getting a problem with
run time error 48
file not found c:\centrua\sqlapiw.dll
Thanks
Please can anyone help me. I am trying to connect to SQLBase 8.0 server from a Win 2000 box using ODBC from SQLServer 2000. I am able to connect using odbc to Access but when I try to connect from SQLServer I get
Package Error
HResult of 0x80004005 (-2147467259) returned
Unexpected error...
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.