-
Replied To a Post in Looking for an developer-Friendly Admin Template
There are dozens if not over a hundred of these out there. There's no way for me to pick one for you. However there are a lot of folk trying … -
Began Watching Looking for an developer-Friendly Admin Template
Hello There, I am looking for MUI React-based admin template in the TypeScript version for my project. Can you guys suggest some React Admin templates that are comprehensive and easy … -
Replied To a Post in Invalid Sql query. Expected insert, delete...
Many are discovering(?) that Visual Basic 6 support is non-existent. If that wasn't bad enough you are pushing the limits of the ODBC with what looks like a deprecated feature. … -
Began Watching Invalid Sql query. Expected insert, delete...
My code is this. Dim strSQL As String, strSQL2 As String Dim db As Connection, rst As ADODB.Recordset Set db = New Connection db.CursorLocation = adUseClient db.Open "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=C:\River Syde … -
Replied To a Post in JS/jQuery not working
What is this "documenet"? PS. Hi Lew! -
Began Watching JS/jQuery not working
I've recently gotten my first ID job as a PHP programmer but one of the tasks that bites my is JS/jQuery, I don't know JS/jQuery but now i'm having to … -
Replied To a Post in Web Api for Self-Hosting and Web-Hosting?
More detail required. For example https://autofac.org doesn't tell me enough along with your reference to HttpContext.Current and such. "Self Hosting is a form of running your own website or application … -
Began Watching Web Api for Self-Hosting and Web-Hosting?
Is there a recommended practise for supporting self-hosting and web-hosting simultaneously? I had a lot of issues to work through. Because HttpContext.Current is not set and The GlobalConfiguration is not … -
Replied To a Post in How To Summarize multiple name into one where the date is equal to now
Please supply such details up front or as soon as possible. There's a big issue here is that VB6 is dead and gone. My memory of it is fading fast … -
Replied To a Post in How To Summarize multiple name into one where the date is equal to now
If you wish to sum() then sum(). See https://www.w3schools.com/sql/sql_count_avg_sum.asp I would NOT write code to iterate over the list and sum it up. -
Began Watching How To Summarize multiple name into one where the date is equal to now
Hello , i am using vb6.0 can some one help me with my problem. I want to summarize a database with multiple name and display it into one data where … -
Replied To a Post in Turbo c launch opens only status window
More detail is required. Turbo C and C++ was for DOS way back decades ago. What host OS are you trying this ancient compiler on? Also, why not a current … -
Began Watching Turbo c launch opens only status window
Hi … wen I launch turbo c window for the first time it opens only status window… can someone help me on tis -
Replied To a Post in How do I get my Hyper-V set up back?
This is a hard way to learn why we don't use cleaners on any OS today. These can break systems and the only way back is to restore from backups … -
Began Watching How do I get my Hyper-V set up back?
How do I get my Hyper-V set up back? I set up a couple of vitrual machines using Hyper-V. There seemed to be some memory and resource issues. So I … -
Replied To a Post in SEARCHING A WORD IN A BINARY FILE AND PRINT ITS OFFSET VALUE
Let's see what you have so far. Please read https://www.daniweb.com/welcome/rules too. Maybe we can see what's wrong with what you have. Also, does this need to work with files greater … -
Began Watching SEARCHING A WORD IN A BINARY FILE AND PRINT ITS OFFSET VALUE
Guys can you help me with this pls. I need a C program that read a binary file and search the word "MALWARE" in the file. If there is "MALWARE" … -
Replied To a Post in Dell 1.2TB Hard Drives
Google that number and see what's out there. This looks like your 311185-001 request and for hardware that beyond its service life. These also look expensive due to the simple … -
Began Watching Dell 1.2TB Hard Drives
Hey guys, I am looking for 400-AEXX | Dell 1.2TB Hard Drives in a bulk quantity, I would appreciate it if you could share me some store from where I … -
Replied To a Post in Android studio for beginner
Why do that? https://developer.android.com/studio/install doesn't note installing a JDK. -
Began Watching Android studio for beginner
Hi! Can anyone tell me will it be different if I install android studio first then only I install JDK -
Replied To a Post in How can I fetch current login user using Retrofit in Android?
Can you clarify your question? I'm reading https://square.github.io/retrofit/ and can't seem to see the connection. -
Began Watching How can I fetch current login user using Retrofit in Android?
Can anyone help me on how can I fetch data of only current login user using Retrofit? For web development I do it like this "SELECT * FROM job_register WHERE … -
Replied To a Post in How to download a file in C++
While I can't guess why the c tag, you left out where the file is. That is, native C++ doesn't have the utilities to work with the web. Checking out … -
Began Watching How to download a file in C++
Does someone know how to download a file in c++? A simple way. i just need it to download and save it to a specific directory. -
Replied To a Post in Python: how to load all pages of the pdf file
Use getNumPages() and iterate over the pages to add to that text variable. Remember that 0 is page 1 of the PDF. -
Began Watching Python: how to load all pages of the pdf file
I'm working with the code to summarize the text using BERT. I am stopped at the step "loading all pages of the pdf file to the program". My code below … -
Replied To a Post in Environmental variables different output depending on where you run it
Sounds proper. One system may be using the WSL (Linux) subsystem and the other could be a Windows system. I don't expect the env variable to match because, different environments. … -
Began Watching Environmental variables different output depending on where you run it
Running some v basic scripts with environment variables so I don’t have to hard code things like my api key or id. My code wouldn't run and was failing on … -
Gave Reputation to mishaladem8 in How to Promote New Website ?
You can promote your website through PPC(Pay per click),submit your website on online directories, guest posting, email marketing, forum comments. These strategies help your website to rank higher in SERP. -
Replied To a Post in parse error: syntax error, unexpected token "}" in php
I think I see 4 or more problems with this code. 1. Unbalanced braces. 2. No matter what happens prior to line 18, $html sets the string unconditionally to data … -
Began Watching parse error: syntax error, unexpected token "}" in php
I want to make a pdf file in php. I write code like this: <?php require_once __DIR__ . '/vendor/autoload.php'; include('conn.php'); $res = mysqli_query($conn, "select * from smash"); if (mysqli_num_rows($res) > … -
Replied To a Post in Android development for beginner
Even in Android Studio I don't think it's "pure" Java. Again I see no clear winner in which you choose. But if Kotlin is easier, go for that. I don't … -
Replied To a Post in What is this JavaScript trying to do?
What little I could decode was it would create a PDF but that's as far as I got. It could do more but I don't have the 600K file and … -
Replied To a Post in Double Frame Pop Up
I see two places that could be the reason. Line 63 and line 377. -
Began Watching Double Frame Pop Up
Hello, May I know why the frame pops up double when I call it? Thank You! Login.java (line 63); import java.awt.Font; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.BufferedReader; import java.io.FileReader; import … -
Replied To a Post in How to add an apostrophe s to ~Contact.FirstName~
I've yet to see a HTML only emailer. Try adding a tag for the coding language in use and then the code you have so far. -
Began Watching How to add an apostrophe s to ~Contact.FirstName~
Hi - We have this line ~Contact.FirstName~ in our subject line for an email. We need to add an 's at the end to make it plural. So it would … -
Deleted a Post in How to get organic traffic in a website?
There are a number of steps as mentioned above - this should give you an overview of steps to do https://backlinko.com/hub/seo/best-practices -
Replied To a Post in Android development for beginner
I don't see a clear winner. What would make you choose one over the other? -
Replied To a Post in Android development for beginner
Why not use the free Android Studio? Many tutorials out there. -
Began Watching Android development for beginner
Hi! I'm here to ask for an opinion as someone who want to develop an Android app for the first time. Can someone suggest to me whether I should use … -
Replied To a Post in How to start web 3 developer ??
There's a problem with Web 3.0. You can see recent updates at https://web3isgoinggreat.com Right now it appears Web 3.0 is the basis for rug pulls, scams and more. After looking … -
Began Watching How to start web 3 developer ??
How do I start to be a web 3 web developer guys?? -
Replied To a Post in Auto File Rename while Uploading - For Example: 00004001, 00004002, 0000400
I had a similar problem but I didn't want to keep track of a number like yours which would have me setup/use SQL to hold/update that number. My solution was … -
Began Watching Auto File Rename while Uploading - For Example: 00004001, 00004002, 0000400
I am new to PHP and I need some help in the below code. The below code is working fine but I need to add a "Functionality to be added … -
Replied To a Post in What is this JavaScript trying to do?
It looks like malware to me. But the real code looks to be in that 600K of characters. Decoding that is something I'd pass on to r/malware but first read … -
Replied To a Post in Required Tool for Create CSV files for eBay
Too vague. I create CSV files with spreadsheets almost weekly. -
Began Watching Required Tool for Create CSV files for eBay
I am looking for a tool for create CSV flat files for my eBay abd Alibaba stores. Can anyone please guide me for a best solution? Thanks -
Replied To a Post in Error while trying to run project: Unable to start program
Since you fixed it, you'll have to wait to see what causes it again. That's a very old version of Visual Studio so bugs are expected. The clues are not …
The End.