-
Replied To a Post in How to Reduce Qty from Stock Table when Sales qty using vb.net and sql
You're getting better. But when I work SQL problems like this I take the command and try it from my SQL command line. That way I can see if the … -
Began Watching How to Reduce Qty from Stock Table when Sales qty using vb.net and sql
sqlconnection = new SqlCeConnection(ConnectionString); sqlcommand = new SqlCeCommand(); sqlconnection.Open(); sqlcommand.Connection = sqlconnection; sqlcommand.CommandText = (@"UPDATE ItemStock_Info SET Quantity =@qun WHERE [Item_Number]='"+ textBox1.Text +"'"); sqlcommand.Parameters.Add("@qun", qun); -
Replied To a Post in bios setup not open
This varies with make and model. Tell more. -
Began Watching bios setup not open
i am not able to reboot our notebook because when press F10 administration password comes setup is locked please solve -
Replied To a Post in protect password
Is this similar to https://www.daniweb.com/programming/threads/511883/display-name Remember you need to not only show the other code in the backend but do not discount this has been done so many times both … -
Began Watching protect password
hi i used this simple form which are these..but i want to protect password from oracle database if user enter wrong name and password then not login otherwise login <!DOCTYPE … -
Gave Reputation to Michelle_10 in Unique IT thesis topic for 2011
nagmula ka sa tatay mo. WALANG RESPETO! HINAYUPAK KA! -
Replied To a Post in Vb6 Take ScreenShot with Form2 X , Y area
You left out your code and where you are having problems. How to take a screenshot is on the web so that can't be the problem. In VB6 a form's … -
Began Watching Vb6 Take ScreenShot with Form2 X , Y area
Hello experts i need help about screenshot code. i have two form ( Form1 & Form2 ) form1 have one button and picturebox. and form two is empty. i want … -
Replied To a Post in how windows xp is upgraded into win 10?
I've never heard of such an upgrade path. The deal for a free up from 7 or 8 to 10 is now at its end so for you to do … -
Began Watching how windows xp is upgraded into win 10?
how windows xp is upgraded into win 10? -
Replied To a Post in network traffic routes
If it's like mine, you did it right. Internet -> Router w/WiFi -> Switch -> wired devices. All the wired devices can talk among themselves with an exception being if … -
Replied To a Post in network traffic routes
Need a little more. In a switched network if machine a and b are on the same switch the traffic is direct between a and b and no other network … -
Began Watching network traffic routes
I have a router in one room of my house and wires running through the house into my bedroom where it's connected to a switch that further connected to several … -
Replied To a Post in What's the HARDEST program you've written?
This just in. Hawaii's alert system screen revealed. Must be hard to code this one as well.  -
Began Watching What's the HARDEST program you've written?
Just curious. Hehe, I was thinking about this the other day and now I'm wondering what all you fellow coders out there have done. So what's the HARDEST most complicated … -
Gave Reputation to rubberman in How to calculate time difference between dates in swift
Convert the date+time into seconds from the "epoch". There are functions to do this in php, java, C/C++, C#, et al. Then you just subtract one from the other to … -
Replied To a Post in login MySQL error when program run
Hi divinitt02, You did not offend me at all. It seemed to me that you wanted an answer before others may wake up and check this forum. That comment about … -
Replied To a Post in Would like to build a web site for the DNS that I have...
I think you need to read the next link. https://computer.howstuffworks.com/dns.htm You most likely bought a domain or web site name. So next up is to share where you will be … -
Began Watching Would like to build a web site for the DNS that I have...
I bought a web site a few months ago thinking that I could go to a community tech school. I have not found the classes that I need. So I … -
Gave Reputation to Ryujin in Diagnosing CSS collisions?
Okay, threw out the CSS and started from scratch with the stock CSS of the *Strongly Typed* template. Guess what? Carousel works at all resolutions under that. So now am … -
Replied To a Post in Find and Replace text with @ symbol - MS Excel 2016
2 things. Your blog looks ancient in content. Second I think you'll have to write some VBA code to do this one. I didn't find the search and replace to … -
Began Watching Find and Replace text with @ symbol - MS Excel 2016
(Mod: if this is not the appropriate area for this post, please move. Thanks.) I am attempting to Find and Replace text in an Excel 2016 spreadsheet. For example, I'm … -
Replied To a Post in How to get the IP of server from application
You left out a critical piece of the question. Where is that database? If it's on the handheld you could try 127.0.0.1. But that would be me guessing what you … -
Began Watching How to get the IP of server from application
I want to connect the mobile application to the database(mysql). Every time i use the application i have to change the IP address from the android studio. Is there any … -
Replied To a Post in Please review my site
Those Kodi boxes and many add ons are dead now. Read why at https://www.howtogeek.com/336176/why-your-kodi-box-isnt-working-and-what-to-use-instead/ Are you sure you want to keep up a site that will only get folk that … -
Replied To a Post in Windows 10 update ruin my computer
@Phillipe, that's terrible. At our office not one glitch but few AMD machines. Windows Server generally has been dead stable. Can you share what Windows Server version this was and … -
Replied To a Post in login MySQL error when program run
Sometimes it takes a day. Here you posted 4AM my time and it's now 6AM and I'm just now getting a moment to look around. However when I read any … -
Began Watching login MySQL error when program run
hi everyone I am currently practicing my java skills by doing this program called car rental management system. I am creating a login page where when the user login it … -
Gave Reputation to Lorraine_2 in Flickering screen after Windows Update
I ended up having to reinstall Windows. The laptop was useless in regular mode. Couldn't access "start" or type anything into "search". However, I could do both of these things … -
Replied To a Post in C# windows form TCP client cross thread operation not valid error?
I'd take a read of https://www.codeproject.com/Articles/15861/How-to-solve-quot-Cross-thread-operation-not-valid to see if an easy(?) fix can be had. -
Began Watching C# windows form TCP client cross thread operation not valid error?
Hi, I am testing a Tcp client C# windows form application I am able to send data to Tcp server Software(Hercules 3.2.8) But when i sent data from Tcp server … -
Replied To a Post in Need some suggestions in web design UI/UX for a used car platform.
I think I see why your posts are getting downvotes. In your other posts you wrote: > I know a site named Quora, This isn't Quora so don't do that … -
Began Watching Need some suggestions in web design UI/UX for a used car platform.
Hi, Recently I'm working for a Japanese company and taking a task from my boss: Research and get new ideas for UI-UX of a site Subaru Forester 2008 for sale … -
Replied To a Post in php code
I did not downvote you. I think you need to read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question first then try again. If you are wanting to hire programmers there's a way to do that as … -
Began Watching php code
I want to make option to approve users before they can login or to ban them. can anyone provide me the code -
Gave Reputation to pty in profile_info value remains the same
Just an idea. Rather than trying to do two things at once, first make one work then (when you're sure the first bit is correct) concentrate on the second. If … -
Gave Reputation to happygeek in Modem problem
Buy a new one. It's passed on, this modem is no more, it has ceased to be. It's expired and gone to meet its maker. It's a stiff, bereft of … -
Gave Reputation to zachattack05 in Removing old, unused columns - Need suggestions on not breaking apps.
Good points rproffitt! The typical disaster plan here is unwritten and typically goes like this: "Oh crap! There's a problem! Quick! Restore a backup!" Amazingly it works more often than … -
Gave Reputation to Reverend Jim in Removing old, unused columns - Need suggestions on not breaking apps.
There is also the possibility that some programmer wrote code that accesses the columns in a recordset by number rather than by name. I've seen it done more than once … -
Replied To a Post in question: Do i need to do a formula for each state calculation
So yes, sure. One formula but just before that formula you look up the "Tax Rate" . That is you have this "Tax Rate" variable to fill in. OR you … -
Replied To a Post in Removing old, unused columns - Need suggestions on not breaking apps.
I have a few thoughts on this. 1. The columns have names. Search the project for references. If none, almost good to go. But don't delete. 2. Don't delete, rename. … -
Began Watching Removing old, unused columns - Need suggestions on not breaking apps.
I'm not sure if this is the right forum to ask this in, sorry if it isn't. It's been a while since I've been to this site. We have a … -
Replied To a Post in Modem problem
Not to sound obvious but you replace it. It's gone. -
Began Watching Modem problem
My modem dropped inside water for over 2hours and it stopped working wat can I do -
Gave Reputation to AssertNull in Circle Rectangle Side collision.
> I was hoping thier was going to be an easy way to go about this. "Easy" is relative. As I think I mentioned, if the rectangle is vertical/horizontal as … -
Replied To a Post in question: Do i need to do a formula for each state calculation
I missed what country this is for but here's the US Gov site with those rates for Fed and each state. https://www.eia.gov/tools/faqs/faq.php?id=10&t=10 So a yearly update it seems. -
Replied To a Post in Last week for Windows 10 Free Upgrades. Now closing on Jan 16, 2018
There's one trick I used on W10 machines that is little known. I had a relative that insisted their PC could only use the 32 bit Windows versions. So fine, … -
Replied To a Post in question: Do i need to do a formula for each state calculation
Sorry but I don't know of such an api. Tax tables may be on the web but since this must be correct it's best you get the tables, update your … -
Created Last week for Windows 10 Free Upgrades. Now closing on Jan 16, 2018
A relative had a pretty beat up qualifying Windows laptop so I took a chance that this deal was still working. Read https://www.cnet.com/how-to/microsoft-windows-10-free-upgrade-offer-assistive-features/ but the new expiry date is now …
The End.