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!

VB.Net Badly need help March 30 na po i dedefend

Status
Not open for further replies.

rocketpuncher

Apprentice
Advanced Member
Messages
62
Reaction score
0
Points
26
Pa tulong po sa mga expert sa vb I created a voting system po
and im almost done pwera nalang po on how to count votes po please patulong po kung pano dun nalang po talaga ako nahihirapan salamat po
View attachment 208708
ganyan po sya pag kinclik yung 2ne1 party list lahat ng member ng 2ne1
View attachment 208706
then yan po yung sa database ko pano po makukuha yung value ng Id_no kung nasa ibang table na po sya
and yung pong halimbawa President yung po dapat malagay 1 or 2 lang po means 1 for partylist 1(2NE1) and 2 for party list 2(SNSD)
 

Attachments

  • Untitled2.png
    Untitled2.png
    531.5 KB · Views: 8
  • Untitled.png
    Untitled.png
    109.1 KB · Views: 20
  • Untitled2.png
    Untitled2.png
    651.9 KB · Views: 18
Last edited:
Pa tulong po sa mga expert sa vb I created a voting system po
and im almost done pwera nalang po on how to count votes po please patulong po kung pano dun nalang po talaga ako nahihirapan salamat po
View attachment 1017974
ganyan po sya pag kinclik yung 2ne1 party list lahat ng member ng 2ne1
View attachment 1017972
then yan po yung sa database ko pano po makukuha yung value ng Id_no kung nasa ibang table na po sya
and yung pong halimbawa President yung po dapat malagay 1 or 2 lang po means 1 for partylist 1(2NE1) and 2 for party list 2(SNSD)

kulang ka sa diskarte TS eh
sama mo sa database mo kung sinu ung mag vote
para mas madaling ma total dba ^_^

tsaka sa database mag kakatalo yan eh
 
Pa tulong po sa mga expert sa vb I created a voting system po
and im almost done pwera nalang po on how to count votes po please patulong po kung pano dun nalang po talaga ako nahihirapan salamat po
View attachment 1017974
ganyan po sya pag kinclik yung 2ne1 party list lahat ng member ng 2ne1
View attachment 1017972
then yan po yung sa database ko pano po makukuha yung value ng Id_no kung nasa ibang table na po sya
and yung pong halimbawa President yung po dapat malagay 1 or 2 lang po means 1 for partylist 1(2NE1) and 2 for party list 2(SNSD)

ok considering ng structure ng database. please add column kung sino ang nag vote, name or id, ikaw na bahala.

regarding sa pag count.

select count(president) `votes` FROM tblvotes GROUP by president;
select count(vice_pres) `votes` FROM tblvotes GROUP by vice_pres;
so on and so forth
 
kulang ka sa diskarte TS eh
sama mo sa database mo kung sinu ung mag vote
para mas madaling ma total dba ^_^

tsaka sa database mag kakatalo yan eh

Yung pong Id_No yun po yung Id_No ng student na boboto sir. nasa ibang table na po sya

- - - Updated - - -

kulang ka sa diskarte TS eh
sama mo sa database mo kung sinu ung mag vote
para mas madaling ma total dba ^_^

tsaka sa database mag kakatalo yan eh

ok considering ng structure ng database. please add column kung sino ang nag vote, name or id, ikaw na bahala.

regarding sa pag count.

select count(president) `votes` FROM tblvotes GROUP by president;
select count(vice_pres) `votes` FROM tblvotes GROUP by vice_pres;
so on and so forth

sir yung pung Id_No yun na po yung kung sino student na nag vote View attachment 208833

bale yung Id_No na po sana mag sisilbeng batayan na pag nag vote na sya d na ulit makaka pag vote
 

Attachments

  • Untitled.png
    Untitled.png
    69.6 KB · Views: 6
Yung pong Id_No yun po yung Id_No ng student na boboto sir. nasa ibang table na po sya

- - - Updated - - -





sir yung pung Id_No yun na po yung kung sino student na nag vote View attachment 1018246

bale yung Id_No na po sana mag sisilbeng batayan na pag nag vote na sya d na ulit makaka pag vote

here you go:
 

Attachments

  • tblinfo.png
    tblinfo.png
    28.2 KB · Views: 9
  • tblcandidate_index.png
    tblcandidate_index.png
    18 KB · Views: 10
  • tblcandidate_data.png
    tblcandidate_data.png
    13.2 KB · Views: 15
  • tblcandidate.png
    tblcandidate.png
    80.2 KB · Views: 10
  • tblinfo_data.png
    tblinfo_data.png
    16.9 KB · Views: 7
  • tblinfo_index.png
    tblinfo_index.png
    19.2 KB · Views: 6
  • tblvotes.png
    tblvotes.png
    29.8 KB · Views: 5
  • tblvotes_data.png
    tblvotes_data.png
    17.4 KB · Views: 6
  • tblvotes_fk.png
    tblvotes_fk.png
    32.5 KB · Views: 4
and your query:
 

Attachments

  • president.png
    president.png
    23.7 KB · Views: 10
  • vicepresident.png
    vicepresident.png
    25.4 KB · Views: 10
Status
Not open for further replies.
Back
Top Bottom