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!

May mali po ba sa syntax ko?



kasi may compiler error po na lumalabas, Expected: end of statement daw po. :(

adoLogIn.recordsource = "select * from Table1 where (UserName = '" & me.text1.text & "' ) AND (Password = '" & me.text2.text & "')"

patry lang. hehehe
 
May mali po ba sa syntax ko?



kasi may compiler error po na lumalabas, Expected: end of statement daw po. :(

adoLogIn.recordsource = "select * from Table1 where UserName ='" & me.text1.text & "' AND Password ='" & me.text2.text & "'"
 
Last edited:
Ano po code or give idea naman sa paraan para maka transfer ako ng pic mula sa isang folder at ma save ko sa iba.. para concipto ng mag browse ako ng isang file mula sa ibang folder at e save ko sa iba,,,


salamat advance po mga tol...

need lang sa project.

W8 mode lang me....

gamit ka nung driverlist,filelist taz dirlist box.. then filecopy..
 
mga bossing.. urgent lang po.. pano po ililipat ung laman ng listbox to datalist.. alam nyo po ba? pabigay naman ng code. thanks
 
sir tanong ko lang po kung pano po mag connect ng combobox sa database.. ung combobox po ay may laman ng "cash" at "monthly" gusto ko po pag pinili ko po ang kahit ano sa mga ito automatic mapupunta xa sa database nmin..
 
sir tanong ko lang po kung pano po mag connect ng combobox sa database.. ung combobox po ay may laman ng "cash" at "monthly" gusto ko po pag pinili ko po ang kahit ano sa mga ito automatic mapupunta xa sa database nmin..

ito sample bro, tanong kna lang kung may problema...
 

Attachments

  • Sample.zip
    12.6 KB · Views: 34
share ko lang ito mga vb6 coders, hindi ako gumwa nito, nakita ko lang ito sa isang forum.... ala pa akong nakitang nagshare nito eh, kya naishare ko ito,, menu with icons yan..
 

Attachments

  • menu.jpg
    menu.jpg
    153.9 KB · Views: 36
  • nmenu.zip
    3.6 KB · Views: 45
sir penge naman ako video tutorial or kahit pdf tutorial lang ng connection ng vb6 to ms access. using adodb.. salamat..:salute:
 
paano mg print ng pdf file o word file gamit ang vb 6.. uhm parang datareport sana na idisplay muna ung iprint..
 


boss need help ulit..

panu yung query string kapag meron kang condition na DALAWANG (number/integer) na need ma satisfy
..

kasi yung query string ko ganto"

q="Select * from Students where StudID =" & Val(txtStudID.Text)

yung red na " dun kasi END nang string diba? hindi ko ma madugtungan yung string para sa 2nd condtion ko. :(

 
Last edited:
ito sample bro, tanong kna lang kung may problema...

try mo to. di ko po to nirun

combo1_Click

with adodc1
.Recordset.addnew
.recordset.fields("nameOF yourField") = combo1.text
.recordset.update
.refresh
end with
 


boss need help ulit..

panu yung query string kapag meron kang condition na DALAWANG (number/integer) na need ma satisfy
..

kasi yung query string ko ganto"

q="Select * from Students where StudID =" & Val(txtStudID.Text)

yung red na " dun kasi END nang string diba? hindi ko ma madugtungan yung string para sa 2nd condtion ko. :(


q="Select * from Students where StudID = " & Val(txtStudID.Text) & " AND Field_name = " & Val(txtStudID.Text) & " "

try mo yan.
 
I need programmer may papaedit lang magbabayad ako.. cheap lang. :))

Txt me d2 asap. 09359543591
 
q="Select * from Students where StudID = " & Val(txtStudID.Text) & " AND Field_name = " & Val(txtStudID.Text) & " "

try mo yan.


thank you boss!!

ganun pala.. nag sawa ako sa kakakapa at kaka shuffle ng mga " eh...


:salute:
 
Back
Top Bottom