- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 5
- Posts with Upvotes
- 5
- Upvoting Members
- 3
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
- Interests
- Software Development (COMPUTER PROGRAMING)
57 Posted Topics
--Hi DaniWeb. I have been doying bulk data Uploads from Excel Sheet to MySql data base and hence thought that I may need the reverse of this process and so Export MySql Tables into Excel Format for Backup purposes (I also will be happy for a better suggestion for a … | |
Re: Hi! there Iam interested with this tutorial though I may be though to be late but I believe that IAM NOT AT ALL please notify me on my a/c.Bile | |
Hi,Happy new Year to all. I have USB Flash disk which stoped working recently I hope the problem is due to the fact that I was doing Disc Fragmentation and Cleanup while it was plugged in,after wards it started to ask Me to format it and here is an interesting … | |
Re: -->>Asumming that you have a command button named Sum... -->>Then under its event click,just try to code the following... Private Sub Sum_Click() txtBox2.Text = Val(txtBox2.Text) + Val(txtBox1.Text) End Sub -->>If I did understand the question "I am desgining a userform in ArcMap,..." becouse I dont know what the ArcMap is... … | |
--Hi Daniweb. 1st of all I apologize if I'm asking this Qn. in a wrong place,but as I came across this subject while I'm doying PhP code and so I thought I'd share it here as I hope someone may be came across the same scenario as I have. The … | |
-Suppose I have a table "User_Gender" with fields "idGender,Gender_Name" that has Genders stored in it as Male and Female. -And I have a Select Input Field on My say html.php: <select name="Gender_Selector" onchange="document.forms[0].submit();"> <!-- USER GENDER FROM DATABASE IS CALLED HERE--> <?php $System->Genders();?> <!-- USER GENDER FROM DATABASE ENDS HERE--> … | |
-I have some codes written in native mysql and so I've been working on changing Myself to mysqli (I managed the procedural way and so I decided to Move forward with OOP ways) and came accross the use of Prepare Function. -Now the problem is I have a page where … | |
Re: Hi riwakawd? Please try [What helped Me](https://www.youtube.com/watch?v=7fTsf80RJ5w)I hope its the right answer. | |
Hi Daniweb,I'm trying to modify and upgarde My codes from Native mysql to mysqli. My trail seems to be somehow good as I got My hands with the Php Manual Documentation so forth. The Only point I got stuck is where I implimented the mysql's mysql_affeted_rows() and so changed it … | |
-Hellow DANIWEB?... -I've been wondering if there is a way I can Use My Own Warning Message instead of that provided by Php during file include Failure... -**NOTE:**I dont intend to Mean Error Messages that We can write to a User when something goes wrong,like failure of inserting data inputs … | |
Re: -I once had the same problem and '**andrevanzuydam**' solved it this way,use ad this `onchange="document.forms[0].submit();"`function where the line of Your selet control is. -So on Your account it should look like this: <select name="yourselectbox" id="yourselectbox" onchange="document.forms[0].submit();"> <option value="something1">Option 1</option> <option value="something2">Option 2</option> <option value="something1">Option 3</option> </select> then in yourpostedtopage.php You … | |
Re: -->>Hi dominic.ceraso.9,I hope the following link will help you as it helped Me.Andre provided all the information wich I think is what you are looking for.[Check this out](https://www.daniweb.com/web-development/php/threads/480556/listbox-onchange-event-to-trigger-php-function-) | |
Hi,Ihope all is well... I downloaded this fancy shockwave flashplayer [On this site](http://www.dynamicdrive.com/dynamicindex14/shockwave/index.htm) and I managed to do all the necessary setup for the My slide show page and it is fine and good. My pages are as follows I hape a php page for holding the shockwave flash player … | |
-->>Hello,My problem is how will a trigger a php Function based up on Change event of a listbox value. My Page has the Field as those in the screenshot below the code: So when a driver is selected on the list all his/her details should be populated in the remaining … | |
->Hi,I hope all is well. Here is what I have difficulties with, I am NOT good in Java Scripts and I wanted to have a Slide show Image on My Page and lucky was I to find these fancy slide shows [here](http://www.dynamicdrive.com/dynamicindex14/shockwave/index.htm). I downloaded necessary associated files and the whole … | |
Re: Do we have any relations form the two tables rjusman90? I mean abc and page,as it may be an efficient way though as scaasiboi suggested you may try it... | |
Re: -->Hi chrisschristou, I came accross your post but I'm sorry that I cant help with the 'problem'... The only thing I've find with this post is that I am in a situation of needing something that You already have the 'Pop Window' for log in, If You will help Me … | |
->Hi Daniweb-Web Developers. ->I'm using PhP 5.2.5,WAMP 5,MySQL 5. -I'LL TRY TO EXPLAIN IN DETAILS THE WHOLE STORY:- ------------------------------------------------- 1: I've declared a global variable dynamic array ALPHABETS_COMBINATION. 2:It is populated with a group of 3 Alpha combination AAA-ZZZ in a function : Generator($ALPHABETS) 3:Once the Buttonn click event is … | |
Hello every one, I was assigned to developed a website for My company and all is good by now,only the testing department gave a question if there is a way I could make that website be available on other devices rather than a Computer i.e,Smart phones,iPads and the kind. So … | |
-->>Hello everyone, -->>I curently faced the problem with My project that the Main Form (Which is My startup form) in My project is NOT loaded in.. -->>project explorer window during the design time,when I lounch the project I get the following error: Microsoft Visual Basic Errors during loading. Refer to … | |
-->>Hi there,I have an AeroButton on my form that I have put an Image/Picture on it during design time... -->>but I want the Image/Picture to change when the Button Change is clicked,I have used the following code to acomplesh that... Private Sub Chocolate_Click() 'cmdPrevious.PictureNormal = LoadPicture(App.Path & "\Skins\Chocolatebmp") End sub … | |
-->>I'm trying to make a simple Audio player and so far I'm good. -->>The problem I'm facing is redusing and increasing the Volume. -->>Any ideas please... -->>Thak you. | |
-->>Hope all is well?,I 've been trying to create an ActiveX DLL and Active X EXE but the thing is when I'm finished with My... -->>document and need to see the resulting Interface a problem arises! When I run My file affter having all the settings... -->>in a debugging window … | |
-->>Hi every one,I have added a Shockwave Flash Control on My project but when I want to save My work I get the stated error... -->>"System Error &H80004005(-2147467259).Unspecified error" can any one help Me to fix it please?... -->>Bile. | |
-->>Hi everyone Iam trying to use and applcaton developed in VB 6.0 with Microsoft Acess Database (.mdb) but when I run the application I get the Error code as to the thread, -->>I followed some instructions on the following links http://social.technet.microsoft.com/Forums/zh/w7itprogeneral/thread/7aa24584-49a6-4001-8c68-a6742aacbc81 and http://www.analyrics.com/search?q=Error%20code%200x8002801c but still the problem persisted so Im … | |
-->>Hello,I have got this problem that makes me feel uncofortable... -->>I have a Dell Latitude D620 Laptop and it Supports Bluetooth Device but I have tried to find drivers ... -->>for it and all I get is Just Network Adaptors... -->>Can any One please advise Me what to do? | |
-->>Hope all is well,I've Managed to write code to Open Folders/Browse Folders using Common Dialog... -->>The name of Common Dialog is Folder... -->>But now as I've the Open Button when the Browse Windows Show up,I was wondering how can I... -->>Open the Selected File when User Click the Open Button … | |
-->>Now I have managed to go through some codes that creates a System Tray Icon... -->>I've managed to create it but something is wrong here that disturbs Me... -->>When I Click on the Tray Icon of My Software it wont Load My Application... -->>That is Say if it was Minimized … | |
-->>Hi, here is athing I managed to write Codes that Creates a Folder for a User when Registered... -->>The Folder takes User's registered name with some additional files inside it,works very fine... -->>The code I used is this one: MkDir GetAppPath() & "SPGPAC - File User Files\" & UCase(txtUserName.Text) MkDir … | |
-->>Hello World of VB 6 Programers... -->>I've been using a block of Branching statement that worked fine in all the places I've used it... -->>Now I came to develop this form thats when things started to look bad... -->>I just check for the availability of a record in a database … | |
-->>SOmething is Confusing Me or Doesn't provide Me with actual Results I needed... -->>I want to Calculate some Numbers and Its result if It has more than 3 decimal places... -->>I want it to be rounded only to 2 decimal palces... -->>What I dont want is that when I use … | |
-->>Hello, I hope I can get help on this its like this... -->>I have an application that allows a User to brows files in a Computer... -->>On My point of interest Zipped files,that's My filtering Criteria... -->>When the File wiht .zip is found it is displayed on the Textbox very … | |
-->>Hi,I have developed a Program that accepts the inputs from an Input Box of Interger datatype,but whenever I try to Cancel the Input Box (That means if I decided not to provide any value and Cancel it) I get an Error saying "Type Mismatch" My Variable assigned to It's declared: … | |
-->>Hi,I am getting tired of recreating the menus in every form I design my be due to lack of information... -->>Thus I was wondering if there is a way that I write codes in may be a module so that I may be using it... -->>by just calling it in … | |
-->>Hi to all, now I was about to document the help file of my applicatiion and I thought "How or what kind of controls will I use to have something like waht Microsoft has in a Word application where I can just write the documentation in in such a way … | |
Re: -->>Hi krunal1986,I dont know what is the use of your code but I think Iam interested with it... -->>Can you ellaborate to me what is the use of the code please... -->>Tanx. | |
-->>Hello I hope all is well. -->>I'm trying to join or select some data from 5 tables by using the following join statement: SQL ="SELECT RegistrationTB.Christian_Name,RegistrationTB.Father_Name,RegistrationTB.Birth_Date," "BaptismTB.Date_Baptised,BaptismTB.Parish_Name,BaptismTB.Minister_Name," & _ "CommunionTB.Date_Communised,CommunionTB.Parish_Name," & _ "ConfirmationTB.LC_No,ConfirmationTB.Date_Confirmation,ConfirmationTB.Parish_Name,ConfirmationTB.Minister_Name," & _ "MarriageTB.LM_No,MarriageTB.Date_Married,MarriageTB.Parish_Name,MarriageTB.Mr_Name,MarriageTB.Mrs_Name,MarriageTB.Certificate_No,MarriageTB.Minister_Name " & _ "FROM RegistrationTB " & _ "INNER JOIN BaptismTB ON RegistrationTB.LB_No=BaptismTB.LB_No " … | |
-->>I hope all is well... -->>I have tried to use the package and Deployment wizard to create a setup for My application... -->>But the way My setup Icon Is (The default one) makes me feel uncomfortable,as I have an Icon alredy for my application and used it in all of … | |
-->>Hi all... -->>Here is what makes me be unconfortable here... -->>I was trying to develop a Progam that will help me creat a folder and make a copy of my passports -->>I managed to creat a folder but when I try to Copy the files is where I get an … | |
-->>Hope all is well... -->>I'm trying to print all records in my list view on my form I went through the tread http://www.daniweb.com/software-development/visual-basic-4-5-6/threads/431714/print-from-mshflexgrid-in-vb-6.0 and tried a couple of eamples it was cool and nice but what comes difficult to me is that my form has List View and not the … | |
-->>I hope all is well,I'm developing an application that stimulates the Computer monitor and so I have lots of buttons more likly as on my Monitor here. -->>I got stuck when I added a Slider on my Vitual Monitor,this is for adjusting Brightness on the Monitor whether high or low... … | |
-->>Hi everyone,I'm having this problem with updating records in my application my code is: SQL = "UPDATE Ministers SET User_Name='" & txtUser_Name.Text & "',Password='" & txtRetype_Password.Text & "',Prefix='" & cmbPrefix.Text & "',Passport='" & NewPicture_Name & "';" Call dbConnect Conn.Execute SQL Conn.Close Set Conn = Nothing -->>The SQL and Conn variables … | |
-->>Hi,I'm having an Access database (.mdb) with Members table and column Date registered just for an Example with datatype as text. -->>Now I have an Interface that I need to use it to get all registered members within the specified range of dates by using the Datepickers (1. Is for … | |
Hi,everyone I am trying to develop a simple program that will register Users with the following requirements as reflected with the fields on the interface: imgPassport.Picture ‘This is the Image for accepting Passport Size provided by the user lblPicture_Name.Caption = "User's Passport Size" ‘This is the Label to display the … | |
Re: -->>No additions may be if blocker needs more explanation... | |
Re: -->>It sounded to me as I was having a tutorial!!! | |
-->>Hope Its Cull to all,Iam having this proble of MDI form...I have a Child form with a cute interface but what discourage me is when I maxmise or recise MDI form the Interface of the child form becomes some what Ugly as all the controlls seems to align from Top … | |
Re: -->>'M not so sure but may be try to look on this post ealier solve it may hel perhaps if not I'll try sometin else please let me know. http://www.daniweb.com/software-development/visual-basic-4-5-6/threads/429015/help-with-search-data-in-database-with-textbox-and-listview | |
Hello everyone I have been learning about Web system design and I'm in a kind of interest,attached is my 1st web page so far with some little css and javascript.But I cant make my Scroll Down Navigationbar work properly it just stuck without annimating on mouse over effect can any … | |
Re: -->>Simple way wihtout much bleeding on ur fingers try 'UCase()' -->>Two Text boxes on ur interface and One Button & code the following on the button Private Sub Command1_Cklick() Text2.Text=UCase(Text1.text) end sub -->>Just to get an Idea,though iz another way if u 'll think this one is not Cul... |
The End.