-
Replied To a Post in Auto Size DataReport Objects base on selected paper size
I'd cheat. Since the report is in some size I could use a PDF printout and change the paper size. The content would remain the same per page. If you … -
Began Watching Auto Size DataReport Objects base on selected paper size
Good Day, I have a Datareport designed in A3 size. Is there a way to print the report in A4 without having to re-design it again manually to fit in … -
Replied To a Post in Installing Kivy on Win 10
I had to read the Kivy web site then found https://kivy.org/docs/installation/installation.html After reading through the install for Windows I can see where you might miss a step or install the … -
Began Watching Installing Kivy on Win 10
I am having a problem getting a good install of Kivy on my Win 10 system. There is a module missing. Has anyone had a successful install. Kivy seems to … -
Replied To a Post in Wireless Adapter and Bluetooth Not Working!
Forgot to add this. I continue to encounter folk that install the WIndows OS and blow the driver install routine. You claim to know but didn't share enough for me … -
Replied To a Post in Wireless Adapter and Bluetooth Not Working!
To me this tells me the hardware is now suspect. Do try a few Linux distros to see if it works there. And if that works, order the Windows restore … -
Replied To a Post in DICE ROLL
While there's so much wrong with that code, I'll ignore everything and ask what tutorial or classes left you with such an app. Do tell. http://www.python-course.eu/input.php shows the correct use … -
Began Watching DICE ROLL
So I just started coding and this is probably a stupid mistake but i wrote this code: print("would you like to roll the dice?") input('enter answer') yes="yes" no="no" if "yes": … -
Replied To a Post in Issues in Zetta cube with asp.net and IE11 (Edge mode)
This one looks to be one of those issues where so few are using your kit (collection of tools) that the answer may be to go with what works. But … -
Began Watching Issues in Zetta cube with asp.net and IE11 (Edge mode)
Hi All, We are using zetta cube with asp.net and vb.net (coding) in 3.5 framework / VS 2008 from 2010. Its working fine. Just 3 months back we are upgraded … -
Replied To a Post in iXBRL conversion from Excel, Word or HTML
I appear to be across the pond so when this question came up I hit google. There appears to be a lot of docs out there so if one were … -
Began Watching iXBRL conversion from Excel, Word or HTML
Hi I own website hosting and design company and usually create my own accounts for Companies House and also need to make a return to HMRC Coroporation Tax annually. Recently … -
Replied To a Post in Best version for me for Microsoft Cert?
Practive exams should not be what's on the test. The practice is to show the form and possible items on the actual test. The final in almost all courses can … -
Replied To a Post in Best version for me for Microsoft Cert?
I took a look at the exam and in development doesn't seem to mean you can't take it and get your cert. -> Just like a college course the prof … -
Replied To a Post in read sqlite datatable verry slow
@OP about your search functions and all works, my bet is the search functions returns less than 10 thousand or million. I am guessing you haven't had a class on … -
Replied To a Post in Wireless Adapter and Bluetooth Not Working!
Nothing seems wrong here. That is, the OSes you listed are not known to support the hardware on a fresh install or find drivers or devices without a lot of … -
Began Watching Wireless Adapter and Bluetooth Not Working!
Greetings, I got a Notbook from a friend to fix it, strictly speaking, installing a fresh copy of operating system. The Netbook brand may be not a well-known brand, "ChiliGreen … -
Replied To a Post in read sqlite datatable verry slow
A 10K item listview is rare. And 10 Million is just a bad design since how could any user scroll through that many. http://stackoverflow.com/questions/4944123/how-many-items-a-listview-can-store kicks around the capacity of Listview … -
Began Watching read sqlite datatable verry slow
Hi hope someone can help me Read sqlite datatable is verry slow I have a listview in detail mode with 45 columns. and a datatable to add, read, delete and … -
Replied To a Post in So what is DAZAH? On a lark I looked on Amazon.
Or DAZAH's AI has started to market itself. PS. Have a great 2017! -
Replied To a Post in Best version for me for Microsoft Cert?
When you wrote the tests are still in development I begin to worry these are not Microsoft's own test but one of those rather ripping you off companies with fairly … -
Created So what is DAZAH? On a lark I looked on Amazon.
Just on a lark I looked here: https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=dazah Trade show bling? -
Began Watching So what is DAZAH? On a lark I looked on Amazon.
Just on a lark I looked here: https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=dazah Trade show bling? -
Replied To a Post in Best version for me for Microsoft Cert?
Exactly opposite here. Companies around me use the latest version to avoid not only security issues but having to re-re-re-deploy later. There are other reasons but this is the top … -
Began Watching Best version for me for Microsoft Cert?
Hi, Wondering if you lovely people can help me; my career goal is to succeed in IT but due to family issues I had to drop out of my degree. … -
Replied To a Post in Login issues?
> how does this page look to you? https://www.dazah.com/audiences The title looks like imperial tie fighters are in Dazah. The font on the left and right has an odd look … -
Replied To a Post in Login issues?
Seems fine here too. -
Began Watching Login issues?
Has anyone had any issues logging into DaniWeb today? -
Gave Reputation to happygeek in Login issues?
I've only just got into the office, but everything fine here at the moment. -
Replied To a Post in Can different Python Modules overlap?
I asked Google. https://www.google.com/search?q=Can+different+Python+Modules+overlap tells me I would not do this. -
Began Watching Can different Python Modules overlap?
Hi, ive written and made a simulation using Vpython and i was wondering if its possible to embed this simulation made using vpython into a GUI made with Tkinter? -
Replied To a Post in lexical analysis javacc
I'd rewrite and clarify your question. https://en.wikipedia.org/wiki/Lexical_analysis didn't seem to mention a thing about C++ so can you read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question first, then clarify or restate your question. -
Began Watching lexical analysis javacc
i need code (c++) +explanation of lexical analysis javacc -
Replied To a Post in After Export Datagrid To Excel File Header Missing
That datagrid may have a header but your code only exports the data in the grid. The usual datagrid's "header" is a property most likely called HeaderText and is not … -
Began Watching After Export Datagrid To Excel File Header Missing
I export datagrid to excel file using this below code. But it doesn't export datagrid header. I'm just change values at for loop. But it doesn't help me. Please help … -
Gave Reputation to happygeek in DaniWeb Database Breach
> I think I'm going to go crawl into a hole and hide now. Hey Dani, I think you are doing a brilliant job of being open and up front … -
Replied To a Post in Think Java book v6.1.0 exercise 7.2
It would be rare to find others that own this book. Can you share what you have so far along with what trouble you are having? Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question before you … -
Began Watching Think Java book v6.1.0 exercise 7.2
Hey guys,I have a problem solving the 7.2 exercise in the book Think Java v6.1.0. Any help please? -
Replied To a Post in SFC/SCANNOW; there are corrupt files, how to fix?
As I read priors at https://www.google.com/search?q=DIRSD+OWNER+WARNING I'll add I won't duplicate the answers there. Now that the SFC part of your question is answered can you share what issues the … -
Began Watching SFC/SCANNOW; there are corrupt files, how to fix?
Hi. i ran a SFC /SCANNOW on my laptop(Asus, Windows 8.1) and there are corrupt files according to cmd. Checked the CBS log file and found multiple DIRSD OWNER WARNING … -
Gave Reputation to AssertNull in multiple inheritance ambiguity problem
> I despise C++ ... should have been strangled at birth Blasphemy. > You have one variable x that is defined in A and inherited in all its subclasses. > … -
Gave Reputation to ddanbe in problem with creating a matrix in pascal
Are you trying to map the whole world in one matrix? 2000000000x2000000000 = 4x10^18. -
Gave Reputation to Reverend Jim in i want source code for uploading ,displaying and downloading image in jsp
I have family in from out of town for Christmas and big plans today but I will certainly drop everything and get right on that as well. -
Replied To a Post in Running a Meteor application online over LAN
I checked priors with https://www.google.com/search?q=Meteor+application+online+over+LAN Chet got it working at http://stackoverflow.com/questions/18601961/accessing-meteor-local-web-server-from-another-local-device-on-mac-10-8 -
Began Watching Running a Meteor application online over LAN
Has anyone been successful with running a meteor application offline over a LAN? -
Gave Reputation to Reverend Jim in Python 3.6 Beginner here, need help
In mathematics, when a range is specified as `(a,b)` it is referred to as an open range and does not include the endpoints. When it is specified as `[a,b]` it … -
Replied To a Post in Get file content across windows network
This will break in so many ways. I'd rethink my design. Maybe use a sync app that fires up and syncs the Excel file to the server when the file … -
Began Watching Get file content across windows network
Hello guys I have project in office like this I have system has data and not connected to internet , I can get data from it by using excel installed … -
Replied To a Post in Deploying access based database winform app
And that's the trick, isn't it? To deploy without error you test the install and if an error occurs you find out why then fix that error. The more times … -
Began Watching Deploying access based database winform app
HEY GUYS, i need your knowledge thanks! Super newbie here 1. How to specify database path on deployment, when installing the app to a different machine without encountering error. In …
The End.