473,626 Members | 3,294 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Latest Bytes Forum

Support forums for various IT topics. Programming languages, databases, systems, applications and more. Subscribe to a community, participate, ask, share your expertise and network.
 
0
5,204
thread by: Elliefagel | last post Jun 15 '22 by: Elliefagel
Hi, I am starting a small AV installation company and I would like a recommendation for a simple and easy to use invoicing software, thank you.
1
11,152
thread by: shivajikobardan | last post Jun 15 '22 by: dev7060
I am student. I am studying "internet technology" subject. In this subject, I am studying about virtual web hosting. Here in this topic, I am studying about types of virtual web hosting. They are-: 1) Port based virtual web hosting 2) Name based virtual web hosting 3) IP based virtual web hosting I am asked to write "how to configure...
1
10,401
thread by: HansJansen | last post Jun 15 '22 by: dev7060
Hello, I am completely new on this site, so my apologies in advance if I do things I shouldn't! I am a retired software developer (since 2002...) trying to refresh my Java skills. I acquired source code of a very old program and created a NetBeans project for it, as "project with existing source". After correcting a number of deprecating...
0
10,479
thread by: Petrol | last post Jun 14 '22 by: Petrol
I have created read-only links to share some of my OneDrive files. For the past few years they have worked well, but now I find that I can't open the target files through the link. I can open them directly in OneDrive (e.g. through Word or File Explorer_ but when I click the link it opens OneDrive.live.com and the rest of the browser window...
1
13,950
thread by: sal21 | last post Jun 13 '22 by: MerlinTheGreat
Possible to colorize the background of single item/subitem in a listview. No color font, but background... Tks.
1
13,128
thread by: sorin | last post Jun 13 '22 by: MerlinTheGreat
Hi, want to ask the following if rs.fields(0).value=text1.text and rs.fields(1).value=text2.text then mainform.show loginform.hide As you know, above code is part of Login processing. There are two text boxes for user name and password entry. Number (0) and (1) (in above code) refers to access database fields that user names and passwords...
1
16,710
thread by: Arizonasworld85 | last post Jun 13 '22 by: MerlinTheGreat
I am working on a slot machine project in vb6. I am trying to figure out how to change this: If (a = 1 And b = 1 And c <> 1) Or (a = 1 And c = 1 And b <> 1) Or (b = 1 And c = 1 And a <> 1) Or _ (a = 2 And b = 2 And c <> 2) Or (a = 2 And c = 2 And b <> 2) Or (b = 2 And c = 2 And a <> 2) Or _ (a = 4 And b = 4 And c <> 4) Or (a = 4...
0
6,712
tracyyun
thread by: tracyyun | last post Jun 13 '22 by: tracyyun
At present, whether we are in an indoor or outdoor environment, the demand for positioning is not only a rough trajectory and navigation. In this era of Internet of Everything, we urgently need to be able to quickly and accurately obtain the location information of mobile interruptions. As mentioned above, with the improvement and...
1
10,263
thread by: bobi9998 | last post Jun 12 '22 by: dev7060
So i have this code here: let submitButton = document.querySelector("#btn"); let myAddList = document.querySelector("#addList"); submitButton.addEventListener("click", submitFunction); function submitFunction(){ let getName = document.querySelector("#firstName").value; let getLastName =...
1
8,748
thread by: Cmpunk | last post Jun 10 '22 by: zmbd
blank row blank row Run Date:2022/05/31 2022/05/01-2022/05/31 Deal ID Deal Name Origination Date Maturity Date PEP D251 5/1/2019 3/13/2023 KO D351 10/2/2020 4/15/2025 MM D451 11/10/2021 12/1/2026
4
16,252
thread by: Stoney L | last post Jun 10 '22 by: zmbd
Could anyone tell me what's happening?I wrote: #include<bits/stdc++.h> using namespace std; int days,gold,silver,copper,all,sum,sumg,sums,sumc; int main(){ days<=17; cin>>days; for(int i;i<=days;i++;){ cin>>gold>>silver>>copper; sumg=gold+sumg;
7
52,300
thread by: Arielg | last post Jun 9 '22 by: Elliefagel
I've learned and coded for fun a few apps on js, all in full stack. how much do you think it is possible to get a job, and what kind of experience/apps should i presented to even be looked at?
28
18,447
thread by: DaemonCoder | last post Jun 8 '22 by: 211368e
The challenge is to create the shortest algorithim, In any programming language. RULES: 1. All code must be on one line. 2. Languages that prevent this are disallowed. I.E Assembly, and of course COBOL. All other languages are fair game. 3. Sequence must go up to at least 4181. If i missed a languge that should be disallowed please...
0
9,678
thread by: Elax | last post Jun 8 '22 by: Elax
let's say i have table a which has a one to many relationship with table b and with table c how can i make a querry to me for each element of table a both the count of elements that correspond to b and c? for example: table a has 3 corresponing elements in table b and 4 in table c. the result would be a_id 3 4 I have tried 2 left...
0
8,896
thread by: Swarna L | last post Jun 7 '22 by: Swarna L
import re from collections import OrderedDict file = open(input("Input-file name : ") , "r") fi = file.readlines()## convert to list of lines key= val= keyapp=False for line in fi: if re.match(r'^*:\s*\d',line): #print(line)
1
18,848
thread by: josephenli | last post Jun 5 '22 by: Stoney L
Hi guys I used C# made a application for my company. But they say the binary file has a "force integrity disabled" problem. I know in C++, we can use link /INTEGRITYCHECK to set IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY flag,but how can I do that in C#?
2
16,806
thread by: eduardouquijano | last post Jun 3 '22 by: okolosov
Hello everyone i have a site This site loading very slow on high speed internet so i am looking for optimization solution. Even GTmetrix score is good
1
22,586
thread by: johnluck | last post Jun 1 '22 by: Djohnavid021
Hello everyone, I use a local server on my computer and I'm working on how to access server files already uploaded . I have a file named poge.jpg, and I used the SQL statement to insert the path of the file in the table with VARCHAR(225) type. but when I try to see the image in the web browser, nothing is shown. would anyone please help me ? ...
2
10,632
thread by: kjhyder | last post Jun 1 '22 by: zmbd
First off, I am new to using VBA in Access. I have had a request to email out activity statements to our agents with year to date transactions. I have built a table, query, and report in Access that shows this information. My report is broken down with a page for each distinct agent displaying only their transactions. I have used code from...
0
18,411
thread by: rotw121 | last post May 31 '22 by: rotw121
Hi Everyone, I am new to Python and jumping into automating certain processes. Learning so much. One of the scripts I am working on is figuring out how to remove folders/files from a network drive older then 2 days. Then having one sub set of folders remain for at least 14 days before removing them. I am able to go into the main folder and...
3
10,429
thread by: mckapusta | last post May 31 '22 by: zmbd
using System; namespace ConsoleApplication1 { class Program { static void Main(string args) {
1
8,853
thread by: irsmalik | last post May 30 '22 by: NeoPa
Hello Friends I am facing problem with getting Correct Data in CHART.... I am selecting Combo 1 Company Name Combo 2 Region Name listBox Territory Name when I click Preview button.... Report & its Data is OK.... But when I press CHART button... it is giving me data of whole table. I want CHART data/figures Exactly as shown...
0
9,406
thread by: jkthappeta | last post May 29 '22 by: jkthappeta
In my guessing game, when the correct (five-letter) word is entered on the first try, it works fine (which means, it returns the correctly guessed word). But, when the correct word is entered on any other than the first try, it is returning None instead. import random def word_list(): with open("MyFile.txt", "r") as file: ...
1
9,802
thread by: Chris 87 | last post May 29 '22 by: zmbd
Can I get help with the codes of students management system with a) student information (name, country, ID) b) search student's info using his ID c) delete info using student's ID or name d) book information, borrow a book, return a book, search and exit
6
11,432
thread by: irsmalik | last post May 27 '22 by: isladogs
Hello Dear Friends.... I need to create a Filter Form for a series of Sales Reports... containing Combo Box, Option Group and Check Box all in One Form including Hide / Unhide Combo Box Or Option Group Or Check Box.... requirement of Reports are: Company Wise Division Wise Region Wise Territory Wise Product Wise Dealer Wise

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.