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!

good morning mga BOSS

patulong po about sa PRINTING..

datareport po yung gagamitin ko..

anyone who can help me how to create and connect it to the page i want to print? :))

TIA :wave: :kiss: :kiss: :kiss:

sumusubok palang din ako ng data report.. uhm naka database kaba? kung oo back read ka tsong,, may ng reply sa tanong ko video un hanapin mo nalang about printing un,,
 
Tulong po. pano ma display yung current time and date sa form nang VB6? dapat auto update din, katulad nang dun sa time sa taskmanager natin. TIA
 
Tulong po. pano ma display yung current time and date sa form nang VB6? dapat auto update din, katulad nang dun sa time sa taskmanager natin. TIA
label1.caption= Date
label2.caption = Time
 
mga boss phelp po sa project nmin. .attendance monitoring and payroll system using barcode. .sana matulungan nyo ko.:help: maraming salamat mga boss.:salute::salute:
 
isa sa pinaka malaking problema ko ngayon sa visual basic is, di ko maintindihan when it comes to declaring a variable, oh my gosh! binabalikan ko ang mga tutorials suddenly wala ko maintindin :( anu bang dapat kong gawin
 
This thread is open for all vb programmers. .you can post anything you like as long as it is related with Visual Basic 6.0 Programming. .Assignments and tutorials are accepted. .


So mga Visual basic Programmers tambay na po kayo dito. .hehe



Boss help po, gusto ko gumawa ng very simple chat program local network lang.

The Idea is parang read and write ng text file (which reside sa local network path) then may timer lang para ma-refresh ung textbox to display the updated msg. May nakita n kc ako sa google kaso using richtext format, ung pag gagamitan ko kc restricted ang mga OCX so need ko ung simple lang without OCX, so baka pwede ung idea ng read/write text file. Thanks in advance sa makakapag share.
 
mga sir meron po bang form na pagka execute mo ng project automatic na maillogin ko ang premium account ko like hotfile filesonic at wupload account? kasi gusto kong gumawa ng generator na pang vb6 e, sana po matulungan ako salamat.
 
paHELP naman po ako sa codes nito. talaga pong hindi ko matapos ee. thanks in advance:) ass po kasi namin..
 

Attachments

  • Purchase Order.rar
    17.2 KB · Views: 19
baka pwede lagyan mo ng date ung mga Log nila sir... para kung e update mo ung mga log nila sa isang araw dun ka sa date at ID ka mag base para ndi ma update ung mga lumang log nila

bali dagdag ka ng isang field para sa date

sir,, panu gawin ung dalawang fields ang gagawing reference sa data environment.. un kasi gamit ko eh.. ung SQL builder...

dinagdag ko na ung date field sa table.. kaso di ko magets kung panu ung syntax sa SQL ng dalawa ang criteria..

:thanks:
 
parang awa nyo na pa-help naman po sa "FOR NEXT STATEMENT sa VISUAL BASIC" report ko po kc, no idea tlga khit puntahan ko c mr.google di ko nmn maintindihan please ^^ pm nio nlng po ako or tx if you want 09168256169 SUPER VERY THANK YOU SO MUCH
 
Haha.. goodluuck sa magshshift.. IT is not easy..i tell you.. It's fun but IT IS NOT EASY!!:)
 
paRequest naman po ng game na may database po gamit ung ADODC na component..tpos MS Access na database po..project po kasi namin..paHelp nman po..yung uncommon naman sana na game ..tnx po in advance para sa tutulong..
 
mga boss patulong naman! Pano po ba magcompare ng Database Fields (MS ACCESS) sa Textbox ng VB6?., Example., Sa Registration Form may Firstaname, Lastname and Middlename., kapag may kaparehas yang tatlo na yan sa database dapat mag messagebox na may existing name na., thanks in advance.,
 
using ADODC?

Dim msg as String

Adodc1.Commandtype=adcmdunknown
Adodc1.recordsource="Select * from TableName where LastName=' " & TxtLastName.Text & " ' and FirstName=' " & TxtFirstName.Text & " ' and MiddleName=' " & TxtMI.Text & " ' "
Adodc1.Refresh

if Adodc1.Recordset.Recourdcount>=1 then
msg=Msgbox("Record Already Exists",vbokonly+vbexclamation,"Retry")
end if

---------------------------------------------------------------------------

ung mga me single and double quotes, no space/s..:)
 
pa help naman po need ko ng visual studio 6.0 san ako makakadownload laging file delete na eh ...

ung complete po sana .. tsaka ung Essential .. thansk po pls need ko kasi
 
Last edited:
Back
Top Bottom