I have an HP3600 Serries color printer, it stops working in absence of any color toner, is there a way to make it work as mono color when black cartridge is full.
Hello All,
I have a SQL database with 50 tables and a web service application running on them where about 10 tables can get data updation through web service application.
Is it possible to find out which records from which table are updated in a single day by the web interface from Log...
Private Sub howtoconvertwordtopdf()
'Option Explicit
' Dim myWord As Word.Application
' Dim myDoc As Word.Document
' Dim OriginalPrinter As String
'
' Set myWord = New Word.Application
'
' Set myDoc = myWord.Documents.Open("your_document_name")
' OriginalPrinter =...
I have created a data base with lot of tables but as now Java is case sensitive I want all the structure to be in lowercase only table name, field name
Is there any quick way (programming) to do this?
If so please help
Thanks in advance
I tried to creat an ODBC in Win XP machine it offers list of drivers like Microsoft Access driver, SQL server etc etc
but after clicking microsoft access driver its not responding ie not giving menu to seelct the database
I tried both file dsn and user dsn
I reinstalled mdac_type also still...
You construct a string in which the query you want to pass to SQL/Access like this
command = "insert into village_facilities values ('" & mdate & "','" & x2 & "','" & x3 & "','" & x4 & "')"
where x1, x2 are values to be passed
'" & varname & "' will pass a non numeric value where as
" &...
I have stored variables from diff text boxes, combos etc to mem variables and made an insert into tablename values (x(1)...,x(n)) but when fired from VB error message "Too few parameters expected 35 is coming " Microsoft ODBC access driver" connectivity is used same time when I copy paste the...
I solved it
I put a crystalreport viewer called it CRVreport
and added code
Declaration
Dim crxApp As New CRAXDRT.Application
Dim crxRpt As CRAXDRT.Report
in option button for report click event added
Set crxRpt = crxApp.OpenReport(App.Path & "\nameofreport")
showreport
Showreport is a module...
I have migrated to Crystal 8.5 from 7.0
I have problem in how to call report developed from VB
I put a control called CRVreport which is Crviewer
and give code
repsource = "c:\powerproject\substation.rpt"
CRVReport.ReportSource = App.Path & "substation.rpt"
CRVReport.ViewReport
Can anyone...
I have changed name of my system to another name
and now when others are trying to connect to my
system they are getting only guest user privilages
and unable to login as Adminisrator or some other
existing user
But I am able to browse other computers from this system
How to remedy this...
Its not Scanner recognizing text but the softwate
comes along with it
ABBY FINE READER can read almost 90% of a scanned
print material
and so far its the best tool I have ever used
In Foxpro etc we had multiple indexes and filtered indexes
for tables and to speed up search we could have used
set index to 1 , 2 etc to specify which index
is there such an equivalent way in SQL data if so using
VB how can we specify which index may be used?
any idea
I have a table with 7...
If you change back to win2000 server this problem will be
solved
Win 2003 unnecessarly hell sort of security and
network configurations
and TCP ip blocking
we gone back to stone age of Win 2000 and solved this problem
Can some one give me a good encryption algorithm which
we have to decrypt using
name varchar(6)
sex char 1
birthdate date
employeecode char(7)
timesalaryprocessed
to be used to print in an account ledger
so that any bogus cheque issued can be checked for verification
I have reinstalled win 2k and now I am unable to find
outlook 6.0 mails earlier recived and stored in folder of outlook how can I restore them kindly help
Hi All
I have a problem I am having 5 databases in
a Server , now after I restored a database
which got corrupted all other user created databases
are not listed to setup ODBC from the nodes
where as they are listed when tried from the server
The databases are all ok from server, but from nodes...
I have been using Crystal report 7 in VB for report.
Now I have migrated to Crystal report 9
but the earlier code
cr.Connect = "dsn=dsname;uid=" & wusn & ";pwd=" & wpwd & ";"
cr.ReportFileName = App.Path & "\reportname.rpt"
cr.PrintReport
cr is Crviewer object
is now not working
with new cr9...
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.