Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
~5K People Reached
Interests
Windows Programming

18 Posted Topics

Member Avatar for jp26198926

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 …

Member Avatar for katmai539
0
231
Member Avatar for JOSheaIV

@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..) …

Member Avatar for JOSheaIV
0
908
Member Avatar for rhydiansmith
Member Avatar for jameca
0
265
Member Avatar for 12"tool

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?

Member Avatar for AndreRet
0
87
Member Avatar for seena_srini

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]"

Member Avatar for bhrain
0
1K
Member Avatar for jp26198926

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. …

0
29
Member Avatar for jp26198926

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? …

Member Avatar for Daniyal Taufeeq
0
60
Member Avatar for rhea may

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]

Member Avatar for jp26198926
0
60
Member Avatar for Frank6490
Member Avatar for pytup

hint: [CODE] Total = CostAfterDiscount + (CostAfterDiscount * 0.175) [/CODE]

Member Avatar for jp26198926
0
89
Member Avatar for pytup

[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]

Member Avatar for jp26198926
0
95
Member Avatar for jp26198926

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..

Member Avatar for jp26198926
0
211
Member Avatar for pytup

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 …

Member Avatar for pytup
0
180
Member Avatar for johnson_cool
Member Avatar for TKSS

im not sure.. try: [B][COLOR="Red"]VbsEdit[/COLOR][/B] [URL="http://www.vbsedit.com/"]http://www.vbsedit.com/[/URL]

Member Avatar for jp26198926
0
125
Member Avatar for siu17
Member Avatar for gingank
Member Avatar for pmyk
0
121
Member Avatar for fernando82

Record.CursorLocation = adUseClient Record.Open "....." Record2.CursorLocation = adUsedClient Record2.Open "...."

Member Avatar for fernando82
0
311

The End.