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!

Help! Patulong po sa System Namin! Visual Basic 6..

ayus yung UI nyo....pero ang problema ay ang coding....search nyo nlng sa google ang ADO..madali lng yan...good luck TS...
 
ayus yung UI nyo....pero ang problema ay ang coding....search nyo nlng sa google ang ADO..madali lng yan...good luck TS...

thanks.... sa ngayon mga 20% n ang nagagawa ko.. thanks sa mga suggestiona and comments nyo guys... well appreciated.. kapag natpos ko toh by 20, i uupload ko and then pakicriticize n lng po.. kase ang mga codes po ne2 ehh summations ng nalalaman ko and then yung suggestons nyo 2lad ng research sa google.. ^^... until next time, gud luck to us....
 
thanks.... sa ngayon mga 20% n ang nagagawa ko.. thanks sa mga suggestiona and comments nyo guys... well appreciated.. kapag natpos ko toh by 20, i uupload ko and then pakicriticize n lng po.. kase ang mga codes po ne2 ehh summations ng nalalaman ko and then yung suggestons nyo 2lad ng research sa google.. ^^... until next time, gud luck to us....

tol sa IDE ng VB6 sa reference nyan e.enable mulang ang ActiveX Data Object 3.7(i think)....so pwdi muna gamitin ang ADO....

sa mga form mu nman ang pag.declare ay ganito...

Public conn as ADODB.Connection <--- for connection string
Public rs as ADODB.Recordset <--- for recordset
Public sql as string <--- for sql statement
 
tol sa IDE ng VB6 sa reference nyan e.enable mulang ang ActiveX Data Object 3.7(i think)....so pwdi muna gamitin ang ADO....

sa mga form mu nman ang pag.declare ay ganito...

Public conn as ADODB.Connection <--- for connection string
Public rs as ADODB.Recordset <--- for recordset
Public sql as string <--- for sql statement

ahhh..... ganun ba?... ^^.. salamat tol.. pa2long naman sa listview... kung pano mag fetch ng data from listview to another form ready for edeting.. thanks...
 
hello again, 80% na ang project namin... yez.... pwede bang patulong in making setup.exe nya?... meron akong nahanap ung "setup factory", kaya lang, kapag nai-build ko na, ayaw nyang mag run.. sabi "class do not support automation or does not support expected interface"..


sana matulungan nyo po ako in making package installer nya... para ang dating software na software talaga... iupload ko po kung 90% na yung application ko...


thanks..:clap::clap:
 
Try mo yung InstallShield. Magandang packaging system sya para sa magiging installer ng thesis nyo.
 
Try mo yung InstallShield. Magandang packaging system sya para sa magiging installer ng thesis nyo.

thanks boss.. wala bang magiging dependecies yun?... kase nai-rurun ko lang sa mga pc na may visual basic kahit na meron n xang .exe na na compile...

Setup factory po yung una kung ginamit....:salute:
 
1. Gawin mu muna ung project mu as exe file (File>Make ProjectName.exe)

2. All Programs > Microsoft Visual Studio 6.0 > Microsoft Visual Basic Tools > Package and Deployment Wizard

3. Browse mu ung Project > Click Package > Compile > tpos next next next n yan.. Kaya mo n yan..:)
 
1. Gawin mu muna ung project mu as exe file (File>Make ProjectName.exe)

2. All Programs > Microsoft Visual Studio 6.0 > Microsoft Visual Basic Tools > Package and Deployment Wizard

3. Browse mu ung Project > Click Package > Compile > tpos next next next n yan.. Kaya mo n yan..:)

sinubukan ko n po yan sir.. kaya lang talagang madami xang bug, ayaw nya ring mag run sa win vista and 7... any more suggestions sir?...:):)
 
Have u tried iexpress? im not sure if that will work.. im rili used to package and deployment wizard..
 
Have u tried iexpress? im not sure if that will work.. im rili used to package and deployment wizard..

hmmmm.. cge try ko sir... nasubukan nyo n po ba yung walang bug?...
 
yap.. un ang ginamit namin nung 2nd year kmi.. fortunately wala nmang hassle.. by the way.. anung system mo?
 
hmmmm.. cge try ko sir... nasubukan nyo n po ba yung walang bug?...

Depende kasi yun TS sa implementation mo. Working naman mga ganyang software, nagkakatalo lang kung pano binuo yung project to be package, kung sinunod mo ba yung SOP.
 
yap.. un ang ginamit namin nung 2nd year kmi.. fortunately wala nmang hassle.. by the way.. anung system mo?

student grade management system sir... but then its not meant for calculations, releasing lang sir.. kumbaga lahat ng summary ng grades and at the same time may mga other printed materials like class cards, certification, at tsaka evaluation sheet..
 
Depende kasi yun TS sa implementation mo. Working naman mga ganyang software, nagkakatalo lang kung pano binuo yung project to be package, kung sinunod mo ba yung SOP.

kase isa daw sa magiging strength ng application namin yun kung magiging installer xa, kase minsan di xa naiinstall sa ibang computer without browsing the .exe and creating shortcut, nakakahiya naman kaseng idefend yung browse and send to na technique, mas maganda yung single deployment lang sa isang package installer...
 
Back
Top Bottom