Hi
I have 2 18GB Hard disk on dell power edge 4600
configured as Raid1
I need to install additional hard disk will it auto detect from dell open manager program?
When i checked with dell they said for Raid 1 Hard disk to be connected in Pair.
Currently i have 1 73gb Scsi hard disk do i need to...
I have Installed partion magic to resize the partition
when i apply & restart no operation carried out.
But just restart & shoed me the startup option normal ,safemode...
When i select normal i get message it running in dos mode you want to switch to windows press enter ok or or esc to stay. if...
Hi
I have Windows xp Pro chinese version with lot of important programes in it.
how to i change to english version without affecting the program registry.
I have done this before with repair option which has english version already installed
Now when i run XP pro English version i don't see...
I need to export crystal report ( from application using VB) to excel in report i have iamges but when i export to excel it does not show any iamges
its just shows the blank Layout of that image.
I am using crystal report 8.0
Thanks
-Mal
1)I have to show Some imgaes On VB form
Images or stored on different folder ( size is not standard)
How to determine the size of the image
i have created box of 640x480
but images of bigger size shown in distored form.
HOw can i resize all the picture while shown in the form.
2)How to resize...
I have Installed CorelDraw 10 on XP machine
user with administrator privilege can start the program without any problem
But user with Limited Account cannot start Corel & shows error Window without any Message on it.
How to rectify ?
-Mal
I have problem in saving files to antoher computer(work group)
which was working fine until yesterday.
I can't view the saved folder but when i try to save it again i get message file already exist you want to overwrite?.
But when i look for that file in the computer i saved there is no such...
My company Appplication program need to be shared
to do so i need to share some Dll file that reside in system32 folder.
But winxp does sharing option is disabled in XP .
How can i enable sharing windows.system 32 folder
thanks
-Mal
I have configured my linksys router bfsr41
one computer workes well i can't connect to the other computer.
instead of obtaining ip address from DHCP i see
automatic private address starts with 162.x.x.x
but my router starting ip is 192.168.1.x
I could not renew ip address
but if i configure...
I have problem in binding the adodc to datagrid
With adodc1
.ConnectionString = Conn
.CursorLocation = adUseClient
.CursorType = adOpenDynamic
.RecordSource = rs
.Refresh
End With
I can;t set the record set
error in .RecordSource = rs //compile error
any...
I am trying to get the detail of quotation in datagrid
by creating ADO datagrid control
But i am getting error
Run time error
object required
Set Adodc1.Recordset = rs
I can't set the record set at run time
code....
Private Sub ShowDetail()
Dim rs As ADODB.Recordset
Dim n As Integer...
HI i am trying to use seek but Private Sub Class_Initialize()
rs.CursorLocation = adUseClient
rs.Open "Table", Conn, adOpenDynamic, adLockOptimistic, adCmdTableDirect
rs.Index = "primary key"
end Sub
i get the follwing error
on index
Runtime error 3251...
I am doing convertion from DAO TO ADO FOR AN INVENTORY PROJECT
I have problem in converting this function it gives compile error
I am sure i am going wrong some where but could't trace it
Your help/tips are very much appreciated
_____DAO ____
Public Function CreateRecordSet(sQuery As...
Is it possible to use seek in ADO wihout creating index
i have problem in seek when i use within function
my code :
Public Function RecordFound(cKey As String, cSearchValue As String) As Boolean
FindCrit = cKey & " = '" & cSearchValue & "'"
rs.Seek...
In inventory project vb & sql server
I have to check for product at end of each month with qty (stock) &
Calculated qty( the current month transaction).
I am not familier with Transaction & rollback
How to resolve this
like if stock qty= calculated qty
do the transacton
else
roll back...
Inventory project using access & vb(DAO) now i need to change to sql server
So how to change dao to ado
how to deal with workspaces in dao when change to ado
For my report i have a text box where user key in the quotaion number & based on that parameter i select the report.
Is there any way to select with following option
Case 1 if user enter single number show 1 record
case 2 a~b select all the record of a to b
Case 3 a,c,z selects only 3...
I am doing CR for Quotation based on 2 tables
Product & Quotation
Grouping by Quotation number
But the probelm is only those record present in the product table is selected
But in quotation there are some product which is not in table .
HOw can i resolve this.
even i try to modify the join...
HI all
I am using datagrid control in an inventory project some times its required to reorder the quotation
Like ( item 3 as item 5 & item 5 as Item 3 ) .
Is it possible to reposition datagrid using drag drop
sample code is hightly appreciated
Thanks
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.