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!

All about programming (Specially c, c++, VB, Java)

haha .. anung yr ka na kua? madali lang po yan ... mag if else ka lang po .. tapos setIconImage lang ... kunya sa jbutton .. jbutton.setIconImage(blablablabla).. haha



1st year pa lang po ako kuya eh patulong naman po oh hehehe dapat po kasi may image color lang kasi nakalagay dyan eh :)
 
* hello mga kasymbianize ! :)
newbie lan po aqu and guzto
qu matutunan an JAVA programming .
anu po ba gamit dun para makapag
program or makagawa nan apps ? :noidea:
 
need help about sa java.. basic lang ito.

ask ko lang paano ko lalagyan ng code yung sa JOptionPane??

halimbawa ginamit ko yung:

name = JOptionPane.showInputDialog("Enter name: ");

tapos diba meron dung JOptionPane na Option Dialog OK_OPTION and CANCEL_OPTION
what if nagcancel yung user paano ko icocode ngayon na "exiting system." ??
 
Mga Ka SB pahelp nmn about s VB... panu ung code ng Nofication s vb ung tipong prang mga antivirus.... gumagawa kc aq ng system n Inventory system...
 
Mga Ka SB pahelp nmn about s VB... panu ung code ng Nofication s vb ung tipong prang mga antivirus.... gumagawa kc aq ng system n Inventory system...

elaborate mo dre! parang naiisip ko facebook e notification kasi. parang ang ibig mo ba sabihin magnonotification kapag nag-input ng bagong data?
 
Good am po mga bossing pahingi pa nang installer sa vb.net na na compatible sa service pack 2 sa xp ko na laptop.salamat po nang marami
 
:help:HELP!! MGA MASTER!!

i had encountered this problem in NVIDIA DRIVER 314.22 (latest)
when i open the NVIDIA Control Panel

Error appears :

MICROSOFT VISUAL C++ RUNTIME LIBRARY ERROR
R6030
CRT NOT INITIALIZED

1. Anu po ba ibig sabihin nito?
2. Panu ko po ito maayos?

Note: :Coffee: I think sa Microsoft C++ po ang problema. Something missing po na program to initialize the program which is the NVIDIA Control Panel..I wonder if what C++ version ang gnamit dto ( i mean 2005 or 2008 or 2010 or 2012)..Please help me

Thank you so much to all Symbianizers who willing to help..:salute::salute::salute:
 
Guys pa help nman oh?? about C Programming na gamit ang Code Blocks 10.05 ang gusto ko mangyari na program ay parang Banking Transaction.

for example: mayroong 5 accounts

1. Andres Boni account#: 123 balance: 1000.00 php
2. Jose Riz account#: 456 balance: 500.00 php
3. Emilio Agui account#: 789 balance: 5.00 php
4. Marcelo del Pila account#: 321 balance: 2.00 php
5. Manny Paq-u account#: 654 balance: 1.25 php

dapat ang mga accounts na yan ay ma store sya at di mawawala after i close ang program at andun parin ang mga information sa bawat account.

gusto ko mangyari ay dapat pag i run ko na sya mag a-ask muna kung anong style sa pag access sa account .

for example : a. by using Account Number? b. by using account Name?

and then if account number gagamitin nya dapat mag match sya sa account number ng registered account at pag walang mag match na account number mag error message sya ng account number not found.

and then if account name gagamitin nya dapat mag match sya sa registered account name at pag walang mag match mag error message.

and then after mag a-ask na nman kung anong transaction :

for example: a. Savings b. Withdraw c. Check Balance d. Delete Account e. create new account

if savings mag ask sya ng amount.
if withdraw mag ask ng amount.
if check balance mag display ng informations.
if delete account mawawala ang isang account
if create new account mag ask ng account name, account number, savings amount.

and then dapat ma si-save ang mga bagong transactions

for example: a.savings : if 100.00php ang balance nya tapos mag add sya ng 50.00 php magiging 150.00 php na sya at kahit na i close ang program ma store parin ang mga data.

and then after sa lahat lahat mag ask to end or close the program.


my problem is hindi ko alam kung anong mga functions o dapat i add or install na plug-ins sa Code Blocks para mka store sya ng mga data/information. PLSS. HELP ME GUYS SA PROJECT NA TO.. INC KASI AKO KAYA MAHIRAP ANG PROJECT PARA SAKIN. THANKS GUYS YOUR HELPS ARE HIGHLY APPRECIATED.
 
^Store mo sa database o kahit filestream lang sa notepad; tapos gawa ka ng search function na magsesearch sa saved data. Pag walang nagmatch, ayun gawan mo ng condition. Di ko pa natry codeblocks pero same lang ata yan sa ibang compiler?
 
Sir pa-help naman po dito:

Notice: Use of undefined constant txtvalue - assumed 'txtvalue' in D:\FILES\xampp-portable-lite-win32-1.8.1-VC9\xampp\htdocs\MFish\list.php on line 63

Notice: Undefined index: txtvalue in D:\FILES\xampp-portable-lite-win32-1.8.1-VC9\xampp\htdocs\MFish\list.php on line 63

Notice: Use of undefined constant Sdata - assumed 'Sdata' in D:\FILES\xampp-portable-lite-win32-1.8.1-VC9\xampp\htdocs\MFish\list.php on line 64

Notice: Undefined index: Sdata in D:\FILES\xampp-portable-lite-win32-1.8.1-VC9\xampp\htdocs\MFish\list.php on line 64


Code:

<html>
<head>
<title> List of Species</title>
<link href="style.css" type="text/css" rel="stylesheet">
<script language="javascript">
<!----
function openW(fish_id)
{
aPopUp= window.open('viewList.php?fish_id='+fish_id,'viewList','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=760,height=600')
aPopUp.focus()
}
-->
</script>
<style TYPE="text/css">
<!--
table {border-collapse: collapse;}
.odd {background-color:teal}
.even {background-color:teal}
//-->
</style>
</head>


<body class="blist">
<center>
<?php
include ("config.php");
$db = mysql_connect($dbhost,$dbuser,$dbpass);
if (!$db)
{
die('Unable to connect' . mysql_error());
}
?>
<form method='get' action='<?php $PHP_SELF ?>'>
<table border=2 cellpadding= 3 id='searcharea'>
<tr>
<td>Search by:<br/></td>
<td>
<select name = "Sdata" id="sel">
<option value="`identification`.`sci_name`">Scientific Name</option>
<option value="`identification`.`en_name`">Common Name</option>
<option value="`identification`.`l_name`">Local Name</option>
</select>
<input type= text id="opt" name="txtvalue" size=20 value=''></td>
<td align=left><input type=submit name=Ok value='Show List'></td>
</tr>
</table><br/>
</form>

<table border=1>
<tr id='listlabel'>
<td width=10px></td>
<td width=50px>Class</td>
<td width=50px>Order</td>
<td width=50px>Family</td>
<td width=100px>Scientific Name</td>
<td width=100px>Common Name</td>
<td width=100px>Local Name</td>
<td width=10px></td>
</tr>

<?php
$value1=$_GET[txtvalue];
$value2=$_GET[Sdata];
mysql_select_db($dbname,$db);
if (isset($_GET['start'])) {
$sql = "SELECT
`identification`.`fish_id`,
`identification`.`division`,
`identification`.`order`,
`identification`.`family`,
`identification`.`sci_name`,
`identification`.`author`,
`identification`.`en_name`,
`identification`.`l_name`,
`division_list`.`division_name`,
`family_list`.`family_name`,
`order_list`.`order_name`
FROM
`identification`
Inner Join `family_list` ON `family_list`.`family_code` = `identification`.`family`
Inner Join `division_list` ON `division_list`.`division_code` = `identification`.`division`
Inner Join `order_list` ON `order_list`.`order_code` = `identification`.`order`
WHERE
sci_name LIKE 'A%' ORDER BY `identification`.`sci_name` ASC";

} else {
$sql = "SELECT
`identification`.`fish_id`,
`identification`.`division`,
`identification`.`order`,
`identification`.`family`,
`identification`.`sci_name`,
`identification`.`author`,
`identification`.`en_name`,
`identification`.`l_name`,
`division_list`.`division_name`,
`family_list`.`family_name`,
`order_list`.`order_name`
FROM
`identification`
Inner Join `family_list` ON `family_list`.`family_code` = `identification`.`family`
Inner Join `division_list` ON `division_list`.`division_code` = `identification`.`division`
Inner Join `order_list` ON `order_list`.`order_code` = `identification`.`order`
WHERE
".$value2." LIKE '%".$value1."%' ORDER BY `identification`.`fish_id` ASC";
}
$result = mysql_query($sql,$db);

if($result){
$counter = 0;


while ($myrow = mysql_fetch_array($result)) {
$counter++;
(fmod ($counter,2))? $bg=odd: $bg=even;
printf("<tr class=$bg>
<td id='entry'>%s</td>
<td id='entry'>%s</td>
<td id='entry'>%s</td>
<td id='entry'>%s</td>
<td id='sci'>%s</td>
<td id='entry'>%s</td>
<td id='entry'>%s</td>
<td id='ent'><a href=\"javascript: openW('$myrow[fish_id]')\"><input type='image' name=mybutton src='images/view.png' title='view'/>
</a>
</td></tr>",$counter, $myrow[division_name], $myrow[order_name], $myrow[family_name], $myrow[sci_name], $myrow[en_name], $myrow[l_name]);
}

echo "</table>\n";
}
?>
</center>
</body>
</html>
 
php ang variables dapat nagsstart sa $ diba? basic na yun, tapos pag gagamit ka ng request parameters, ie get and post, string literal yung index name, ie $_GET['test'] or $test = 'test; $_GET[$test]

basic na yan mga sers
 
Pa help naman po!! May problema po ako sa aking ginawang system project, gusto ko po yung schedule information ay ma makita parang Calendar view. Ang ginamit ko po ay Java(Netbeans IDE)..... tnx in advance
 
Last edited:
Anong language na pwede makagawa ng ganitong cash register module? Its look like a text base gui!

attachment.php
 

Attachments

  • 137.jpg
    137.jpg
    20.2 KB · Views: 41
Parang gawa sa C (Please correct me if im wrong).

Hope meron dito master sa C.. That was really created with C and ncurses..

Galing kasi ako sa vb6 then php(web base) . Pero na intrigue ako sa mga pOS which were used mostly on malls and big groceries.. So any body can guide me here about c language.. sana may makatulong...So far litonglito ako with pointers object sa c why some(not all) pointees uses '&' symbols before the variables?

paki detail naman yung pointers dito with example...:help:
 
Back
Top Bottom