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.. question lng guys.. Newbie lng sa mysql.
may stored procedure na kasi akong ganito pag build ng statement
SET @sql=CONCAT("select ", _Columns,",RecordID,FileCount,FileName,FilePath,Comment,UpdateDate,FileType,CreateDate,fn_getAudioFilename2(JobID,",v_ProjectID,") as AudioFileName FROM ",_tableName , " ", _filter,v_Sort );



SET @sql=CONCAT("select JobID,MRNumber,LastName,FirstName,DOB,DOS,Dictator,WT,Status,Priority,Dictation_Date,Concat(MRNumber,',',JobID,',',FirstName,',',LastName) AS RecordTittle,RecordID,FileCount,FileName,
FilePath,Comment,UpdateDate,FileType,CreateDate,COALESCE(Nullif(B.AudioFileName,''),'NOAUDIO') as AudioFileName FROM " ,_tableName,
" A,(select PrimaryJobID,AudioFileName,ProjectID,mp3flag from tbl_audiofiles) B ", _filter ," and substring_index(A.jobID,'-',1) = B.PrimaryJobID and ProjectID=47 and mp3flag=1 " , v_Sort);



Tanong ko lng dito kung working po ba ung mga joing inside Sp ni mysql??
working naman but once na nag karoon na ko ng Joining ayaw na nya gumana .. Gamit ko po ngaun mysql workbench 5.2.44CE
 
mga sir at maam , here is my situation

i inserted a browser in my windows application form. it works well with other websites such as google and even google maps,
but my specific site of interest is to integrate http://faultfinder.phivolcs.dost.gov.ph/ in my application.
how do you think i can do this, thanks in advance.

i have tried changing the value of script error suppressed but it doesnt solve my problem
the error i keep on having is
object doesn't support this property or method addeventlistener
aand

unable to set property 0 of undefined or null reference

thank you
 
Hi.. question lng guys.. Newbie lng sa mysql.
may stored procedure na kasi akong ganito pag build ng statement
SET @sql=CONCAT("select ", _Columns,",RecordID,FileCount,FileName,FilePath,Comment,UpdateDate,FileType,CreateDate,fn_getAudioFilename2(JobID,",v_ProjectID,") as AudioFileName FROM ",_tableName , " ", _filter,v_Sort );



SET @sql=CONCAT("select JobID,MRNumber,LastName,FirstName,DOB,DOS,Dictator,WT,Status,Priority,Dictation_Date,Concat(MRNumber,',',JobID,',',FirstName,',',LastName) AS RecordTittle,RecordID,FileCount,FileName,
FilePath,Comment,UpdateDate,FileType,CreateDate,COALESCE(Nullif(B.AudioFileName,''),'NOAUDIO') as AudioFileName FROM " ,_tableName,
" A,(select PrimaryJobID,AudioFileName,ProjectID,mp3flag from tbl_audiofiles) B ", _filter ," and substring_index(A.jobID,'-',1) = B.PrimaryJobID and ProjectID=47 and mp3flag=1 " , v_Sort);



Tanong ko lng dito kung working po ba ung mga joing inside Sp ni mysql??
working naman but once na nag karoon na ko ng Joining ayaw na nya gumana .. Gamit ko po ngaun mysql workbench 5.2.44CE

yes.. working po sa stored procedure ang JOINING, if hindi siya gumagana then check your actual query if may result ba talaga..
base sa code mo, save mo si @sql to table then select mo si table and try to run the saved script.
 
Sir ask lng ako meron po ba kayo idea pag biometric nang isang tao send agad thru sms kung anung time sya pumasok patulong naman sir kung pano gawin salamat po
 
Goodmorning guys.. pahelp po ako about sa "Multiple Search". halimbawa sa isang field masearch nia any letters. thanks..sana mahelp nio ako :)
 
pwede pong makahingi ng tulong? need ko po sana ng syntax para dito...

Plus lang. Quantity

Example
Cellphone
Qty
10.

Then bumili ako ulit ng
5 so. Total 15 na.
Then may bumili 6.
Total 9 na lang

sabaw na utak ko T_T
 
pwede pong makahingi ng tulong? need ko po sana ng syntax para dito...

Plus lang. Quantity

Example
Cellphone
Qty
10.

Then bumili ako ulit ng
5 so. Total 15 na.
Then may bumili 6.
Total 9 na lang

sabaw na utak ko T_T

kung gusto mo layout mona sa excel mag pivotable ka. walang computation mang yayari sa data mo. kapain mo sa status if 1 meaning available sya pag 0 nabintaa na. sa view mo lng eh computer ilang yung 1 at ilang yung 0 yan eh subtract mo
 
Beginner here.
Seeking o Suggest po sana kayo ng mga features na nakapaloob sa isang Library System using Visual Basic 6.0 ?
If may source code po , mas okay po . pero kung wala , okay lang din naman.
Sa ngaun kasi self-exploration e .
Di naturo ng maayos ng prof gawa ng pala absent yung prof tapos biglang pathesis -_-
Any suggestion o comment po ay welcome.
Maraming Salamat sa thread nato !
 
Last edited:
Re: Exclusive for Visual Basic 6.0 Programmers Only!

thanks idol

- - - Updated - - -

ako dn pa Tambay
 
pa help naman mga idol need ko kasi ng tools withdraw and return system.. baka po matutulungan niyo ako vb6.0 po
 
Patambay po dito. ��

- - - Updated - - -

Patambay po dito. 😁
 
Pa help po. Regarding in visual basic 6.0
Compile error : method or data member not found pano po i fix ?
Thanks po in advance
 
Back
Top Bottom