Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Exclusively for Visual Basic 6.0 Programmers Only!

mga sir ask aq..

bkt di nagana vb6 sa win7?...
posible po ba na ma i run ko sa 7?

kasi xp ok na oks naman po..

FEEDBACK PO

Try mo nalang po iwan ang vb6.. Mag .NET na po kau para di po kau ang maiwan..

Payo lang po ha..:hi:
 
sir,. saan po ba makakahanap ng installer ng crystal report pra magamit ko sa vb?
 
@Charlen

meron ako Electronic Voting System using SMS.
Pwede mo gamitin un as sample

contact me @09209698242
 
Last edited:
eh panu pomalaaman n narcv ng networkun sinend n sms????xenxa n po at makulit at madami tanong...

nksulat po lahat yon sa link na binigay ko. na receive or not andon.


Siya nga pala Sir Doorbreaker, ano nga po pala ang ibig sabihin ng ERP, maliban po ba sa Enterprise resource planning, magkaiba pa po ba ang tinutukoy ninyo? :)

yes po yon nga po tinutukoy ko.
 
:D dito ako patulong sa mga codes na nahihirapan ako

thank you nito:thumbsup:
 
may code ako nyan dati....post ko maghahalukay ako nyan,,alam ko may features ung system ko na kayang mag back up and restore ng database...wait mo lang balikan kita..sana d ko makalimutan hahahaha
 
Pano po magback up ng mysql using bv 6?

there are various ways,

pwede on a text file (make sure its encrypted).
pwede on another database on same/another pc.
pwede copy mo yung database file mo(whatever it is) then save it anywhere you want it.(you can use file.copy)


syempre pinakamadali dyan yung copy paste.
 
mga bossing. . paki sagot nmn oh.. ano pong application kelangan in computer programming? . . . penge nmn po ng link. please
 
there are various ways,

pwede on a text file (make sure its encrypted).
pwede on another database on same/another pc.
pwede copy mo yung database file mo(whatever it is) then save it anywhere you want it.(you can use file.copy)


syempre pinakamadali dyan yung copy paste.

Sir natry ko na po ung ganito "FileCopy "Path", "Path"" kasoc po file not found. Windows 7 po gamit koh.
 
Public Sub PasscodeOK()


Dim Amount As Currency
Dim Passcode As String
Dim Validity As Date
Dim recrst As New ADODB.Recordset
Dim InputPasscode As String
CLientUsed = "Used"

InputPasscode = Val(txtpasscode.Text)


If txtpasscode <> "" Then

Set recrst = New ADODB.Recordset
With recrst

.Open "Select * From Passcode where Passcode='" & InputPasscode & "'", con


'if i remove the Passcode = !Passcode, the error continues at the next line... which is the Amount = !Amount
Passcode = !Passcode
Amount = !Amount
Validity = !Validity



If Passcode <> txtpasscode.Text Then
MsgBox "Invalid Passcode!", vbInformation + vbOKOnly, "Try Again"

ElseIf Amount = FormatNumber(0, 2, True, True, True) Then
MsgBox "You do not have enough money left in your account!", vbInformation + vbOKOnly, "Load Status"

ElseIf Validity <= Now Then
MsgBox "Your Ticket is Already Expired!", vbInformation + vbOKOnly, "Ticket Status"
Else
frmterminal.lblamount.Caption = FormatNumber(!Amount, 2, True, True, True)
.Close
.Open "Select * from ClientLoad", con
con.Execute "Update ClientLoad Set Term_Status='" & CLientUsed & "' Where Terminal_ID='" & WinControl.LocalHostName & "'"


Me.Hide
Unload frm_main
frmterminal.Show
frmterminal.lblstatus.Caption = !Term_Status
frmterminal.lblterminal.Caption = WinControl.LocalHostName
frmterminal.lbltime.Caption = TimeValue(Now)

timerterminal.Enabled = True
DisableCAD (False)


End If


End With


Else
MsgBox "Please enter your passcode!", vbOKOnly + vbInformation, "Try Again!"

End If


End Sub


Error:
either bof or eof is true or the current record has been deleted. Requested operation requires a current record

The Error is always pointing at
Passcode = !Passcode
 
Sir ano po ba icocopy sa sql nagtry ako magcopy pero table lang nma ncocopy
 
Sir natry ko na po ung ganito "FileCopy "Path", "Path"" kasoc po file not found. Windows 7 po gamit koh.

i run mo as administrator. rightclick mo yung exe ng vb6 tapos properties tapos compatibility may check don na run as administrator.
 
Error:
either bof or eof is true or the current record has been deleted. Requested operation requires a current record

The Error is always pointing at
Passcode = !Passcode


wlang record na nakuha, dpat i check mo muna yung record count. and nexttime ibahin mo ang fieldname sa tablename para isang tingin mo palang alam mo na hindi yon tablename.
 
wlang record na nakuha, dpat i check mo muna yung record count. and nexttime ibahin mo ang fieldname sa tablename para isang tingin mo palang alam mo na hindi yon tablename.

Ung MySQL ko po puro .frm lang walang mga .MYI at .MYD alam nyo po ba kung saa ung pinaka laman ng database?
 
Sir panu ba simulan if gawa aq Survey system...?
Kasi newbee lang aq:((


_________________________________________

I'm willing to learn^__^ I'm applying to be appreantice
 
Sir panu ba simulan if gawa aq Survey system...?
Kasi newbee lang aq:((


_________________________________________

I'm willing to learn^__^ I'm applying to be appreantice

May docu yang sinusunod sir......May docu kana ba?
 
Back
Top Bottom