473,588 Members | 2,635 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
6,063
thread by: aousaja | last post Mar 30 '22 by: Dormilich
I have this drop down and I want to auto select the drop down value to current month as the user gets to this page every time, can anyone help me in this regards I am new to java script please let me know as soon as possible <select class="customSelect1 floating" id="month" name="month"> <option value="1">Jan</option> ...
4
28,073
thread by: bsonline | last post Mar 30 '22 by: sonikaa
Hi all, When I update a table by sql qry, I am getting a error like "java.sql.SQLException: Data truncated for column at row 1" . I use mysql 4.1 for my application. this particular column is in varchar with length 10. Can anyone help regarding this??
0
3,491
thread by: kaijoh26 | last post Mar 30 '22 by: kaijoh26
#include <stdio.h> #include <stdlib.h> /*ADJACENCY MATRIX*/ int source,X,Y,time,visited,Z; void DFS(int p) { int q; visited=1; printf(" %d->",p+1); for(q=0;q<X;q++)
395
9,617
MMcCarthy
thread by: MMcCarthy | last post Mar 30 '22 by: sandeep002
Just got thrown a logic problem guys. If a midwife delivers 13 babies in one night, how can exactly ½ of them be girls? Answer?
0
3,810
thread by: brycek379 | last post Mar 29 '22 by: brycek379
Hello everyone, I've got a website where I want to show an interactive feed with customer reviews from my GMB account. I need it show my star rating as well. Considering that I have quite poor coding skills, what solutions are there? I've seen some third-party tools, but not sure if it's safe for my website.
0
2,668
thread by: mahmoud elsayed | last post Mar 28 '22 by: mahmoud elsayed
i make a userform it help me to exporting records from ms access db records will be between 2 date and 2 criteria for like : i want to export records from 1 of march to 15 of march with criteria1: category and criteria 2: employee so i make an adodb connection between 2 date and it successful working but it cannot use my criteria in...
0
5,408
thread by: mahmoud elsayed | last post Mar 28 '22 by: mahmoud elsayed
i have a problem with my code i want to connect excel userform to access and that done my problem : i want to make a search in a table in ms access db between 2 dates and records belongs to 2 criteria (me.combobox1) and (me.combobox2) so i make a connection and it export only records between 2 date and not use my criteria .please help
12
26,020
thread by: imaclarenceK | last post Mar 28 '22 by: Mia White
Want to order a clone of Clubhouse from app development company. How much it would cost ?
6
6,667
thread by: pangsans | last post Mar 28 '22 by: Mia White
hello i didnt really know where to post this..can you tell me if there is any way i can submit a query to a search engine without using its interface?
1
4,363
thread by: Eveeen | last post Mar 28 '22 by: dev7060
So, I have this code and I'm trying to use an indexOf to find a specific card of the deck but every time I try I keep getting an error. Any ideas? public class Cards { public static void main(String args) { int Shuffles = Integer.parseInt(args); int Evaluation = Integer.parseInt(args);
1
6,009
thread by: Joey64 | last post Mar 28 '22 by: cactusdata
I have just started learning vba and I have script that is working except for the between two values and was wondering if anyone can tell me where I'm going wrong. If I'm not providing the correct information please let me know and I'll do my best but am a complete novice. Everything else works it's just when I get to the between choices. I've...
1
3,789
thread by: Evetale | last post Mar 28 '22 by: Mia White
Background: As a person who studied software engineering, I worked as a designer and manager. I don't have a lot of experience writing code. I created a prototype and I'm trying to build a technology company(evetale.com). For now, I'm alone, the location is silicon valley. So, is there somebody who has a similar background? Can you share your...
0
2,388
thread by: haviv | last post Mar 27 '22 by: haviv
Hi all I have a winform application that I want to rewrite to blazor. in this app i have 2 text boxes one for input and one for output. is there a way in blazor to inherit the textbox properties.
1
12,147
thread by: 13Nicholas | last post Mar 26 '22 by: Djohnavid021
In my hometown, I’m a budding entrepreneur with a cab business that I’d want to develop to meet current market demands. It would be more expensive to create a mobile app for both iOS and Android. As a result, I resorted to Android to build my own taxi booking application. Is there anyone who can help me come up with a nice idea for it? Should I...
1
3,063
thread by: jiezy | last post Mar 26 '22 by: dev7060
illegal structure operation is my error please help guys thankyouu #include <iostream.h> #include<conio.h> #include<dos.h> #include<ctype.h> #include<process.h> #include<iomanip.h> #include <fstream.h> // file stream
0
6,816
DynV
thread by: DynV | last post Mar 26 '22 by: DynV
I have--limited--programming experience with C, C++, C# & Java but am not limiting myself to those, I'm more interested in finding something that has a good library to work with INI files or text files. The main program uses a relatively large .ini file, that is used for its settings, which I'm looking to modify from time-to-time, therefore...
3
4,472
DJRhino1175
thread by: DJRhino1175 | last post Mar 24 '22 by: NeoPa
Private Sub ExportCP_Click() On Error GoTo Proc_err Dim strSQL As String Dim rs As DAO.Recordset Set db = CurrentDb() DoCmd.OpenForm "Web Bruce", acNormal, "CP_FEMA_PF_OutPut-QRY"
0
4,737
thread by: gabril16 | last post Mar 23 '22 by: gabril16
'Form fmLog2File is paired with fmLogFile by code as follows: Private Sub Form_Current() Dim Form As Form Set Form = Forms("fmLogFile") Form.Filter = "logID = " & Me!logID.Value & "" Form.FilterOn = True End Sub
1
5,074
thread by: cjyoung22 | last post Mar 23 '22 by: NeoPa
I have a report that lists names of people who are out of compliance in 6 different categories. Sometimes nobody is out of compliance in category 2 or 3 but I still want the report to show the header for that category. Whats the best way to do this?
3
8,510
thread by: sal21 | last post Mar 22 '22 by: SioSio
Possible to center text listview column 1 ( i know to the default is left)
5
16,692
thread by: DanicaDear | last post Mar 21 '22 by: NeoPa
Hi everyone. It's been a while since I had to consult with Bytes and I have missed my buddies! (You know who you are!) :-) I have an access database that I use to run my rental management company and I have several condos. I had my first double booking last weekend due to a typo so it's time I set my software to help me. I have reviewed...
10
7,991
thread by: Lou699 | last post Mar 21 '22 by: DanicaDear
Hey Guys I'm trying to set up a form to register employee vacations without overlapping days it worked fine however in the below case it doesn't detect an overlap If I entered a vacation from Oct 2nd 2020 until Oct 4th 2020 Then I entered vacation from Oct 1st 2020 until Oct 5th 2020 for the same employee ID I've done the code for both...
3
9,405
thread by: silentdog | last post Mar 21 '22 by: Dormilich
Hello I have this Form Where i Am trying to Add up the Quantity of items. <!DOCTYPE html> <html dir="ltr" lang="en-GB"> <head><meta charset="UTF-8"> <title>AETP Quotation</title> <!--CSS for the theme--> <style type="text/css">body { font-family:Sans-serif, "Helvetica", Verdana, sans-serif;
0
2,184
thread by: Scoosh | last post Mar 20 '22 by: Scoosh
I am doing a project which involves displaying details of cars, vans, etc. The vehicles all have the same attributes apart from 1. When I try to display the attributes for the different vehicles I get this: GC15AV0 is a Blue Skoda Octavia It has <function car.get_number_of_doors at 0x00000239C6C9F3A0> doors. Located at Paisley Its price is £...
0
1,858
thread by: erkanisuf | last post Mar 20 '22 by: erkanisuf
I have table which has a column of type json with name "demographic". I want to compare keys by their values predefined by me and the result of that should be the name of the key and not the value which i will save to another column's rows. The json columns looks like a this: {"he" : {"he_vakiy" : 29384, "he_naiset" : 14803, "he_miehet" :...

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.