49 Solved Topics
Remove Filter Hi All, Back after a LONG break from Daniweb, love the new look! I have the following data scanned from a pdf417 and need to extract certain text to certain text fields, not sure how to go about this... Data scanned with manatee works plugin and android app using android … | |
I have a function as below in javascript that gets all the values from different inputs/selects. It must then build up a string that will be passed to a textarea. This was working fine last night when I tested. I then tweaked something, not sure what I did and of … | |
 # Please see attached image # a User will click on an img which in return will either show - -if unchecked is visible, checked image will be visible (javascript used for this) -and vice versa. I have no idea how to achieve the following - If a … | |
I have the following code which works just fine... $result = mysql_query("SELECT * FROM test_prefixvehiclefeatures ORDER BY Feature ASC"); $count = 0; echo "<table border='1'> <tr> <th>Select a Feature</th> </tr>"; while($row = mysql_fetch_array($result)) { $count = $count + 1; echo "<tr>"; echo "<td>" . $row['Feature'] . "</td>"; echo "<td><img src='images/unchecked.png' … | |
I just picked up on this today. What is the skill endorsement all about? | |
I have 3 select boxes, each one returns a different field from database i.e., in database - 2010 BMW 320i, record 2 2008 Aston Martin DB9 and so on. What I do is to first get user to select a year, then submit form so I can return all vehicles … | |
I have the following scenario - User clicks on an image to search for a particular brand vehicle. The value of that image must then go the hidden box where I will post the value returned to another form. I just can't seem to get the value returned... My code... … | |
Stuck again... :) I am returning close to 60 records from a search in mysql. I want to add these records to a select box. When I am looping through the records, it adds a select box for each record. Not sure where I am going wrong. It does load … | |
I am totally stuck here and found tens of samples on posting to get and set values. What I am trying to do is - 1) Let a user enter a vehicles year model into a textbox in my form (set to post) 2) I then need to get this … | |
I am totally stuck and hope that someone here might have had the same problem in the past. When I test my code under localhost, all images displays perfect, not so when uploaded from my hosting server. What it does: It uploads data from the database as a description of … | |
I need to add an image (saved path in mysql - image from file on server returned from $image_id) to my page according to 4 rows returned. There will always be 4 rows returned from db. My problem is that it shows the same image (main with 3 thumbnails) in … | |
I have been searching for the answer for 2 months, but still no success. Below the setup and connection string and all checked already. Firstly my errorlog file error = 18456 Severity 14 State 11 (Login failed for user OLDPC/GUEST. Token based server access validation failed with an infrastructure error. … | |
I tried to report a duplicate thread in vb6, got this message - [QUOTE]AndreRet, you do not have permission to access this page. This could be due to one of several reasons: Your user account may not have sufficient privileges to access this page. Are you trying to edit someone … | |
I have been so stupid to hit go at the bottom after I added a new user, deleting all users including root. I have re-installed xampp twice, tried to change the password via the xampp security, still with no success. xAmpp loads perfect on [url]http://localhost[/url], phpMyAdmin though shows the following … | |
I have followed every step in the My Sql forum posted - [URL="http://dev.mysql.com/tech-resources/articles/vb-blob-handling.html."]http://dev.mysql.com/tech-resources/articles/vb-blob-handling.html.[/URL] I have no problem in saving the picture file to MySql. The problem arises in retrieving the picture. I am using code as follow: - [CODE]Private Sub DataLoadPicture() On Error GoTo ErrFailed Dim cnPhoto As New ADODB.Connection … | |
I have been stuck on this for 2 days now. There were a ton of code available, but not one working solution. Below is my code to send the mail once a user requested a service at an auto repair shop. It updates mysql with all of the data and … | |
I'm not sure how to write this in php, so any help will be appreciated - In vb6, I would have had a function similar to this code - [CODE]Function GetReserve() Dim xAmount As Integer, xValue As Integer Select Case xAmount 'Where xAmount is an Integer Case Is = 0 … | |
I have created a string, now I want to add data to the end of the string - [CODE]<p>This is the string</p>[/CODE] I now want to read from MySql from a field and add the data to the end of the string. Something like - [CODE]&Str1 = "This is the … | |
I have a main page where the user will select an image between 32 others. Each image has its own category. I then need to open my Categories php page (no need to have 32 I'm sure), where the image selected will display THAT images categories. I have no idea … | |
I am loading text from a text file into my page. This all works fine, but it loads the text as one paragraph and not in separate lines, line breaks or paragraphs. How can I achieve the line breaks to load the same as is the text in my text … | |
I can validate the captcha successfully, but when I set the button property 'Action' to 'Submit form, the captcha does not work, nor does the validation on username and password. When I set it back to 'None", Captcha works, Data not validated. The code below is quite long, but it … | |
I have the following code that checks for captcha validation in php. If successful it will echo correct etc. [CODE]<? /* This is the back-end PHP file for the How to Create CAPTCHA Protection using PHP and AJAX Tutorial You may use this code in your own projects as long … | |
I have noticed, since last night, that there is fluctuations in the member panel calculations. When checking my daily activity on my panel, I had 126 points. I then continued to the member rank page where it showed 57. I thought it was the daily cut off, but when I … | |
[QUOTE]DaniWeb Message Your submission could not be processed because the token has expired. Please push the back button and reload the previous window.[/QUOTE] I have posted a welcome to a new member last night. This morning I have noticed that it does not show up, so I have reposted the … | |
I have just started designing, stuck on this. I have a few div tags that I am trying to line next to each other with a 10px spacing between them. I just can't seem to get it to align though. They are contained in another tag (center_container) with the following … | |
I have an image on top of my logo image, used for login purposes in my index.html page. The logo code works perfect in loading my index.html page when clicked on. The code - [ICODE]<div id="Logo"> <div id="lmenu5"> <a href="Login.php"><img src="Images/Top Menu/Login.png" alt="Login or register." name="Login" width="130" height="43" id="Login" title="Login … | |
Ever wanted to change jobs or wondered what else is out there for the more senior developer. This guy has drawn up some interview questions (supplied by readers and interviewers) for senior software developers that will determine if you will be able to land that new shiny job. Have a … | |
I found this very interesting article about the seven deadly sins of software development. I am sure we all have a sin in there somewhere. It covers all seven, Lust, gluttony, greed, sloth, wrath, envy and pride. The full article can be found [URL="http://www.infoworld.com/d/developer-world/the-7-deadly-sins-software-development-872"]HERE[/URL]. | |
This question has been asked over and over again, where to go next with my skills. The link below gives a diagram which will help you on deciding to choose the language that will suit your needs best. You can find the diagram [URL="http://www.streamhead.com/what-programming-language-to-learn-next/"]HERE[/URL], written and designed by Peter BackX. | |
Dear Tech Support, Last year I upgraded from Boyfriend to Husband and noticed a distinct slowdown in overall system performance, particularly in the flower and jewellery applications, which operated flawlessly under Boyfriend. In addition, Husband uninstalled many other valuable programmes, such as Romance and Personal Attention and then installed undesirable … | |
An interesting link that I have found [URL="http://www.johndcook.com/blog/2009/07/24/windows-console-fonts/"]HERE[/URL]. It allows you to change the fonts in your command prompt console or in powershell. | |
What new plans are on the charts for Daniweb in 2011? Add your comments on what you would like to see getting improved upon, added features etc. | |
With all the recent hype about spammers, bots and malware, I found [URL="http://wpmu.org/why-you-should-never-search-for-free-wordpress-themes-in-google-or-anywhere-else/"]THIS[/URL] link "Why You Should Never Search For Free WordPress Themes in Google or Anywhere Else" The first page that google supplied is numbered and discussed in detail to every link provided. It seems they are all cluttered … | |
Have a look at [URL="http://www.bgr.com/2010/12/29/hello-my-name-is-9649e796e8b23900dc9629a18f2d47306430e62f/"]THIS[/URL] link. Your every move can be tracked via your mobile's UD (mobile device unique identifier) and a lot of spam etc can be send. It does not seem that we have any say over this at all, although two people already started legal action in … | |
How did your new year resolutions from 2010 pan out during the year? Mine was a total disaster. I think there was only one that lasted until February. All the others fell out of the bus during January... ;) This year, mmmmm. Definitely grow my business by at least 35%. … | |
What do you have planned for the holidays? We have decided to have a very quiet family get together at my place for the holidays. | |
I just got into the first 100 post count bracket!:) | |
Is it possible to get a direct link to the rankings page? If not, is it possible to add a direct link, say next to your logged in status etc. Every user now has to go to his personal page and access the rankings page from there.:) | |
Never thought this will happen to me, but, guess what, IT DID!!! I have accidentally let my drive slip from my hands yesterday with almost a terrabyte size of data on there. Obviously after re-inserting the drive into my hard drive dock, all the funny noises started and my system … | |
Anyone following the Ryder cup? Europe ahead by one point (4-3) hoo hoo!!! Sorry USA. Whats up with the weather though, you need a boat to get around! Good luck to both teams though. I'm supporting Europe and Monty. ![]() | |
My turn to ask a question.... Does anyone know how to open a report (.rpt) in Crystal Reports 2008 using vb6? I have just spend a lot of money purchasing this and now it seems that it is not compatible with vb6 at all. It was working fine in earlier … | |
:icon_confused:I have made the change from access to mysql. I am using vb6 to connect. The connection seems to be fine, it was some code sample that I have downloaded from the net. The app is reading the databases, but as soon as I select a database, i get an … | |
Just to say hi to all the .NET helpers out there. I have made the dreaded (but forced) change from vb6 to .NET. I will rely a lot on your expertise in this forum, and thanks to those that will be prepared to sort all my questions. I have been … | |
It is very close to that time of the year again where many (fortunate) people start planning where to go for the holidays. Do you have any plans made, going somewhere? Share your plans with us. If you do travel, plan ahead and please be carefull. We ALL would like … | |
Ever felt like you need to do SOMETHING, but you don't know what. You are sitting at your pc, thinking about coding and finishing that app. 10 minutes later you are so bored you start surfing. 20 minutes later you start a game. 10 minutes later you install something. You … | |
A reply on so many data and SQL questions, this attachment has 20 forms with all different connection samples and data related queries. This will put any beginner on the right track to successful coding in vb6. I have put together this sample from numerous others over the past few … | |
I've been gone for nearly a year. But like all other good things, I am back again. | |
Got stuck completely. Need to shell to an app running on IP***.***.***.***, Server is running windows server 2003. Normally connect to app using remote desktop connection. I need to let client connect from MY app to this server - forms part of app I'm developing. | |
Yes, as u can see I'm a newbie. Stumbled onto the site by accident - loves what I'm seeing. I wish you all a marvelous 2008. Some of you probably still on leave. Enjoy while u can. Will chat on some other threads soon.... |
The End.