Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
3
Downvoting Members
4
2 Commented Posts
0 Endorsements
~18.4K People Reached
Favorite Tags

26 Posted Topics

Member Avatar for zebnoon

Hye there I have to create a Report which get Get Data from Forms controls.Please help with any simple example. thx

Member Avatar for kelvinmunyui814
0
2K
Member Avatar for zebnoon

Dear friends, I am developin g online survey form. Please, suggest me i have a question.and three options for answer.for example-: What is your favirite Country? A-Pakistan B-India C-USA now i put redio buttons against them.Users will come and vote for countries. and he can view result after vote that …

Member Avatar for zebnoon1
0
325
Member Avatar for zebnoon

Dea Friends, it is superb serveice you are doing....lets please talk about SESSION in PHP.My code is below. <!DOCTYPE html> <?php session_start(); ?> <html> <head> <title>Login page</title> </head> <h1 style="width: 20%" >Login Page</h1> <fieldset style="width: 30%"> <legend style="background: #59CC57" >Login</legend> <body style="background: #B6ECEB"> <form method="post" > Username:<input type="text" name="username" placeholder="username" …

Member Avatar for broj1
0
467
Member Avatar for zebnoon

dear friends, i allready written code for PHP registration and login forms . i am worried about attacks from user unwanted data entry.My code is below. <?php include"conn.php"; if(isset($_POST['login'])){ $uname= $_POST['username']; $pword= $_POST['password']; $uname =real_escape_string($uname); $pword= real_escape_string($pword); $sql="SELECT * FROM login1 WHERE L1='$uname' AND L2='$pword'"; $result=$conn->query($sql); if($result->num_rows>0){ echo("welcome"); } else …

Member Avatar for zebnoon
0
224
Member Avatar for zebnoon

Dear friends, I am facining an other problem to in cloude a connetion file in PHP form.my code is below <?php include"conn.php"; if(isset($_POST['login'])){ $uname=$_post['username']; $uname=$_post['password']; $sql="SELECT * FROM login1 WHERE L1='$uname'"; $result=$conn->query("$sql"); if($result){ echo("welcome to new page"); } else { echo ("login problem"); } } ?> can not continue connectoin …

Member Avatar for cereal
0
430
Member Avatar for zebnoon1

Dear Friends, Please , check this code for registration form PHP ,data is not entered in database what is problem? $sql="SELECT L1 FROM login1 WHERE L1='$uname'"; $result=$conn->query($sql); if ($result->num_rows==1){ echo("user name is not available ..."); } else{ $query="INSERT INTO login1(L1,L2) VALUES ('$uname',$pword)"; if($conn->query($query)==true){ echo ("data has entered sucessfully..."); } else{ …

Member Avatar for zebnoon
0
4K
Member Avatar for zebnoon

Hello and Asslam o alekom! I have problem to install my VB6 Application on Windows 8.First there is erorr when i start to install my Application.Please solve this problem?

Member Avatar for IconKana
0
281
Member Avatar for zebnoon

Hye, I have problem with Auto Generate Slip No from Database.I wrote following code to get last record but it does not give me last record. Please help me? [CODE]Private Sub Command1_Click() Module1.Connect Dim rs As New ADODB.Recordset Dim str As String str = "SELECT Item_ID FROM Entry_Tab" rs.CursorLocation = …

Member Avatar for rasheedraj
0
1K
Member Avatar for zebnoon

Dear Bodies! I am developing a Cold Store Managemen system. I need to count days according to dates.for example 5 ton petato put in cold store room on 01/12/2013 .when i exit this 5 ton peteto on 10/12/2013 system should show me that 10 days i have to charge ?

Member Avatar for zebnoon
0
198
Member Avatar for zebnoon

Hye there Plz help me to print the Column of ListView as a receipt.I have no idea how to print ,i have to use datareport of VB6. or what? this is an VB6 project. waiting for reply zeb noon

Member Avatar for chaithra.D
0
1K
Member Avatar for zebnoon

Dear All. I have developed College management system ,and using VB6 tools as front and MS Access as database ,I want to generate autoID of students according to their technologies,for example for Electrical....... 01ELE,For Computer ....... 02Comp ,for Civil.... 03CL etc or Pls Give me suggestion t o create new …

Member Avatar for AndreRet
0
142
Member Avatar for tgifgemini
Member Avatar for zebnoon
0
3K
Member Avatar for zebnoon

Hello to all, I have installed SQL Server 2005 on windows xp . Please tell me how can i create new SQL database ?

Member Avatar for ChrisHunter
0
153
Member Avatar for zebnoon

Hye again , I have problem to get Backup file .my code is bellow [CODE]Dim strB As String 'On Error Resume Next strB = "D:\backup\db" & Date$ & ".mdb" FileCopy "C:\Database\MyDb.mdb", strB MsgBox "Backup Complete!!"[/CODE] I always receive Run-time error '70' "Permission denied" please help me

Member Avatar for faroukmuhammad
0
282
Member Avatar for zebnoon

Hye All Please help me to create Data Reports Accourding to given Dates. I Created a VB6 Form put 2 Time/Date Picker Controls and one Command Button.what will be code for Button to display Report Between given dates.

Member Avatar for zebnoon
0
584
Member Avatar for zebnoon

Hell all I have problem to login as administrator and as Operator with less permissions. following code .i create and open recoedset "Type_rs" [CODE] dim Str_T as String SELECT Case Type_rs.Field("User Type")=Str_t Case str_t="Administrator" mainfrm.toobar1.enable=true case Str_T="Operator" mainfrm.toolbar1.enable=False End SELECT [/CODE] I thing Type_rs.Field("User Type")=Str_t is not working properlly please …

Member Avatar for ChrisPadgham
-1
125
Member Avatar for zebnoon

I have prob. with my printer my printer is Mini Dot Impact Matrix Printer. model AB 300 Kc. how to setting paper for this printer?

0
71
Member Avatar for zebnoon

Hye all I am developing a Shop Software i want to know what kind of Grid i have to use at Sale Form which will sum up and print bill?

Member Avatar for Jx_Man
0
94
Member Avatar for zebnoon

hye here is my code but it is not working plz help me. [CODE] FRd = txtBCode.Text On Error Resume Next Set Mydb = OpenDatabase("E:\Projects\TS\database\MyDb.mdb") Set Myrs = Mydb.OpenRecordset("SELECT * FROM ItemEntry Where[Barcode]= "&FRd, dbOpenDynaset) ' other data have to retrive. If Not Myrs.EOF = True Then txtINameS.Text = Myrs("ItemNameSize").Value …

Member Avatar for P.manidas
0
139
Member Avatar for zebnoon

Hye dear ! please till how barcode reader read and put code in VB6 textbox.for example in the General store software.If you have any example please send me. zeb noon

Member Avatar for zebnoon
0
180
Member Avatar for zebnoon

hi everybody! I want to create a complete database (Tables,Fields name etc) in MS Access via vb6 database object and using SQL queries at run time this database will create when first time project load. may i have to create function in Module and where i will need i will …

Member Avatar for zebnoon
0
110
Member Avatar for zebnoon

Hello , all dear. I was not here for long time. I got project for a tuck shop please suggestion me what type of database i hae yo use MS access,Sal, Orelle or other ease tool? regards, Zeb noon

Member Avatar for Jx_Man
0
102
Member Avatar for zebnoon1

thank u all . i am glade to see ur responses. Now i have problem to generate the report for students who have to pay due fee one by one.

Member Avatar for Retsel_ter
0
685
Member Avatar for zebnoon
Member Avatar for zebnoon
0
2K
Member Avatar for Leesha
Member Avatar for zebnoon
0
178
Member Avatar for aniesdamoi

The End.