Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. readingcoops

    Running other applications from vb

    Thanks, will chase that down now. Cheers and regards people. [thumbsup2]
  2. readingcoops

    Running other applications from vb

    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...
  3. readingcoops

    Images in list boxes

    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.
  4. readingcoops

    Create a view from a SELECT Statement

    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...
  5. readingcoops

    Create a view from a SELECT Statement

    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.
  6. readingcoops

    Command line options

    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.
  7. readingcoops

    SQL Windows/SQLBase API

    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
  8. readingcoops

    connecting do a dll

    any more infor here. What is it that you are trying to do? Access an external function that is in a dll?
  9. readingcoops

    SQL/API and VB

    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
  10. readingcoops

    SQLServer 2000 and SQLBase 8.0

    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...

Part and Inventory Search

Back
Top