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!

ung problem po dito is yung sa remaining quantity..

example may 100pcs ka sa product na soap.

ung nalabas po sa txtRQ.text is ung 100pcs na nilagay mo s dabatase.

kahit anu pong pag babawas sa product na un.
ang nalabas pa rin is ung 100pcs na soap..

pero sa database bawas xa ahah..

ayaw lang mabago sa txtrq.text.^_^
 
:help: mga kuya pa tulong naman po sa pag gawa ng crossword puzzle bale balak ko sana 5 by 5 na mga text box , panu po b ung mas appropriate? pti po encoding, ty po,
 
yip yip po.. ADO po.

bigginer pa lng po ako

ung Program ko po kasi is Sales And Inventory..

dapat cguro ganito:

Code:
Set rs = New ADODB.Recordset

to create a new instance of your recordset
 
dapat cguro ganito:

Code:
Set rs = New ADODB.Recordset

to create a new instance of your recordset

awt.. ahaha...

set rs = new recordset lng po ang nilagay ko...

try ko po pag nasa bahay na ako.. hirap ng walang internet sa house.huhu..


another problem po pala.

ung isa ko po kasing ginawa ung sa history ng mga nag log sa system ko po.

datagrid ang ginamit ko at adodc ang connection

ung sa first row first column po eh bakit kaya blangko???

ung sa mga sumunod na row at column eh naka fillup nmn po sa database naka fill din po ahaha.. sakit na ulo ko..
 
connect to database
open recordset
combo1.clear
with yourrecordset
if .recordcount > 0 then
do until .eof
combo1.additem !databasefield
.movenext
loop
end if
end with
close recordset
close database connection
 
connect to database
open recordset
combo1.clear
with yourrecordset
if .recordcount > 0 then
do until .eof
combo1.additem !databasefield
.movenext
loop
end if
end with
close recordset
close database connection

ahaha salamat po!!!

para makapag add ako ng Category..
ahaha...salamat.

kuya alam mo po ba ung pag filter!!!

printing ng report by date range po..??

date to date..

:)
 
format(DBDate,"yyyyMMdd") >= format(DateFrom,"yyyyMMdd") AND format(DBDate,"yyyyMMdd") <= format(DateTo,"yyyyMMdd")
 
otor help po about pseudo.. kelngan po kc n kpag prehas po ung sched at time n nk-record s db at ung bgong ni-register n sched at time dapat po my conflict kaso po ang nngyari khit d n po xa prehas s nka-record n time at sched s db still conflict p rin ung nila2bas nya.. e2 po ung line ng pseudo q..

If rs![sched] & rs![time] = sched & time Then
MsgBox ("The time you choosen has a conflict")
baptismal.Refresh
Exit Sub
End If

pa-check po mga otor..
 
otor help po about pseudo.. kelngan po kc n kpag prehas po ung sched at time n nk-record s db at ung bgong ni-register n sched at time dapat po my conflict kaso po ang nngyari khit d n po xa prehas s nka-record n time at sched s db still conflict p rin ung nila2bas nya.. e2 po ung line ng pseudo q..

If rs![sched] & rs![time] = sched & time Then
MsgBox ("The time you choosen has a conflict")
baptismal.Refresh
Exit Sub
End If

pa-check po mga otor..

diba para macheck mo kung may kamukang sched at time na e dapat magsearch ka muna sa db bago mo icompare?

parang ganito..

1)Select Sched at Time sa Database WHERE Sched = <input> and Time <INPUT>
2)if Recordcount > 0 then May Conflict, or Else Save Schedule..
 
cnu my high school enrollement system d2 na pwdi q idownload edit q nlng po tnx po d kase q mkagawa at ndi tinuro samen vb 6.0 pero yun thesis namen firefox alam q pero vb 6.0 pinathesis.. kase ang titser ng thesis namen consultant lang d programmer kaya kala nya mdali m22nan lahat.. tnx po pki add narin aq sa ym para pm nyu q tnx.. [email protected] with network nga po pla...
 
Last edited:
pano po ba mag assign ng datasource sa datagrid sa vb6? on run time po pls.....

please kaylang-kaylangan ko na kasi eh...
 
pano po ba mag assign ng datasource sa datagrid sa vb6? on run time po pls.....

please kaylang-kaylangan ko na kasi eh...

Set DataGrid1.DataSource = YourRecordset
 
Last edited:
pano po ba mag assign ng datasource sa datagrid sa vb6? on run time po pls.....

please kaylang-kaylangan ko na kasi eh...

yung connection string ng DataControl mo, ayusin mo sa runtime, either from file or textbox ang connection string
 
mga paps may mga question po akoo...

viable padin ba ang paggamit ng DATAREPORT sa production-level na programming??

para saan ba ang winsock??? pede pahingi ng mga sample codes para mapg aralan ko? ung detailed or step by step sana. salamat na din in advance..

un lang :)
 
mga paps may mga question po akoo...

viable padin ba ang paggamit ng DATAREPORT sa production-level na programming??

para saan ba ang winsock??? pede pahingi ng mga sample codes para mapg aralan ko? ung detailed or step by step sana. salamat na din in advance..

un lang :)

Yes pwede ang Datareport dyan as long as walang drill downs, subreports at complicated formulas.
Kung may chance ka, icompare mo ang Crystal Reports at SQLServer Reporting Services.

Habang binabasa mo ito ay may nag connect na socket papunta sa web server ng symbianize, sa port 80 (web browser) dumaan ang binabasa mo ngayon. Yan ang sockets

Winsock ang component sa VB6 para makagawa ka ng socket communications.

Read all about it sa google muna, then lets discuss kung ano di mo na gets

http://www.devx.com/vb2themax/Article/19879
 
Back
Top Bottom