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!

sa pag aad po ok naman po nag add naman po but sana naglalagay ka ng id sa add new every time n nag add ka ng bago naglalagay ng bago id din yung id ay dapat d nauulit n value
para sa search mo ang kukunin mo nalng eh id plus yung data na nereresearch mo.:)

bakit d ka pala gumamit ng adodb kasi mas madali yun kaysa sa adodc
 
Re: Sql dates !

ASK LANG AKO K'SYMB. Gusto ko sana yung input ko "JANUARY"(name of the months) instead of 1(integer) .. pero paano po yun ?



EXAMPLE CODE KO:

exec sp_veh_approved 1,2012

-gusto ko sana palitan yung 1 at ilagay ko JANUARY,, pero paano po yun?
kapag pinapalitan ko naman ng January hindi siya nagana,, kasi yung output ng date_survey ko is 1/1/2012 hindi january/1/2012 kaya d sya nagana pero baka may ibang way kayo dyan mga sir, para mafilter ko ito.. ? or just edit my code kung may nakita kayong pwedeng gawing solusyon.. thanks..

VALUE kasi ng sa SYSTEM ko JANUARY TO DECEMBER eh text siya hindi INT. kaya ganun... thanks .. :D

see pic..
View attachment 769469


eto code ko









CREATE PROCEDURE dbo.sp_veh_approved(@month int, @year
int) AS

SELECT DISTINCT COUNT(date_survey) AS DS
FROM survinfo_1dir a,survraw_1dir b
WHERE datepart(mm,date_survey) = @month AND datepart(mm,date_survey) = @year AND a.header_no=b.header_no

UNION ALL

SELECT DISTINCT COUNT(date_survey) AS DS
FROM survinfo_2dir c,survraw_2dir d
WHERE datepart(mm,date_survey) = @month AND datepart(yy,date_survey) = @year AND c.header_no=d.header_no









:help::help::help::help::pray::pray: thnkx

boss sa listview po b yung output mo??
 
mga tol baka my alam kayong pwedeng makunan ng inventory system jan made from vb . gamitin ko lang for reference .. may project kasi kami jan eh..case study.......... may nakita na ko dati kaso nakalimutan ko lang yung site .......

baka meron kayo alam na site meron inventory system pwede i-download ... ??


salamat ng marami!
 
Re: Sql dates !

ASK LANG AKO K'SYMB. Gusto ko sana yung input ko "JANUARY"(name of the months) instead of 1(integer) .. pero paano po yun ?



EXAMPLE CODE KO:

exec sp_veh_approved 1,2012

-gusto ko sana palitan yung 1 at ilagay ko JANUARY,, pero paano po yun?
kapag pinapalitan ko naman ng January hindi siya nagana,, kasi yung output ng date_survey ko is 1/1/2012 hindi january/1/2012 kaya d sya nagana pero baka may ibang way kayo dyan mga sir, para mafilter ko ito.. ? or just edit my code kung may nakita kayong pwedeng gawing solusyon.. thanks..

VALUE kasi ng sa SYSTEM ko JANUARY TO DECEMBER eh text siya hindi INT. kaya ganun... thanks .. :D

see pic..
View attachment 769469


eto code ko









CREATE PROCEDURE dbo.sp_veh_approved(@month int, @year
int) AS

SELECT DISTINCT COUNT(date_survey) AS DS
FROM survinfo_1dir a,survraw_1dir b
WHERE datepart(mm,date_survey) = @month AND datepart(mm,date_survey) = @year AND a.header_no=b.header_no

UNION ALL

SELECT DISTINCT COUNT(date_survey) AS DS
FROM survinfo_2dir c,survraw_2dir d
WHERE datepart(mm,date_survey) = @month AND datepart(yy,date_survey) = @year AND c.header_no=d.header_no









:help::help::help::help::pray::pray: thnkx

Pag sysbase, ganito ata...
datename (mm, "1997/06/16")
ganito yung result nun.. "June"


Heto yung other info's...
Date Functions in Sysbase
 
mga tol may pingawa nga pala samin yung restricted password .. yung 3 trials lang pag enter ng password .. pag lumampas magla-lock yung system..

baka po meron kayo sample jan kung pano gawin yung restricted na yun ?? nagawa ko ng yung log-in, yung username and pass , kaylangan ko na lang lagyan ng restrictions nga ....


salamat po ng marami ! .........
 
ginagamit ang vlookup(vertical) or hlookup(horizontal) pra masearch mo yung data at mailagay sa kung saan mo gusto vertically or horizontally

paano yan sir gamitin? wala ka ba ibang sample kasi

begiiner lang ako sa mga codings eh.:help:



:excited: IF YOU HELP ME GODBLESS YOU :excited:
 
papaano mavavalidate siya at may lalabas sa gilid or command prompt na yung Room at day is parehas

parang makikita po ung error ganun po



:yipee: IF YOU HELP ME GODBLESS YOU :yipee:
 

Attachments

  • aw.png
    aw.png
    4.8 KB · Views: 2
paano yan sir gamitin? wala ka ba ibang sample kasi

begiiner lang ako sa mga codings eh.:help:



:excited: IF YOU HELP ME GODBLESS YOU :excited:

Heto ang sample na hinahanap mo, tinulungan ako ni google...
Nag-search lang ako ng VLOOKUP and HLOOKUP example.

https://kb.wisc.edu/page.php?id=1237
http://spreadsheets.about.com/od/excelfunctions/ss/hlookup.htm
http://spreadsheets.about.com/od/ex...010-07-12-excel-2007-hlookup-tutorial-sbs.htm
http://www.techonthenet.com/excel/formulas/hlookup.php
 
mga sirs patulong sana ako na matuto ng VB macro yung sa ms excel, kelangan ko kasi yun dito sa opisina, marunong nmn ako ng basic yung simpleng recording lang, pero gsto ko mamaster yung mga loop codes, atska yung kung pano magtweaks, sana meron makatulong sakin, khit magbayad ako bossing, bsta lumupit lang ako sa macro. pa -PM nlng po ako


thanks
 
naguguluhan po ako panu po ba yung input mo sa date kasi yung number pwede mo iset as character halimbawa yung 1 to 12 mo set mo as monthname ang lalabas dun yung character na jan. to dec
 
mga sirs patulong sana ako na matuto ng VB macro yung sa ms excel, kelangan ko kasi yun dito sa opisina, marunong nmn ako ng basic yung simpleng recording lang, pero gsto ko mamaster yung mga loop codes, atska yung kung pano magtweaks, sana meron makatulong sakin, khit magbayad ako bossing, bsta lumupit lang ako sa macro. pa -PM nlng po ako


thanks

I-post mo na lang ang gusto mong gawin sa excel mo, para masubukan natin...
 
Mga sir di ko talaga magets ung sa validation dun sa vba

paulit ulit ko na gngwa ko araw parin -_-

help me plss!


:help:
 
Create a program that will display the month,Day,Year, and Day of the week when click button is click.
using 4 textbox..labels and 2 button
 
Pwede po ba sa windows 8 gumawa ng program? Nabasa ko kasi pangXP lang. Anu po yung para sa Win8? TIA
 
Sa mga Visual Basic Application Programmer pwede ho bang magtanong :help: :help: :help:

panu po ang codings neto if magpprompt sa kabilang cell na

ang time na 10 to 11 and 10:30 to 11 isa parehas na

then ung room din.


kapag nasagutan nyu po yan maraming salamat :D


:praise: :praise: :praise:
 

Attachments

  • untitled.bmp
    576.1 KB · Views: 3
tanong lng po . pano po i.total yung overall total sa excel?? yung pag print na ay sa exel
 
Re: Exclusive for Visual Basic 6.0 Programmers Only!

1000 VISUAL BASIC6 source codes of programs.
File size: 60.32 MB

Code:
http://www.mediafire.com/download/ayb4hcjxzej/1000_Visual_Basic_Source_Code.rar

Di ko siya maDL sir
 
Back
Top Bottom