543 Posted Topics
Re: you can do one thing. system restore. I don't know you get benifit from it. but try it from Accessories>system tools>system restore. from here you can go back before that date when you did it. | |
Re: I think if you install new windows with out format then solve your problem little bit. another thing: with boot cd you can copy your neceessary thing. | |
Re: one more thing if you want to install both of two windows then you can install it two diffrent drvie. | |
Re: [QUOTE=ikabod;1024827]that is being recognized by windows Xp [/QUOTE] ???????ok. you can check it another computer with win vista operating system. | |
Re: some time it happened. some virus are distrub to install antivirus. one suggestion: 1st you format your windows drive. and then install new windows. when it finished. then at 1st istall the antivirus. no other work you can not do before after finish windows setup. then scan with your anti … | |
Re: some time it happened. I think if you install or repair your windows then it will be solve. | |
after complete all process when I press finish then show a msg: "unexpected error number 70 has occured: permission dinied." what I need to do. | |
Re: no divice found. its mean easy. connection error or divice damage. some thing you think with your own memory cause it is easy. it help your memory and upgrade you. | |
Re: try to search in web. and see it.[URL="http://www.daniweb.com/forums/thread214396.html"]http://www.daniweb.com/forums/thread214396.html[/URL] | |
Re: one more thing if the my computer is not in start button. plz check: right click on taskbar>properties>startmenu(tab)>click startmenu>customized>advance(tab). check start menu Item. see my computer>display as a link. apply. | |
if I write 500 in a textbox then a label.caption show "Profit". If I write -500 the the label.caption show Loss. I write code[CODE]If Format(Text1, "0000000") Then Label1.Caption = "Profit"[/CODE] but for -500 what I need to write? | |
I have two dtpicker. here I want I select two date from dtpicker and the total sum of amount will show in two diffrent textbox. like: I have two field, expense and income. the total amount of expenses will show in a textbox by selected date and other textbox show … | |
Re: add a dataenvironment and a datareport. connect the database with dataenvironment and connect the datareport with dataenvironment. and then design the datareport. | |
Re: I don't know. but you can protect it by password. then if any body copy it then he can't work with it. | |
in my data report I have two rptfunction. both of them show the total sum. here I want 1 extra rptfuncion show the calculate amount. I mean it show (1st rptfunction - 2nd rptfunction). like: 1st rpt...2000 and 2nd rpt....1500. so the 3rd rpt... show 500. and one more thing … | |
Re: [CODE]Private Sub Form_Load() On Error Resume Next SetAttr (App.path & "\Company.mdb"), vbNormal Set db1 = OpenDatabase(App.path & "\Company.mdb") Set User = db1.OpenRecordset("Select * From User") End Sub[/CODE][CODE]Private Sub ok_Click() On Error Resume Next If txtlogin.Text = "" Or txtpass.Text = "" Then MsgBox "Please Enter Correct User ID.", vbInformation txtlogin.SetFocus … | |
when I run my project then a msg was shown: "object doesn't support this property or method" but when I press ok then the project run. no problem occurred. Now what I need to do? | |
Re: [QUOTE=SuguKumaran;1019306]Hai Vinith! I watched ur prgm. I need some suggestion for my project. Can u help me. The theme of my project is to making Diary writing as Computerized. Entering the day to day memories & save it with password protection. I've to store the information in the backend MSAccess. … | |
Re: I think different. Delete it from c:\Programs files. I think you have no problem if you delete it. | |
Re: I don't know. but you can search it in web. | |
Re: please details. what kind of problem you face. | |
Re: did you connect it by properties or code? try to use code for better result. | |
Re: just click on the mark thread as solved. below of the page blue font. | |
[CODE]Sub QryReport() On Error Resume Next Dim QryDef As QueryDef Dim str As String Set QryDef = dbase.QueryDefs("balancesheet") dbase.QueryDefs.Refresh If Err.Number = 3265 Then Set QryDef = dbase.CreateQueryDef("balancesheet") dbase.QueryDefs.Refresh End If str = "select * from [balancesheet]" & _ " where Date ='" & Dtpicker.Value & "'" QryDef.SQL = str … | |
Re: in from1 [CODE]Private Sub Command1_Click() Form2.Label1.Caption = "Name" Form2.Show End Sub [/CODE] | |
Re: use this: [CODE]Printer.CurrentX = 0.85 Printer.CurrentY = 0.46[/CODE] use this[CODE] Printer.Print Text11.Text[/CODE] all r for different option. | |
Re: plz check this. | |
| |
Re: you can see this two thread [URL="http://www.daniweb.com/forums/thread74358.html"]http://www.daniweb.com/forums/thread74358.html[/URL] [URL="http://www.daniweb.com/forums/thread39114.html"]http://www.daniweb.com/forums/thread39114.html[/URL] | |
Re: try to check the port and check a another harddisk in this machine. | |
Re: you can see the 'read me'. there are lot of site include here. you can get lot of experience from here. | |
| |
Re: please tell the problem. more details | |
Re: some reason: 1) power supply become hot 2) ram didn't support please check it. | |
Re: easy way : write and search in web. | |
Re: nice. go ahead. and plz tell the problem. | |
Re: if you use vb6 then try it easily:[CODE]Private Sub Command1_Click() Command1.Caption = "Hello World" End Sub [/CODE] | |
in data environment I write code[CODE]SELECT AccountInfo.incategory, Sum(AccountInfo.InAmount) AS SumOfInAmount FROM AccountInfo where Date and Date between DTFr.value and DTTo.vlaue GROUP BY AccountInfo.incategory;[/CODE] in form I write code in a command button like:[CODE]Private Sub Command2_Click() Load DataEnvironment1 With DataEnvironment1 If .Command3.State <> 0 Then .Command3.Clos .Command3 Format(DTFr.Value, "dd/mm/yyyy"), Format(DTTo.Value, "dd/mm/yyyy") … | |
Re: I think You need original cd or the full version cd of those software. | |
The End.