473,554 Members | 3,024 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.
 
1
64,183
thread by: ReQuistor | last post May 16 '22 by: dev7060
please help me where to put this particular code it tried putting it down the private void button but still error. i dont know what to do anymore
1
17,360
thread by: kpripper | last post May 16 '22 by: dev7060
Hello, how to enable alerts like assignment in conditional expression in Visual Studio Code? https://static.daniweb.com/attachments/4/ea45be0a5188e47ba3b06e9b529bbb5a.jpg
0
5,360
thread by: drunkenHiker | last post May 15 '22 by: drunkenHiker
Hi. I've been working on my custom app that works works with my Casio watch over BLE. I've intercepted the data and it turns out that bytes are actually DESCENDING with time. 7e 19 f8 fa f1 f5 d3 f8 7e 19 f8 fa f1 f5 d2 d6 7e 19 f8 fa f1 f5 d1 cd Those three data points were taken one after another, approx. one minute apart, the last...
0
6,788
thread by: Domgrar | last post May 15 '22 by: Domgrar
Hi I'm trying to create a tcp-server and running into issues getting the message "The operation is not allowed on non-connected sockets" The project is an AvaloniaUI project...when I create my MainWindow I start up a TcpListener and run it on a background thread private TcpListener _listener; public MainWindow() { ...
1
9,502
thread by: Stoney L | last post May 13 '22 by: dev7060
Hey, can you guys tell me how to get this correct?It says " invalid operands of types 'double' and 'double' to binary 'operator%' "But I don't know what the error is!Under this sentence is my code: #include<bits/stdc++.h> using namespace std; double n,x,y,a; int main(){ cin>>n>>x>>y; a=ceil(y/x); if(y%x==0)cout<<n-y/x<<endl; else...
15
13,223
thread by: nityanda10 | last post May 11 '22 by: cactusdata
If DOB is 01.04.1960, the DOR (date of retirement) would be 31.03.2020. Else, if DOB is 02.04.1960 or any other date in the month, the DOR would be 30.04.2020. (Retirement principle= DOB+60 years)
1
8,103
thread by: railcats | last post May 11 '22 by: Dormilich
I'm trying to POST my local storage to an API, but everytime I do it, I get a status: 400. Title of error says '"One or more validation errors occurred."' I must be doing this wrong. I'm trying to loop through all the key value pairs and then send that via a POST. public postInfo() { for (let i = 0; i < localStorage.length; i++) { ...
1
7,369
thread by: livre | last post May 11 '22 by: zmbd
If multiple tables have the same fields, what is a good way to do synchronous updates? For example, the user name field of the order data table, the user mobile number field, needs to be updated as the field of the user table is updated
15
11,337
thread by: Chris3020 | last post May 9 '22 by: Chris3020
I'm trying to make a sort-of-dictionary (don't think "hashmap" when you see that d-word, my dictionary is just simple lists of words in a 3D array) #define MAX_WORDLENGTH 20 struct dict{ int wordcount; char **words; }; struct dict dicts; // +1 to get an index for MAX_WORDLENGTH
4
27,496
thread by: mgbsher | last post May 6 '22 by: okolosov
Hi, Novice & newbie here. All I know is just some Excel (I can clean data, design pivot tables, design different charts ...etc so I can say that I am below intermediate excel user) and general computer and internet usage. Also I can assemble a new computer from scratch ground, I mean the case, motherboard, ram, hard drive...etc and setup...
1
9,299
thread by: Tracey253 | last post May 5 '22 by: zmbd
Hi, I have a Psion Workabout 2M BTM RS232 and I have lost its software. Could anyone please help me on where or whom I should ask for its software. Please. Thank you
8
11,105
thread by: KashanKhan | last post May 5 '22 by: ghendric1
hi there i have this string dim str as string str="1,2,3,4," i required this str="1,2,3,4"
0
9,636
thread by: ahmedbarbary | last post May 3 '22 by: ahmedbarbary
I work on sql server 2017 I run script depend on python language v 3.10 . I need to export data to excel fileStudentExport.xlsx already exist, and keep header without change after export. header of excel file StudentExport.xlsx before export data to it as below StudentId,StudentName after run script query to export data to...
1
12,587
thread by: dreamtext | last post May 2 '22 by: dev7060
I keeping getting NULL when using queryselector to fetch DOMelements that have been created after the site has loaded. Does anyone know why this happens? The first selector clicks on the menu The second selector clicks on the menu option that only loads and gets added to the DOM after the first is clicked 1) site loads 2) i run the...
1
11,149
thread by: ScudaMcGruder | last post Apr 30 '22 by: zmbd
Hi all, I have a form with a few Listboxes on it that acts as my Main Menu if you will. I created separate queries for each list box with one field to count all the records in that list box. Works great until one of the Listboxes is empty, then the form goes blank. Can I create a calculated field on my form that has criteria - IE: ...
6
12,204
thread by: Machi413 | last post Apr 29 '22 by: zmbd
I have one user who inputs her dates using a period (today would be 4.27) and Access is taking that as 4:27 AM. I don't want to change the input mask and mess up the other 8 people using the same input form. Suggestions are appreciated.
17
18,328
thread by: MariaTorvalds | last post Apr 27 '22 by: ShutterBug
I have a problem where if I use a calculated control, for example =Date()) on my form, PLUS I have a subform on a tab control on the same form, then when I refresh the record (by menu command or VBA me.refresh), the DB crashes! I've stripped the thing right down, and tested with a) no calculated control - no problem, b) no subform - no...
0
10,963
thread by: AlexandraMT | last post Apr 27 '22 by: AlexandraMT
Let’s say you have a working Ruby app and need to add an email delivery functionality to it. This could be related to user authentication, or any other kind of transactional emails, it makes no difference. This tutorial is tailored is aimed at helping you implement sending emails with Ruby. Options for sending an email in Ruby Mostly, you...
4
13,431
thread by: Raizyros | last post Apr 27 '22 by: isladogs
What is the simplest way to implement credit card payments in a Microsoft Access VBA POS program?
1
13,809
thread by: lalani | last post Apr 25 '22 by: zmbd
hi sir in tally erp9 sql query i have join 2 tables but my report is not coming so i want to know how to make query these are my query . (1)"SELECT $MasterId,$VoucherNumber , $MailingName, $Name, $MrpOnLabel, $_LastPurcQty FROM TallyUser.CompanyVouchers CompanyVouchers, TallyUser.UniqueStockItem UniqueStockItem WHERE...
1
11,355
thread by: kaiyam | last post Apr 25 '22 by: zmbd
I'm writing code that calculates whether or not a triangle is valid based on measurements given by a user. When the measurements are valid, I use printf to print "triangle valid". But it prints forever until I press ctrl C. How do I make it only print once?
2
24,998
thread by: WIPE | last post Apr 25 '22 by: RamananKalirajan
I have a PHP page with some checkboxes. I need to do that: When I click on a button, an alert comes out to show me all the IDs of the selected boxes. How can I do this? Visual example: | BUTTON| - View the selected tests in an alert. ⬜ ALL | PRODUCT | SAMPLE ID
0
10,082
thread by: ryjfgjl | last post Apr 24 '22 by: ryjfgjl
# ExcelToDatabase ## Bref: A tool which can batch import multiple excel files into mysql/oracle database automatically. ## Pictures: https://github.com/ryjfgjl/ExcelToDatabase ## Features: Batch Automation: Import multiple excel files under directory one time One-Click: Do not need to do anything until all excel files are imported. High...
1
11,440
thread by: StamPap97 | last post Apr 23 '22 by: zmbd
Can someone help me with that problems?
1
11,081
thread by: Zinenagetto | last post Apr 22 '22 by: zmbd
I have found the record in a table, but I need the correct syntax to display it on the form What I have is the Forms!frmBadWater!Vaults = rst!Vaults I have tried for days old Access 1.0 Program stopped worked with last Microsoft Update Any help would be appreciated Thanks

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.