473,543 Members | 4,384 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
3,379
thread by: BradmanDon | last post Feb 12 '22 by: BradmanDon
I'm trying to build a WPF app where the data source of a datagrid are some filtered data of a excel worksheet from a specific workbook. The worksheet looks something like this : https://i.ibb.co/FVcLPXX/173696-image.png I'm loading the filtered data from that sheet to a datagrid using the below code on window load event : ...
1
4,749
thread by: cmo187265 | last post Feb 11 '22 by: cactusdata
Intro: I have been working on a Sports Card database and have many questions posted on this forum related to creating the database through MS Access. After some time (2 yrs) I have decided to enlist the help of an old work colleague who had experience with databases (SAP, Oracle, Postgres) because I could not understand how to write the...
1
4,425
thread by: diegooo | last post Feb 11 '22 by: balenaucigasa
hi, so my code looks like this for x, name in enumerate(clients.name, 1): yet keep getting "SyntaxError: Invalid syntax" i'm new to coding, so sorry if this seems like a dumb question.
1
3,724
thread by: SoRa020 | last post Feb 10 '22 by: dev7060
#include<stdio.h> #define max 100 typedef struct{ char cne; char nom; float moyenne; }etudiant; void lire_etud(etudiant T, int nb) { int i;
1
3,362
xarzu
thread by: xarzu | last post Feb 10 '22 by: dev7060
I have cloned a repository to my local computer off of a network. Then I was using Microsoft Visual Studio version 2019. After I made modifications to the file I have been working on, I successfully completed the following git commads: git add git status git commit git push After some time, I decided to make a new folder locally, clone...
5
21,002
thread by: guiromero | last post Feb 10 '22 by: james121
I'm writing a program to calculate the number of prime numbers in a sequence. There's a variable called num that is given and then the program must calculate how many prime numbers there are from 2 (the smallest prime number) to num. It should be something like that: Enter a number greater than 1: 7 There are 4 prime numbers between 2 and 7....
1
3,115
thread by: aung cho | last post Feb 10 '22 by: SioSio
I get to answer by calculator value in vb.net sin (23.45) = -0.99374071017266 in calculator 0.39794863 I want to get 0.39794863 how can i write for this but i used degree to radian equation * 180 /PI
4
6,548
thread by: pooja2202 | last post Feb 9 '22 by: rishabhs
While using the youtube API to get the subscriptions,liked videos,upload videos and comments, and update the channel details of the authenticated user in our angular project using youtube APIs,we are getting 403 Forbidden error. It states that request had insufficient authentication scopes. we have tried applying scope and access token to the...
0
4,982
thread by: cmo187265 | last post Feb 8 '22 by: cmo187265
Background: I have been working on a sport card database for a long time in MS Access but am at a point where I needed to enlist help from a former colleague who specializes in Oracle, SAP, PostgresSQL. Summary: In MS Access I had so many M2M relationships that were handled through I believe what are called bridge or junction tables. My...
1
10,104
isladogs
thread by: isladogs | last post Feb 7 '22 by: isladogs
The UK AUG seminar originally scheduled for 4 Nov 2021 was unfortunately cancelled due to issues related to COVID. This has now been rescheduled for 8 Feb 2022 - hopefully as a live event.... The agenda is as follows: 0915 START • Steve Girling, Case Study of a Live Project Using an Access/SQL Database • Donna Landy, The Lazy Coder –...
3
6,205
thread by: jackiemasson | last post Feb 7 '22 by: isladogs
Hi, I want to start Dragon Naturally Speaking when the user enters a field on an Access form and stop when they exit the field. I would like to save the audio file to a specific folder and pass the file name from a field value on the form. I also want the text to be inserted into the field. Does Dragon accept command line parameters on...
-
-
isladogs
thread by: isladogs | last post Feb 7 '22 by: isladogs
2
19,067
thread by: DGrund | last post Feb 6 '22 by: DGrund
I am trying to access the Authors fields from a picture. I am using System.Windows.Media.Imaging; My code: BitmapSource img = BitmapFrame.Create(fs); BitmapMetadata md = (BitmapMetadata)img.Metadata; lblTitle.Text = md.Title; lblSubject.Text = md.Subject; lblAuthors.Text = md.Author; // <======
0
4,440
thread by: DGrund | last post Feb 6 '22 by: DGrund
I have a very simple need. I have been delving through tons of docs, but everything I am reading is misleading, so far. I wrote D:\Develop\Common\utility.cs. It has some common methods that I want to be able to use in ANY of my projects. I do NOT want to physically include this class into those projects, because if it needs to change, I want to...
10
6,116
thread by: mshakeelattari | last post Feb 6 '22 by: NeoPa
How to add a word "Continued...." or any other indicator if some of the rows go to next page or column on a report? Can anybody help me? Thanks in advance.
1
14,551
thread by: devrayhaan | last post Feb 3 '22 by: PollyR
I have been in the software field for like 6 years and have designed static website for people. However, am not comfortable with my experience in software as I work alone. I have been looking for remote internship website to start challenging tasks even if the pay is small. Please share with me any idea
0
3,685
thread by: reddy299 | last post Jan 30 '22 by: reddy299
Hi Folks, As a SQLDBA, I am currently learning PSTGR Administration, and I have gone through Database Architecture. SQL database has two files: a data file and a log file, and all DML transactions are logged to the log file before writing to the data file.. when log files gets full, we shrink the files. How does Postgre compare to SQL log...
0
809
thread by: bhbp | last post Jan 29 '22 by: bhbp
Hello, I read sophannaly's article about MsgBox in Office VBA Khmer font problem with MsgBox in VBA I have the same problem, a little different I Have many Laptops and PC's and all of them have Office 2013 or Office 2016 installed.
1
9,161
thread by: Abraham01 | last post Jan 29 '22 by: cactusdata
Pls I have programmed a traffic light on visual basic 6.0 but I cant seem to program the countdown(10-0) to be on infinite loop at every light i.e it should countdown from 10 to 0 before each light shows. Here is my code Private Sub Timer2_Timer() If Label1. Caption = 0 Then Timer2.Enabled = False MsgBox ("go") Else Label1. Caption =...
2
7,320
elpidahope
thread by: elpidahope | last post Jan 28 '22 by: donbock
I don't understand what's wrong. My program prints only half the output. It doesn't print the maximum number. Here's the code if you wanna check it. #include <stdio.h> int main() { int a, b, c; int max;
1
9,063
thread by: mscomx | last post Jan 28 '22 by: dev7060
Hi everyone ! I have to recover a database created under PostgreSQL 8.1 (Windows 2000 Professional) from a damaged pc but I have the PostgreSQL installation directory of that pc. I want to install version 8.1 on a new pc in order to recover the database. I searched all over the internet but I can't find PostgreSQL 8.1 for Windows. Does...
1
7,643
thread by: rainxy | last post Jan 28 '22 by: dev7060
Hello, I have to take a test for my job. I am not a programmer but a teacher. They want me to teach computer science to elementary school kids. Unfortunately, the test is also based on content from the computer science taught in high school. I will have to read a lot of pseudocode on the test. I just need to pick up the convention of reading the...
2
11,058
thread by: cloudytechi147 | last post Jan 26 '22 by: dev7060
I'm building a website, but my HTML and CSS are bugging me. When I load my website through Github Pages, or through local files, I can see my HTML and it all works perfectly fine. The problem is, only part of my CSS is loading. On my website, I made a sidebar, and when I tested it through local files it worked fine. Yesterday I opened Notepad++...
0
7,063
thread by: IbrarBarlow | last post Jan 25 '22 by: IbrarBarlow
Hi All, I am working on a project where i have to send data from a GSM module to a webserver (Apache). How should i proceed? Can the data be sent directly to a database (Ex. Apache Derby). I am new in this field. Please help. Thanks in advance
1
12,360
thread by: Agabus Appiah | last post Jan 24 '22 by: Cezar
I want the codes for inserting powerpoint in a c# starting from using system. I use using Microsoft.Office. PowerPoint and the office has been underlined

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.