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

    Error in Accessing - MSAccess module from VB

    Sunaj - Iam not able to execute query containing the module(public scope) in MSAccess from Visualbasic. When i try to execute the query using ODBC, it throws an error. Error Message: "Unknown Function"
  2. altctldel

    Help in Module ?

    thanx both of u for your reply. To Craig0201 - My function name Repl() and it has a public scope. My function Repl() works fine in Query, if it is executed in Access. Same query throws an errors if it is executed from Visual basic6 using ODBC. For Your reference error displayed is...
  3. altctldel

    Help in Module ?

    I think there is no REPLACE function in Access 2000. I had written a module to replace a character in a field and the module name is Repl() when tried to execute a query with the above method from Visual Basic application, I got an ODBC Error : Undefined function Repl() My question is how to...
  4. altctldel

    Error in Accessing - MSAccess module from VB

    I had two fields(Field1 , Field2) in query. I want to replace a specific character occurance (Let the character be @) in FIELD2 by value of FIELD1. there is no Built-in REPLACE function in ACCESS 2000. So i tried writing a module for replacing( Module Name Rep()) and successfully able to...
  5. altctldel

    Making user defined module available to VB programs using ODBC

    I think there is no REPLACE function in Access 2000. I had written a module to replace a character in a field and the module name is Repl() when tried to execute a query with the above method from Visual Basic application, I got an ODBC Error : Undefined function Repl() My question is how to...
  6. altctldel

    Accesing user defined function in Access 2000

    I had two fields(Field1 , Field2) in query. I want to replace a specific character occurance (Let the character be @) in FIELD2 by value of FIELD1. there is no Built-in REPLACE function in ACCESS 2000. So i tried writing a module for replacing( Module Name Rep()) and successfully able to...
  7. altctldel

    creating command bar in VB

    thanks MrMoocow my problem is i won't have menubar during design time. i have to create menu at runtime . eg. User will input the name of the menu in a textbox and i have to create it dynamically. I also like to know how ot create and work with Command BArs
  8. altctldel

    creating command bar in VB

    I have to create dynamic menu in my vb application . I would also like to know how to create commandbars.I tried with coding provide with MSDN . but iam not able to create.
  9. altctldel

    Printing in rich text box

    I need to print the content from richtextbox . I tried using printer.print space(1) richtextbox1.selprint=Printer.hdc this works fine if the printer is laser printer. but fails in case of dot matrix printer. Runtime error occurs and the error is "Printer error". I...
  10. altctldel

    Printing from richtextbox

    I need to print the content from richtextbox . I tried using printer.print space(1) richtextbox1.selprint=Printer.hdc this works fine if the printer is laser printer. but fails in case of dot matrix printer. Runtime error occurs and the error is "Printer error". I...
  11. altctldel

    MSHFlexGrid - Row Selection

    bzac You are using mouserow to get the current clicked row of the flexgrid. this statement which you had used always works fine ,if there is no fixedrow in your flexgrid. With mshgridCustomer .Row = .MouseRow if there is any fixed row in your flexgrid then you have to use...
  12. altctldel

    displaying picture in richtextbox as background

    I want to know how to set picture to a richtextbox background and after that i have to display text in particular position inside the richtextbox . thanx in advance
  13. altctldel

    Getting corresponding datatype for win32api datatypes in VB

    I want to know what is the datatype to be used to get a handle for window. win32 api function have their own datatype. eg. SC_HANDLE,LPCSTR,TChar In general i want to know where or how can i get corresponding VB datatype and how to use that in VB coding in calling win32 api function. Thanx...
  14. altctldel

    Creating form with TabStrips

    as suggested by oneshadow, omega36 you try using sstab instead of tabstrip.sstab is more flexible and robust than tabstrip. have a nice time in working with sstab.
  15. altctldel

    creating windowsNT service using VB6

    1)I'd like what are these services in windowsNT.Its uses. 2)I'd like to create my own service in windowsNT using vb6.
  16. altctldel

    Getting error while referring shell32.dll

    thanx alt255 for your reply .I got it correct after changing correction you suggested.
  17. altctldel

    Getting error while referring shell32.dll

    I am getting an runtime-error-number 453.its description is "Can't find DLL entry point Shell_NotifyiconA in shell32.dll. pls help

Part and Inventory Search

Back
Top