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 TouchToneTommy 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: *

  • Users: nirs
  • Content: Threads
  • Order by date
  1. nirs

    TEXT FILE READING

    hi what is the fastest way of looking for a value in a text file, other then read each line? thank's
  2. nirs

    SQL Connection From Excel

    hi can i open connection from excel to a sql server without using ODBC ? i mean using IP address
  3. nirs

    resolution

    hi how can i fix my forms size according to the screen resolution during run-time thanks
  4. nirs

    linking error

    hi i'm having a problem with compiling a visual C++ 6 MFC program during linking phase i get this warning LINK : warning LNK4089: all references to "ODBC32.dll" discarded by /OPT:REF i also have a problem to run the software on win 95 probably due to that linking warning on win 98 and higher...
  5. nirs

    cancel F1 hot-key

    hi does anyone know how can i cancel "HELP" activation while pressing F1 thank you
  6. nirs

    shell function?

    hi my project is built from two vb6 applications and one C++ dll the dll is actually a utility that reading and writing an ini file. one vb app. writes uses the dll to write data to the ini file and then it needs to open the second vb app. the second vb app. uses the same dll to read and write...
  7. nirs

    Refill table in dataset

    hi i try to clear a table and re-fill it e.g. tempDetailesDataSet.T_ItemsList.Clear(); adpItems.Fill(tempDetailesDataSet.T_ItemsList); it works on the first time but on the second time not what i'm doing wrong???
  8. nirs

    time and/or date difference between the client and server

    hi we are using win server 2003 one of the clients (win XP) gets the following message from time to time "there is a time and/or date difference between the client and server" and then he loses all his netwrok abilities do you have any idea thank you
  9. nirs

    Linking problem

    hi i am trying to write a dll every thing is working great but i can't solve this linking warning. here is the main function and the entry point to the dll BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved )...
  10. nirs

    search files in directories

    hello how can i scan directories and how can i notice the different between a file and a sub directory thank you
  11. nirs

    fill combo box

    is there a way to fill a combo box from a recordset in other way other then additem method filling must be in run time and not in design time thanks
  12. nirs

    warnings

    how can i stop from warnings message to appear while i'm executing a stored proc. the probleam is that the message returns to the calling application and it stopes thanks
  13. nirs

    values pattern

    hello is ther any command or set of commands that i can use to change a numeric value pattern (e.g. 3.5 into 3.50 or 3 into 3.00) like "FORMAT" in VB thank you
  14. nirs

    Page Setup

    i'm using Access 2k my probleam is that i dont success to fix my report's page setup. i can't determine when the page setup changes but from time it is (e.g. the page setup changes from portrait to landscape) i'm using the pgae setup from the toolbar to set the values maybe it is not the right...
  15. nirs

    a probleam with ole server

    i have a probleam while trying to open forms in my access app. the probleam is that i get an error says "a probleam accurred while "app. name" was communicating with the ole server or activex control" thank you
  16. nirs

    DELETE From Multiple tables

    is there a way to DELETE from Multiple table that are linked e.g. DELETE FROM dbo.T_Measurment RIGHT OUTER JOIN dbo.T_Item ON dbo.T_Measurment.itemNo = dbo.T_Item.itemNo RIGHT OUTER JOIN dbo.T_Batch ON dbo.T_Item.batchNo = dbo.T_Batch.batchNo LEFT OUTER JOIN dbo.T_BatchRemark ON...
  17. nirs

    server filter probleam

    hi i have a form that has few buttons. each button runs a sub that sets the server filter to a criteria. the probleam is that when i try to sort the recordset by clicking the sort button the filters stop working.
  18. nirs

    Replacing server

    hi i need to move my sql server 2000 databases to a new server the new server is installd and configured now i just need to move the data what is the best way in order to keep all the ruls atc. thank you
  19. nirs

    Executing Packages

    hi do you know how to execute a Package from an application or from a stored procedure???
  20. nirs

    Unique Table

    hi i working on a access project (adp file). i have a form that based on a table. when the user wants to filter the recordset he pres a button and then i change the recordset to a view that based on the same table (filterd), the probleam that when i do that the recordset is not updatable. here...

Part and Inventory Search

Back
Top