rproffitt 2,701 https://5calls.org Moderator

Given only your post, maybe. Does it look OK if you cold boot to the BIOS screen? If it's OK there tell me make, model and if you are keeping up with the usual 1st of the month canned air to the vents maintenance.

rproffitt 2,701 https://5calls.org Moderator

I wrote that outside of the lab the results can be unknown but should work most of the time. This is why programmers use transport protocols that include handshakes, retries and more. Only the very newest network programmer uses the throw the packet and hope it makes it design.

Hope that's clearer.

rproffitt 2,701 https://5calls.org Moderator

While the simple answer is no, we have to dive again into what is WiFi to see why. Now it should work, but you can never be sure unless the network layer has retries and more. There was this new programmer that attempted this with UDP without handshakes and failed to grasp that it was doing exactly as expected.

WiFi is in open airspace so what's going on in that airspace can unexpectedly block the link or degrade it severely. In a lab what you asked is fine. Do you need to consider outside a lab environment? Will it be OK it will work most of the time?

rproffitt 2,701 https://5calls.org Moderator

@OP

Consider you have 2 for loops in your code. So while line 4 is where you need to add what you want, you have to decide if the value is from the inner, outer for loop plus the 100000 or 100001 or another formula. But line 4 is where you need to code as you wish.

rproffitt 2,701 https://5calls.org Moderator

Did you miss a zero in your last reply?

sashiksu commented: yeah I missed zero , sorry for that +1
rproffitt 2,701 https://5calls.org Moderator

Did you ask the world to write this? Let's see your work so far along with the first thing that stopped you.

rproffitt 2,701 https://5calls.org Moderator

Why not add 100000 to line 4?

rproffitt 2,701 https://5calls.org Moderator

My apps out there are all custom jobs written to perform some specific task. So you won't find them in app stores but on production lines and technicians making service calls. Real boring to some stuff, but they did pay off.

One of the great features of such work is I didn't have to deal with end users too much. Changes and requests were beat up and codified before I saw a request for a new feature or change. And it was agreed long ago that changes were chargeable events. When you go for apps like what I think you are doing, it's a whole new ballgame. It's the slings and arrows of life such as Hamlet bemoaned about. You'll need a very thick skin and a layer of teflon.

I think folk would show interested or more replies if you shared what's setting your app apart from the croud.

rproffitt 2,701 https://5calls.org Moderator

Research why there is a non-numeric in that column. I don't have Access on this machine so I can't run your system. Why not return your numbers into an array and see what's up?

rproffitt 2,701 https://5calls.org Moderator

Your post is missing your attempt at solving this and what area you are having problems. I have to ask this. Are you using some forum that writes the code for you?

rproffitt 2,701 https://5calls.org Moderator

Nice to read you are seeing that audio sync issue too. What I find not funny is that on some other gear (an Intel NUC) I had to try six distros and only one could fly straight. And even then there are troubles. This industry is full of issues. I've read your posts and this one is marked to get alerts and it's one of those shame shame shame on Dell ones.

I don't know if you know but my trigger is HP. May last HP was my last HP. At 3 months it went to their depot, came back in a week and HP walked. Six months of calls, web surveys and about the only honest answer was "We've done all we can." So that was it for me an HP. Like you and Dell, you won't give the nod to those brands.

rproffitt 2,701 https://5calls.org Moderator

I asked to get an idea of how you work with others. Your reply bristles rather than enters into a conversation about how it went and how far you got.

Don't take failures as a bad sign. All the programmers I know fail, fail, succeed, fail fail, succeed then repeat. I see that about the third paragraph you get down to business.

Here's the thing. There are now so many note takers, word processors and things that deal with words and pictures that you may want to push it out on the usual App Stores and run with it. If it's really innovative then you'll get a review somewhere or get in those top 10 lists.

Tell more.

rproffitt 2,701 https://5calls.org Moderator
rproffitt 2,701 https://5calls.org Moderator

Sorry but the book is not in PDF form for very good reasons. The author elected not to since my bet is they want to reap the benefits of selling it.

As to source, I think you must be pretty new to the web so here's how I looked for source.
https://www.google.com/#q=open+source+bittorrent

Since you are new, the source files are off on another link like this one:
https://sourceforge.net/projects/qbittorrent/files/qbittorrent/

Dive in and soon you'll be able to find source code on your own.

Let's say you only need a primer. https://en.wikipedia.org/wiki/BitTorrent seems high level enough and has many references to dig into as well.

rproffitt 2,701 https://5calls.org Moderator

I'd ask this be removed as it's not a good start to your reputation in many forums. Try again but share the work you've done so far and where you are having issues.

rproffitt 2,701 https://5calls.org Moderator

Did Dell ever broach the subject of Bluetooth and WiFi coexistance? For reference look at figure 2 of http://www.marvell.com/wireless/assets/Marvell-WiFi-Bluetooth-Coexistence.pdf

Since that system uses a single FEM it's not going to do Bluetooth and WiFi at the same time even if the 2 systems are on different channels.

If Dell didn't sort this out ahead of time, which sounds to be the case here, it's going to be a royal mess. I'm not there to look it over but if it never worked, I wonder if the final driver pack just ditched Bluetooth and hoped no one noticed. I've been overseas and they do sh__ like that.

For me I like to see a WiFi module and a Bluetooth module but in Inspirons the price pressure means no such luck. I have an Inspiron here but it's card is WiFi only. If I want Bluetooth I plug in one of those nano USB dongles.

rproffitt 2,701 https://5calls.org Moderator

Just an idea. If you want to set this to zero on blank, either test the string for blank and set it to "0" or try catch around the code and handle it as you wish. More about it at https://www.google.com/#q=try+catch+java+android+example

rproffitt 2,701 https://5calls.org Moderator

I did a google search and there are papers and source code out there on this. I also find books like http://www.amazon.com/Peer---Peer-Computing-Applications-Computational/dp/1439809348/ if that's your medium of choice.

It looks to me that nothing is hidden here and you don't need a book but time and content.

rproffitt 2,701 https://5calls.org Moderator

So line 14 is the issue?

I see a non-numeric at the top of the column. Where is that coming from? It could be why it can't sum the column.

rproffitt 2,701 https://5calls.org Moderator

I'd rewrite lines 1 and 2 so you read lines as you process them.
Example at http://www.dotnetperls.com/file-readlines

Sorry that I was unclear. The line one in my reading read one single line. Time to rewrite this.

rproffitt 2,701 https://5calls.org Moderator

I see no code to create the SUM that I guess is where the #Error is on that screen. I would be guessing this error is in your Access too. (Which is not Visual Basic.) Also I don't see Sum(Fields!salary.Value) in your code.

rproffitt 2,701 https://5calls.org Moderator

@Gerermos. You'll have to explain your issues clearly. I looked at this with others and nothing spooky is going on.

rproffitt 2,701 https://5calls.org Moderator

Visual Basic 2015 is code. This forum supports code in replies. Copy and paste the line or lines you think are in error.

If you paste the entire app, then no one looks for many reasons.

rproffitt 2,701 https://5calls.org Moderator

Great question. https://www.google.com/search?q=workspace+resolution+I+am+getting+an+error%3AMissing+artifact&ie=utf-8&oe=utf-8 really points out that "this can happen." I like the priors on this since it feels like all the ducks must be in a row without any mallards. That is, it's just that picky. I think it's your choice on whether this is a show stopper.

rproffitt 2,701 https://5calls.org Moderator

That's pretty vague. This could mean that your Cellular data card has expired (that's a service) or you have a burned out laptop. Take a little time when you post so folk get a better impression of you and your issue.

rproffitt 2,701 https://5calls.org Moderator

You posted no question so how to answer? What you did post looks like the usual homework assignment so show your work so far along with what you think is the problem.

rproffitt 2,701 https://5calls.org Moderator

This sounds like your standard crash. Now that you know the generic reset, you move to another area.

Are you keeping up your maintenance? Canned air on the vents every 1st of the month.

rproffitt 2,701 https://5calls.org Moderator

That was horrible. Sites pop up, I'd have to wait or pay. Source code, just the lines that error and the error can be pasted in the forum. Sometimes a member doesn't want to work at it.

rproffitt 2,701 https://5calls.org Moderator

Tax season here so the calls are now the IRS demanding immediate payment. By Western Union.

Right....

rproffitt 2,701 https://5calls.org Moderator

While I'd use priors like https://www.google.com/search?q=use+a+variable+in+a+MySQL+select+statement%3F&ie=utf-8&oe=utf-8 you also need to tell what language you are coding this in.

rproffitt 2,701 https://5calls.org Moderator

The green light only means the power to the green light and the light is working. If you want to dig in, get out a Volt meter and measure each leg.

On some PCs when the CMOS battery is too low, no boot so be sure to measure that at the same time.

rproffitt 2,701 https://5calls.org Moderator
rproffitt 2,701 https://5calls.org Moderator

What did the error say? How about some code or source?

rproffitt 2,701 https://5calls.org Moderator

I'm unsure how to clarify this so back to the Keepass for their answer.
http://keepass.info/news/n150809_2.30.html notes you can "Open with Edge" so use their forums is you expected more. Here it does not plugin.

rproffitt 2,701 https://5calls.org Moderator

Try an external USB keyboard. if it works, find a new laptop keyboard. The range I pay for these is from 20 to 99 bucks. Time to replace runs from about 15 minutes to 45 minutes. If you are new to this, find youtubes on the model and how to replace.

rproffitt 2,701 https://5calls.org Moderator

Yes.

Could you tell more about what you have? The no beeps is a tell tale sign. You don't need video card, RAM or drives to get beeps. Reduce the parts until it beeps or not. If you get down to speaker, motherboard, CPU and PSU with no beeps (notice no case?) then it's one of those parts.

rproffitt 2,701 https://5calls.org Moderator

The word is that so far Edge maintains security by blocking all addons. If you must, try it with IE.

rproffitt 2,701 https://5calls.org Moderator

I'm going with no. My SQL queries are via my apps or the command line. Not stored in MySQL.

I can't guess why you would entertain VB6 today. It's pre-historic and you don't get a lot of folk supporting you.

rproffitt 2,701 https://5calls.org Moderator

Since MySQL doesn't hold our queries we see what you ask is not possible. I looked at your prior posts and maybe those would be in Crystal Reports?

As to relationships, tutorials are found with https://www.google.com/search?q=mysql+table+relationships

My thought here is to move the data from your Access tables one by one, then in your app connect the relationships. What system are you considering for the frontend? My advice is to skip decade plus old stuff like VB6.

http://code.tutsplus.com/articles/sql-for-beginners-part-3-database-relationships--net-8561 broaches how to create your other tables with the foreign keys.

rproffitt 2,701 https://5calls.org Moderator

I think we need to first discuss what Access and MySQL is before we look for software. To save some time, do you know how these differ?

In short, Access can be both the app and the database behind the app.
MySQL is just the database without a frontend, report writer.

So while we can dump the data from one to another, all that Access reports, queries and such are the duty of your frontend app in what language you choose.

This may be why you don't see a clear path from Access to other systems.

rproffitt 2,701 https://5calls.org Moderator

I'm using your code above and it is exactly what you are doing. The code should fault if you put a negative number in that function.

There are tomes on the web about square root of negative numbers so that's not "programming" but math.

Maybe you should test if the number you will square root is negative and handle it as you wish.

rproffitt 2,701 https://5calls.org Moderator

This looks like assembly code, not GCC. Try gasm? Or is there more to this story like you want some x86 assember?

rproffitt 2,701 https://5calls.org Moderator

Are you trying to take the square root of a negative number? Seems that function should fault.

rproffitt 2,701 https://5calls.org Moderator

If you read replies about badly formed posts, you find out why you must take a minute to fix a post like this. In short, unreadable.

rproffitt 2,701 https://5calls.org Moderator

It's a shame you pasted this way. Otherwise I would have headed to those lines and took a closer look. Since the line numbers are off it's harder. Try pasting the code so that the line numbers match your assembler errors.

rproffitt 2,701 https://5calls.org Moderator

I'll write I looked into this not long ago using HTML5's video support. There are now many example HTML5 code examples but the encoding of the video must be something supported by HTML5.

The big problem of MP4 is this: "MPEG-4 Part 14 or MP4 is a digital multimedia container format most commonly used to store video and audio" so you can't be sure it's encoded in a way that your decoder can handle.

I know those new to video files are shocked a little as we talk about containers versus encoding. Think as the MP4 file as a bucket. We can dump almost any encoded content in there but it doesn't mean our player will handle it.

OK, so how to handle what HTML5 does not? Maybe VLC Player (read https://productforums.google.com/forum/#!topic/chrome/EOwAyyjOphA ) but be aware that we have no control over the target PC, mobile or what browser they are going to use.

So my thought here is to head to HTML5 videos only.

rproffitt 2,701 https://5calls.org Moderator

As noted in prior posts, you have to show some effort. All members here don't write code for other folk's homework assignment.

rproffitt 2,701 https://5calls.org Moderator

Centrope. So you have a print screen you want to print. Now transfer that to your network share on your network and print it from the PC.

That's step 1.
Now automate with a little app on the PC. That's step 2.

We wanted a print system that would work on any PC compatible printer. Which is why we did it that way.

rproffitt 2,701 https://5calls.org Moderator

Look at your order of execution. In lines 19 to 39 you didn't ask for GrossSalary until line 41. So the code did what you asked.

rproffitt 2,701 https://5calls.org Moderator

There are examples with https://www.google.com/#q=printing+in+your+android+app+source+code+example but your printer has to be one that supports this. At the office we do this printing by proxy. That is we cheated and created some HTML file then send that to a network location which a PC picks it up and prints it. This way it works on every PC compatible printer. Since this app is proprietary I can only share sauce but no source.