Hi
I want to ask a very simple question
Is it possible to make DAO connectivity in Visual basic editor an in Visual basic
Actually i want to select some values from the table forms some specific value. Is any other way possible
Thanx
Hi
I have to make a query in which i haveto enter some value in some textbox and on the lostfocus event of that i have to change values in other textboxes
if any of u can give me some suggestion
reply soon
Thanx a lot
Hi
I want to writer a query in access so that it takes one value from the forum and other from the table compare those values and give me other corresponding values from the table
I wrote qurey such as
select table.id
from table where (table.id=detail.textboxvalue)
is it wrong
if u have...
Hi all
I have made a form which contains toolbar and statusbar
and some other such as flexgrid
But when i moved that form from one system to another
There was change in the resoution of monitors
so all the controls are distorted their alingment is not o.k.
what should i do...
Hi All
I want to use toolbar control in my projectbut i am not getting it in components. Then i searched this on net. In one tutorial i got this info that in system directory it needs comctl32.ocx. But it exist their.
I have to include something or anything else
Why it is not coming
reply...
Hi all
I have made Report by using recordselectionformula but when i am previewing the report that is coming correct and suppose i have closed the preview and without unloading the project i want to see the report for some another record i have to click on the refresh button without this i am...
I have used OSGETPRIVATEPROFILESTRING API in a program but in API viewer I didn't get such an aPI the API I got is GETPPRIVATEPROFILESTRING
IS THEIR ANY DIFFRENCE B/W THESE TWO
I AM GETTING THIS ERROR FUNCTION NOT DEFINED
IF ANY OF U CAN SUGGEST WHAT CAN BE THE PROBLEM
BYE
Hi
At this time I am working in Visual Basic
I want to use APIs in My coding for speeding up execution of the program.
But I am not getting this idea where to use which API funciton From where I can get this idea.
Bye
Hi All
In The case of access you know we can call a database
or make a databasebecause in that case u can store tables in the database
In the case of oracle to whom u can call database
for example EMP is a inbuilt table
it is in the database?
one more thing
is it possible to see...
have u writren rs.movefirst before rs.addnew
then this is an error
because record counter don't have any count to move on
just use this syntax
if rs.recordcount<> 0 then
rs.movefirst
endif
or either remove it and check it out if u have one record
then move to first record
Bye
Hi
As in Visual Basic Their are predefined objects
Worksheet and workbook.
By using these objects u can import data into flexgrid
then u can easily send the data.
If u want more help then read chapter from complete refrence
having topic how to access Excel data in Visual Basic
Bye
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.