473,539 Members | 9,854 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.
 
2
3,930
thread by: ThePatch | last post Oct 15 '20 by: cactusdata
Hi All, Can anybody recommend a fairly simple full backup program for a new Server running running Windows Server 2019 Standard. Prefer local backup, Not cloud based. Thanks, Ray
8
3,375
thread by: amitansu | last post Oct 15 '20 by: SioSio
i have two dates like 2013-1-1 and 2013-1-10 i want to get the output like 2013-1-1,2013-1-2,2013-1-3,.....2013-1-10 how i l get this give me some solution please.
7
16,832
Ada Peterson
thread by: Ada Peterson | last post Oct 15 '20 by: SwissProgrammer
How can I promote my profile on Instagram? Can anyone give me some tips and advices on how to get more followers and engage them ? or any useful tool ?
21
2,158
thread by: ZKAHADI | last post Oct 14 '20 by: ADezii
Hello friends need your help once again. i am trying to make a combobox of education subjects i will put all subjects to one combobox and i made 4 text boxes subject1 subject2 subject3 and subject4. now i want to select one subject for example english then it must enter to Subject1 another selection Maths to subject2 same others. in...
7
2,114
thread by: Petrol | last post Oct 14 '20 by: isladogs
Does anyone know how to delete corrupt entries from MSysObjects? My front end can connect to any one of several back ends. (Think of them as different departments in the one enterprise, each having its own set of data in similar tables. There is also another back end, containing tables of enterprise-wide data common to all departments). A...
4
2,683
thread by: strugglingalot | last post Oct 13 '20 by: SwissProgrammer
i am currently trying to currently figure out how to work with visual studio . in that i am trying to make to squares using the draw function but it keeps on showing that im lacking the head and body tag even though i have wrote it .
3
2,972
thread by: nicolat | last post Oct 13 '20 by: astinzz
I have a picture with a white box in the middle. The white box in the middle is where I would like the 5 images to continuously scroll/manually scroll between. Please can you help. Is this maybe a jquery task?
0
2,725
thread by: mayraleon | last post Oct 11 '20 by: mayraleon
Hello, I try to make a rewrite system to direct users the way I want, but I keep getting errors. The code I wrote: RewriteRule ^(games)/(.*)$ games.php?id=$1 I want to redirect these pages from games.php. I had to do a 301 redirect, but it didn't work even though I added . How do I fix the error, I would be glad if you could help me. ...
0
1,740
thread by: drunkenphd | last post Oct 11 '20 by: drunkenphd
Hi. My code below: def simulate_stock(start,rate,vol,days): daily_yields=np.random.normal(loc=(rate/252),scale=(vol/(252**0.5)),size=days) cumulative_yields=np.cumsum(daily_yields) daily_multipliers=np.exp(cumulative_yields) simulated_prices = np.round(start * daily_multipliers, 2) simulated_prices =...
6
6,296
SwissProgrammer
thread by: SwissProgrammer | last post Oct 10 '20 by: Banfa
Can I use C++ to re-program a common passenger vehicle? I was reading a profile here on bytes.com and found Expertise in C++ and Vehicle Software. That reminded me of a question that I had. If I wanted to adjust the software in a common vehicle, like a 2019 Ford F-150, or almost any other common passenger vehicle used in the USA, then what...
2
4,400
thread by: beluga | last post Oct 10 '20 by: SwissProgrammer
Add three (3) Java Methods. Name them Employee, FullTimeEmployee, and PartTimeEmployee. Write a simple payroll program that will display employee’s information. Refer to the Sample Output below. This should be the sequence of the program upon execution: a. Ask the user to input the name of the employee. Use the employee method here. b....
1
2,516
thread by: Joshuaschist | last post Oct 9 '20 by: SwissProgrammer
Typescript Error Type is not assigned to type
37
7,542
Seth Schrock
thread by: Seth Schrock | last post Oct 9 '20 by: SwissProgrammer
I have looked online, but I don't seem to be able to find the information that I'm wanting. Here is what I'm trying to do. I have used the split function to create an array of parts of a string such asDim str as String Dim strArray() as String str = "Left(str, 8) & Mid(str, 10, 7)" strArray = Split(str, "&")Now, I'm needing to track the...
2
4,360
thread by: Imishu | last post Oct 9 '20 by: esantos
i made a app on localhost:3000 and finished it but now i am working on a new project and it is showing an error that port 3000 is not available how to fix this please help me out!
3
4,064
thread by: Win Win Phyu | last post Oct 8 '20 by: dev7060
Hi!! How do I write the if condition to say user string input does not equal the values inside the array. Your response will be appreciated.
19
139,317
thread by: Kasya | last post Oct 8 '20 by: AjayGohil
Difference between x++ and ++x; Difference between x-- and --x;
11
10,522
twinnyfo
thread by: twinnyfo | last post Oct 7 '20 by: twinnyfo
The later versions of MS Access have a field type called Attachment. This allows the user to "upload" documents and images into the database, so that all things are stored neatly in one place. However, as one advances in one's Access prowess, one finds that this new field types causes a few problems. One problem is that the size of your DB can...
2
7,252
thread by: chetan100 | last post Oct 7 '20 by: chetan100
Graduated two years ago, I've been working at Amazon Web Services for the last year and a half. For a number of reasons my performance has gone down (lack of interest, mental problems) and I was considering leaving at about the same time that I was informed that my manager wanted to work with me to improve my performance. Since then, I have been...
1
2,697
thread by: Jeff254 | last post Oct 6 '20 by: dev7060
Hi, so basically I'm trying to add this table to my front end clients private pages so that I can key in information at the end of the day. They should be able to view a monthly record of the information dependent on the day selected but I cant figure out which way to go about this. All I'm asking for is some guidelines. Please Help
14
9,866
meLady
thread by: meLady | last post Oct 6 '20 by: isladogs
Hello, Here I am having a little bit confusion about how to calculate the total time of steps of a process (for example: registering a new user for a website) in MS Access: - step1: entering a user name in a text box will take 00:00:10,94 - step2: entering a user password in a text box will take 00:00:03,12 - step3: entering a user...
1
3,906
thread by: RolandHall | last post Oct 6 '20 by: Rabbit
from tkinter import * import time import random # Set up Root root=Tk() root.geometry("1200x1000") root.title("Aliens Attack!!") # Set up Global variables
2
3,276
Abhean
thread by: Abhean | last post Oct 5 '20 by: Abhean
Working on a record check and all seems to work as I expected until I attempted to disable one of my buttons on the form. Now, none of the pulled information shows on the form as it did prior to the introduction of Me.ClientFullSaveBtn.Enabled = False. Thoughts or suggestions? Private Sub CAccountTxt_AfterUpdate() Dim db As DAO.Database...
1
2,449
thread by: ZKAHADI | last post Oct 5 '20 by: isladogs
Hi buddies i have a file of MDE provided by friend to make some changes he lost the original MDB file. so i made a new file of ACCDB i copied all queries, Tables with data but Drag or copy not allowed for MDE to ACCDB new file. is there any way to copy or drag the Forms and Reports from MDE to ACCDB file?
6
7,538
thread by: cbvsastry | last post Oct 2 '20 by: Banfa
Hi, I always had a doubt regarding the difference between pointers and data structures... Could anyone give me the clarification...
3
4,470
thread by: Nemish | last post Oct 2 '20 by: dev7060
class N2 { public static void main(String args){ int a,b,c; int sum=0; for(int i=0;i<=args.length;i++) {

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.