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