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!

hi po paano ba palabasin sa isang listview yung database ko is 2 yung table. bale lalabas yung laman ng 2 tables sa iisang listview..

Call Connect_DB
ListView1.ListItems.Clear
rsets.Open ("Select * list "), Connector

ito pa code ko :slap:
pa help nmn pls ... ty
 
mga master ng SB meron po ba kayong mabibigay na reference ng crystal report 8.5 na iintegrate sa vb6, kailangan ko lang po talaga

tska ung mga tipong code sa vb na
ang lalabas dapat sa report ay from date 1 to date 2 na may kinalaman lang sa product a, na di lilitaw yung product b sa report kahit magkahalo sila sa access database..yung mga ganun ba.

TIA
 
cge sir try ko po... d kc gmana eh >_< gulat ako nung nag paste ako sa photoshop yung imge na nacapture ko yung lumabas :lol:

Yup ganyan talaga, pag nagcapture ka nilalagay nang system sa
Clipboard ang image, then ise-save nya yun sa location nang system mo.
 
Paano i-view ung data sa ListView sa another form para i-update.
 
meron po ba kayo instlr ng vb6.0???? pls kung sino meron link naman oh salamat
 
meron na ba kayo naumpisahan ?
ano full description ng project mo?

meron na po.. bale [Computerized Entrance Examination System] poh yon.. bale ang exam poh dapat pde maEDIT, DELETE at UPDATE.. yun n lng kasi kelangan ko..
 
bossing . may alam po ba kayong code para sa order and delivery system ? kulang na po kasi ako sa oras . system defense na namin sa next week e . wala pa kami nauumpisahan ng mga kagroupmates ko .:weep:
 
paano gumamit ng calendar sa VB6 then gawin itong data at i-save sa database.
 
sir help naman jan sa programing kahit basic lang po ng games ung puzzle lang po assingment po kasi namen eh baka pwde nyo po ako tulungan..,.
16 button po kailangan ma lalagyan po ng picture ung 16 button na un bali 8 image mga sir dapt sir same un parang games na purble place games sir un lang sir pero basic lang po bgay lang po kau code sir
 
mga sir patulong sa program ko... gusto ko sana pag pindot ko ng change na button pupunta yung mga data na na pick ko sa multi line textbox ..

eto po yung program ko
 

Attachments

  • WebSite1.rar
    6.7 KB · Views: 15
sir pa help po . may project po kasi kami . gagawa kami ng program . it is called "Document Organizer" sa school po. sa deans office po . magbabayad po kami if sino makakatulong . mukhang mahirap po kasi yun :weep:
 
sir pa help po . may project po kasi kami . gagawa kami ng program . it is called "Document Organizer" sa school po. sa deans office po . magbabayad po kami if sino makakatulong . mukhang mahirap po kasi yun :weep:


madali lang yan, i'll assume na ang ioorganize mong document ay mga files sa computer hindi in real life :lol:.
 
guys help..
kapag na select na dapat sa listview at nailipat na to another hindi na dapat piliin at may lalabas na msgbox.

Index Out of Bounds.
and error.

e2 code ko.
Dim i As Long

If Label1.Caption = "" Then
MsgBox "No Cottage!", vbCritical, "Message"

Else

Set x = ListView2.ListItems.Add(, , ListView1.SelectedItem)
x.SubItems(1) = ListView1.SelectedItem.SubItems(1)
x.SubItems(2) = ListView1.SelectedItem.SubItems(2)

End If

If ListView2.ListItems.Count <> 0 Then
For i = 0 To (ListView1.ListItems.Count -1)
If ListView1.ListItems(i).SubItems(1) = ListView2.ListItems(i).SubItems(1) Then
MsgBox "ERROR", vbCritical, "ERROR"
Exit For
End If
Next
End If
 
Last edited:
mga sir project po namen kse is round robin na vb6. anu po bang magandang gawin na my round robin.
 
Back
Top Bottom