No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
- Interests
- Windows Programming
18 Posted Topics
Hello guys.. my laptop always show this error error when i turn on. "Cmos checksum error default configuration used" i thought it is just a cmos battery so i changed it with new cmos battery but the problem still the same.. does anyone of u know the solution for this … | |
Re: @AngelofD4rkness: try to remove the video card and use the buit-in vga port on your motherboard if there is...... if the problem still the same..try to replace the power supply bcoz sometimes it is a power supplys problem ( cannot produce a right amount of current/electricity to all connected devices..) … | |
Re: double check if the ps/2 keyboard and mouse was inserted to their port.(not swapped) | |
Re: what code did u use when accessing that field? if i understand correctly that date was already stored in your access database right? did u try to open ur ms access file and see what date stored there? | |
Re: in Data Link Properties Click "[COLOR="Red"][B]All[/B][/COLOR]" Tab then look for "[COLOR="red"][B]Jet OLEDB:Database Password[/B][/COLOR]" then click "[B][COLOR="red"]Edit[/COLOR][/B] Value" and there is a small window pops up then in under "[COLOR="red"][B]Property Value[/B][/COLOR]" type the password of your database then click "[COLOR="red"][B]OK[/B][/COLOR]" | |
Hello Guys.. One of the LED indicator of our Samsung Sens V10 laptop is always ON even if i properly shutdown the unit... i tried to remove the battery then the LED did not light but when i put it back the battery again the LED was lights up too. … | |
hello guys... my customer complain that the pc he bought from us was no display, no beeps but the cpu fan and LED are working.. but when he brought the unit in our shop.. its working fine... what possible cause with this problem? it could be a shorted of electricity? … | |
Re: something like this sir: [CODE] Adodc1.Recordset.Find ("Fieldname = 'YourStringSearchHere'") If Adodc1.Recordset.EOF Then MsgBox "No Records found" Else MsgBox Adodc1.Recordset("Fieldname") End If [/CODE] | |
Re: try to use another good and working power supply.. | |
Re: hint: [CODE] Total = CostAfterDiscount + (CostAfterDiscount * 0.175) [/CODE] | |
Re: [CODE]Private Function Discount(curr As Currency) As Currency Dim temp As Currency Select Case curr case is < 15 temp = 0 case 15 to 30 temp = 0.05 case is > 30 temp = 0.1 End Select Discount = curr - (curr * temp) End Function[/CODE] | |
hello guys my computer freezing up during diplaying montherboard manufacturer's logo and i cannot even see the POST message.. is this a BIOS problem or any hardware problem? please helpp.. | |
Re: hi try to replace ur code with this: [CODE] Dim ItemCode(6) As String Dim Description(6) As String Dim price(6) As Currency Dim Quantity As Integer Dim SaleCost As Currency Dim item As String Dim position As Integer Option Explicit Private Sub Command1_Click() item = Text3.Text Quantity = Val(Text2.Text) If Option2.Value … | |
Re: There are many software that can recover data,, try GetDataBack | |
![]() | Re: im not sure.. try: [B][COLOR="Red"]VbsEdit[/COLOR][/B] [URL="http://www.vbsedit.com/"]http://www.vbsedit.com/[/URL] |
Re: Do While Not rec2.EOF List1.AddItem rec2.Fields(4) rec2.MoveNext | |
Re: im not sure: [CODE] Private Sub Command1_Click() Form2.Show End Sub [/CODE] | |
Re: Record.CursorLocation = adUseClient Record.Open "....." Record2.CursorLocation = adUsedClient Record2.Open "...." |
The End.