5,430 Posted Topics

Member Avatar for overwraith

Yes that's odd. Why would you want the statistical value to change? Most math gives us the result but you ask how to change the result. If you want a certain answer, forget math and just set the answer as you wish.

Member Avatar for overwraith
0
754
Member Avatar for Magic8Computing

Is this in some code? If so, can you change the timeout? Example: 'For Timeout' Application.ODBCTimeout = 9999

Member Avatar for rproffitt
0
390
Member Avatar for jjsulzer

Your code is not formatted so I won't get into it but an obvious omission is the missing fclose(). Take your pick from https://www.google.com/search?q=is+fclose+required%3F I will not debate bad practices like this. Nor will I give a passing grade to such if submitted as homework.

Member Avatar for Reverend Jim
1
3K
Member Avatar for terrie4

@JamesCherrill. I've read that before and for reasons our main products don't have any iOS or Apple version. We use the old serial port Bluetooth profile and Apple botched that long ago so we can't issue an Apple version. We also have some code that is data driven so it's …

Member Avatar for rproffitt
0
377
Member Avatar for Reverend Jim

I asked about this and from memory Dani wrote that messaging for most is a feature that you pay for. For moderators this means the easy way we had before is gone. So we apparently get the same interface to message as a paying member. Which you described. I too …

Member Avatar for happygeek
1
9K
Member Avatar for Thanseeh

I have a question. I found the database connections to fail in 64 bit versions of current issues of Windows. As such we had to remove all database references and EOL (End Of Life) all the old VB6 apps that did database work. You may be new to VB6 but …

Member Avatar for rproffitt
0
1K
Member Avatar for Swapnil5513
Member Avatar for rproffitt
0
145
Member Avatar for yllrad

Why not that rule in your code? That is, you query if there is a record and if none for the time/date then you insert.

Member Avatar for rproffitt
0
241
Member Avatar for open2join

Since this appears to be a Windows system, I'd stop beating my head against the wall and make it C++.

Member Avatar for rproffitt
0
321
Member Avatar for John88pogi

I can make a bet this may not work correctly. Long ago I had issues with VB6 and wrong answers. There were two causes. 1. I forgot that a VB6 Integer was only 16 bits. 2. There were patches made in VB6's SP6 and SP6a that corrected things. Fast forward …

Member Avatar for le5691
0
394
Member Avatar for open2join

Let me share that my works in C# were the least troublesome over the years. My experience with .NET was without troubles so I tend to use that over and over. I'd do that again.

Member Avatar for rproffitt
0
290
Member Avatar for cppgangster

Good question. Sad answers so far. I've yet to find a source that runs say a "lint" on c++ code to tell you if you are using depracated API calls. So just like the decades before you test on the versions of Windows you are targeting. As to 32 to …

Member Avatar for zigale
0
574
Member Avatar for FarrisFahad

I looked at other websites and not one has such an interface. Look at how Daniweb shares. What's wrong with that?

Member Avatar for gentlemedia
1
4K
Member Avatar for joshi1984

Or you add code to your text change event to test for valid input and remove what isn't allowed. Also, you could research this. I did with this search: https://www.google.com/search?client=daniweb-ab&q=vb.net+IP+address+input+box+example

Member Avatar for xrjf
1
5K
Member Avatar for SimonIoa

I think you asked this 9 months ago. Doesn't matter. Maybe folk are not replying since https://www.google.com/search?q=Ionic+-+Pass+value+on+another+page seems to find priors.

Member Avatar for rproffitt
0
3K
Member Avatar for mikewax

Maybe a lite version. http://www.litedb.org/ takes the dll and your code in say C#.

Member Avatar for rproffitt
0
164
Member Avatar for EddiRae

Try using VS's deployment tools next time as creating a folder and dropping exe's in there can be trouble as in permissions, ownership etc.

Member Avatar for EddiRae
0
1K
Member Avatar for misstj555

I'm going with these can be nearly the same and YOU matter more than the degree title. Your skills and drive matter more here. From the web you read "You can work in the field of your choice with a Bachelor of Computer Science or Bachelor of Applied Computer Science. …

Member Avatar for misstj555
0
4K
Member Avatar for Texx

Since both Chrome and Opera use the same engine and changes happen there, you have to dig into your code. I didn't but want to mention that I check out my code and two sites to see if there's any mention of troubles. https://caniuse.com/ and https://validator.w3.org/

Member Avatar for rproffitt
0
368
Member Avatar for NuGG

I won't write exactly here. I will note that anyone using any Cloud app still has to protect their data. Only the very new don't understand this. And sometimes I hear that only old foggies are the ones talking about it. Sort of like this guy: [Steve Wozniak.](https://www.cnet.com/news/woz-the-cloud-is-a-nightmare/) So about …

Member Avatar for rproffitt
0
3K
Member Avatar for Катя_1

You have asked similar same question twice or more before. Why ask again? I'm starting to think you are spamming for Mobirise?

Member Avatar for rproffitt
0
198
Member Avatar for dukoolsharma

Wouldn't this vary with each computer or platform? As such the only answer would be to run a test on the platforms you have now.

Member Avatar for HimaniBansal
-1
310
Member Avatar for Karen_9

A few points. 1. Java usually coughs up an error. Did it? 2. https://rosettacode.org/wiki/Mastermind currently has 9 implementations up.

Member Avatar for JamesCherrill
0
376
Member Avatar for ajSauro

While the answer is no since you have to pay for the Windows OS so it's not free at all. But if we disregard this is not a free OS then once you've paid then you can use the API calls. If there is an issue with free or not, …

Member Avatar for rproffitt
0
150
Member Avatar for misstj555
Member Avatar for vantage23

https://www.google.com/search?q=python+input&gl=US tells us how to use the input function. Always check your docs.

Member Avatar for vantage23
0
4K
Member Avatar for Pankaj18

The closest I see is at https://www.c-sharpcorner.com/UploadFile/145c93/get-all-the-video-of-a-youtube-channel-using-jquery/ Otherwise I think you have to really explain what you want to do and share your code so far along with what stopped you.

Member Avatar for rproffitt
0
159
Member Avatar for omi4u

As I read the first section of code, Line 11 reads as if your record set "might" give you a set with one item. Use your SQLfoo (your SQL command line skills) to test this out. Again, all looks as the code is fine and doing what you asked in …

Member Avatar for rproffitt
0
593
Member Avatar for Lylyhannah

My take is you should copy prior builds like you see at https://www.reddit.com/r/PCMasterRace/wiki/builds Or if you want to tweak them, just push it around like change to all SSD, more RAM, etc.

Member Avatar for rproffitt
1
456
Member Avatar for Vinod_16

Isn't it 127.0.0.1? I used that when I needed to chat with the SQL Server on the computer my app was running.

Member Avatar for Reverend Jim
0
379
Member Avatar for vegaseat

@Amjed_1, such things are out there. https://www.google.com/search?client=firefox-b-1&q=Steganography+GIF Change that to include "source code" to find them.

Member Avatar for JamesCherrill
5
10K
Member Avatar for Mike_63

Let's break it down to prime number generation and then what I'm guessing is how to convert from 1, 2, 3 to 1st, 2nd and 3rd and so on. Prime numbers is a rather done deal. I see 14 categories of Prime number at https://rosettacode.org/wiki/Category:Prime_Numbers To get prime numbers has …

Member Avatar for vegaseat
0
637
Member Avatar for Катя_1

That's a tough question as for each extension there could be a license duration. Also if the extension relies on import or code from some cloud you don't know how long that access will be granted. So for each extension you have to know how it works and the agreement …

Member Avatar for rproffitt
0
213
Member Avatar for Aron Smith

Look at the age of the battery. Anything past 2 years and you replace that. If that doesn't clear it up then replace the charger. I take it you have already googled this and tried software methods. Cost is about 30 bucks here from Amazon for both items. PS. While …

Member Avatar for Reverend Jim
0
771
Member Avatar for mexabet

In case no one sees what's going on my web master does the following when that happens. They log the SQL submission string for the change then try it by hand if they don't see a syntax error. Also, they check the SQL database manually to see if the update …

Member Avatar for rproffitt
0
1K
Member Avatar for begazed

When I check out a site for any issues I start with two reports. Here's the links I'm using today. These tend to change over time as we find better tests but here is now and what I'm using to see what's up. 1. https://gtmetrix.com/ 2. https://validator.w3.org/ Some folk balk …

Member Avatar for Trasser
0
645
Member Avatar for jkon

This sounds to me that you are vey displeased with how PHP and other frameworks, languages progress over time and what used to work, breaks as they upgrade. I've seen that with JAVA as well as PHP, Python and other systems. While the new PHP broke your code, repairing what …

Member Avatar for Trasser
1
2K
Member Avatar for Alv45525

That's not how it works. The OS and the GPU sets the maximum version of DirectX. To prove this I wrote about some old iron from 2009 which was a HP D4999T running W10 Pro. It runs the current latest DirectX yet the old spec sheet for the machine from …

Member Avatar for Trasser
0
616
Member Avatar for Kerdon

Since this is your assignment my answer is that you test your code and if it works, you submit it. Don't get trapped in the is it done this way or another. To me, the exercise is to show your solution.

Member Avatar for rproffitt
0
603
Member Avatar for Jesse_15

Let's be clear here. You want to create something like https://www.google.com/webdesigner/ ? Also, this site isn't about "gimme the code." You share where you are stuck such as "foo is undefined at line 42" and share what line 42 is and members may troubleshoot that. This site is also about …

Member Avatar for rproffitt
0
416
Member Avatar for Катя_1

Anything is possible. Sounds like a cool project to start (Mobirise to WordPress.) I take it you google'd about it and found the same I did. That is, an [attempt was made](https://www.google.com/search?client=daniweb-b-1-ab&q=mobirise+to+wordpress).

Member Avatar for rproffitt
0
274
Member Avatar for AMINE.NOMIDIA

I'd re-explain this. I would be guessing you want this to export to Microsoft Word.

Member Avatar for rproffitt
0
161
Member Avatar for idaryl

https://www.google.com/search?q=Outlook+2011+receives+but+does+not+send+GMAIL finds many causes. However you have to admit that today changes happen without us touching the computer. Look through the priors and let's hear what error message there is on send.

Member Avatar for rma
0
347
Member Avatar for SharonP123
Member Avatar for SharonP123

That's the Unicorn. I can write that such fails as you move about the world. China for example and so on. What you want is doable but will be tailored to each country and what Internet connections are available. To make matters worse you would deploy 5G overseas in some …

Member Avatar for rproffitt
0
335
Member Avatar for misstj555

This is TMI. Stop right there. Make a new post but only with what you are specifically stuck on. Such as "My code errors on this line. Do you see what's wrong?" Dumping the entire assignment is never a good idea as no one does the homework/assignment.

Member Avatar for misstj555
0
587
Member Avatar for David_147
Member Avatar for rproffitt
0
259
Member Avatar for Kam_1

This sounds like the problem you had at https://www.daniweb.com/programming/software-development/threads/518763/problem-with-graphic-interface-on-my-app-java

Member Avatar for JamesCherrill
-1
2K
Member Avatar for DeanMSands3

"There's got to be a better way." I just setup my second Yi Car Camera (see that on amazon.com or elsewhere) and at no point in the setup or use did I see any mention of IP configuration. You should explore their method of WiFi setup. The same thing happens …

Member Avatar for rproffitt
0
2K
Member Avatar for Sheetal_1

This appears to be the same in Java and other languages. http://net-informations.com/faq/net/shallow-deep-copy.htm is a nice treatise about it.

Member Avatar for sritaa
0
347

The End.