473,554 Members | 2,273 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
7,794
xarzu
thread by: xarzu | last post Jan 8 '22 by: xarzu
I am starting a new coding job with a new client. The problem I am having is that a lot of issues with namespaces that can not be found or maybe missing directives or an assembly reference. This, I think, is a common thing. So I am wondering where I can download a free DLL from Microsoft that will do the trick and get me to compile my code. ...
0
7,777
thread by: Kaata | last post Jan 7 '22 by: Kaata
Hi I have a new report with a StdID header without a StdID Footer. I want to add this footer to my report so how can I do this? regards
0
8,457
thread by: KarlC1991 | last post Jan 6 '22 by: KarlC1991
Hello, I work for an art studio that often takes notes on art and video projects we want to look at collaborating with, but we do not own the content that we save for our reference files. We need to store and organize all of these files but they are not considered an asset for us, how can we store them and not infringe on copyrights?
6
37,711
thread by: akipng | last post Jan 6 '22 by: RBGames
Hello I developing console application that sometimes writes some information to console using Console.WriteLn or Console.Write. Is it possible to turn on/off displaying of messages that will be written out into console? Sometimes I don't want anything to be written in the console and sometimes I need it. I hope someone knows solution to...
6
16,699
thread by: cmo187265 | last post Jan 5 '22 by: cmo187265
Background: I am building a sports card database (or trying to). (In MS Access) Situation: The sports card database necessarily will require a lot of many to many table relationships. Problem: Me. I am have trouble grasping some instances of the many to many concept. Example1: Student to Classes (I understand this)
2
10,922
thread by: AnonymousDev100 | last post Jan 5 '22 by: cactusdata
Important Note: I am not allowed to Use TimeSpan I am trying to create C# method with two int arguments public void Time(int hours, int minutes) which satisfies all the following Test Cases: Time(11, 7), returns: "11:07" Time(24, 0), returns: "00:00" Time(26, 0), returns: "02:00"
1
8,775
thread by: Sarah2002 | last post Jan 4 '22 by: dev7060
iam new to java anad i want to add record of receptionists (name, gender , age) in arraylist then read and write this list in binary file , note i want to initialize the arraylist in class not in the main
0
8,090
thread by: iScottybotty | last post Jan 4 '22 by: iScottybotty
Hi all. I am a complete noob with code and are looking for some help. I have an open source program running however, a section of the build surrounding “voice encryption” was never included in the public version. I now have all the code to enter within the voice enc element, however I need help putting all the pieces of the jigsaw together...
0
7,737
thread by: OgaSkuhc | last post Jan 3 '22 by: OgaSkuhc
Hi, So this is a two part question. I have this main form "Manufacturing Production Log" and a sub form "Equipment Downtime Log". Each record on the subform is going under a field in the main form called "Part Number". At least that's what I'm trying to do. The "Part Number" needs to be pulled from the main form and displayed in a...
2
13,217
xarzu
thread by: xarzu | last post Jan 1 '22 by: xarzu
I do not know from the online tutorial if I am properly establishing a connection with a git repository that is on a network. All I have learned from a tutorial is how to set up a local repository, but getting data off of a network repository is knowledge I have yet to stumble upon or learn about and I wanted to save time by asking some online...
6
9,673
thread by: Petrol | last post Dec 31 '21 by: NeoPa
I now have a very tricky problem. I have a form in my Access application which sometimes - perhaps once every 5 to 10 times, though it is not consistent - does not open completely. Specifically, when opened it displays the header section and a skeletal version of the footer section (i.e. text boxes but no data), but the detail section is...
9
11,747
thread by: Petrol | last post Dec 30 '21 by: Petrol
My DBMS has a main switchboard which is opened by autoexec and remains open for the life of the session; it contains an "Exit Database" button which performs some housekeeping such as logging the event, before executing the Application.Quit. The problem is that some users are closing the application by using the "X" close button on the...
0
8,989
thread by: terrysc04 | last post Dec 29 '21 by: terrysc04
I am trying to understanding a coding challenge. I need to create a YAML file to automate deployment of an ec2 instance. Here is the specifications of the YAML file: # This YAML configuration specifies a server with two volumes and two users server: instance_type: t2.micro ami_type: amzn2 architecture: x86_64 ...
0
9,493
thread by: said mansouri | last post Dec 28 '21 by: said mansouri
I want to create an object-oriented database in an object query language (OQL) , but I don't know what program we should use i want name or link download the program (OQL)
2
11,510
thread by: aneesht | last post Dec 28 '21 by: Calliope21
hey i have a web application which converts swf to apk. the basic working of that web app is pulling the swf inside a adobe flash player and make a swf game work on android device. it is working so far but it is not working on android devices on top level like s4 and s5( android version higher than 4.2). is there any way i can use this adobe...
1
9,674
thread by: Sergio281 | last post Dec 27 '21 by: dev7060
Q.No.1: A company pays its employees on a weekly basis. The employees are of two types: 1. Salaried Employees 2. Hourly Employees Salaried employees are paid with a fixed weekly salary, regardless of the number of hours they worked. Fix week salary is 2000 / w Hourly employees are paid by the hour and receive overtime pay for all hours...
1
12,874
thread by: SofiaValencia | last post Dec 27 '21 by: Niheel
Hello Everybody, I want to redirect my site from without www to www..I have IIS server. So what I need when user come on my site no error of 'page not found' (i.e. error 404 ) should be occured.. Can you help me? anyone tell.. Thanks in advance
1
10,188
thread by: pardillo | last post Dec 27 '21 by: Niheel
Hello. I want to start studying the Golang language but I can't find any IDE that I can configure well, can you tell me an IDE that is good for Go and how to configure it (explained for fools), please? I have tried with Sublime, Visual Studio Code and Eclipse and I have not clarified with any. And, if it is not too much to ask, can you...
4
36,217
MMcCarthy
thread by: MMcCarthy | last post Dec 26 '21 by: NeoPa
This function returns the username of the currently logged in NT User. ' This library must be declared Declare Function GetUserName& _ Lib "advapi32.dll" Alias _ "GetUserNameA" (ByVal lpBuffer As String, nSize As Long) Function sys_OrigUserID() As String
1
8,866
thread by: jackjee | last post Dec 24 '21 by: isladogs
Hi I have a continuous form based on crosstab query results. The fields in the form is from the crosstab column headings. I am looking for updating the records directly from the form such as on click of that item in the record need to be updated from a pop up/or values placed on the form header (as textbox or command buttons) The structure of...
1
9,525
thread by: Csanika | last post Dec 23 '21 by: dev7060
Hello! My :C drive is filling up itself, and the temporary files are now 40gb and i cant delete them beacuse none of the temporary files that windows shows to me is bigger than 20mb. Please help me what should i do.
0
8,022
thread by: Gnsd | last post Dec 22 '21 by: Gnsd
Hello, i am a computer science university graduate and i have decided on becoming a full stack freelance web developer. Which would be the best courses or books to get me started on landing small web development jobs and going from there? Stefan Mischook seemed trustworthy to me and his course seems to be what i m looking for, do you think it...
0
9,708
thread by: zonaed | last post Dec 21 '21 by: zonaed
How to set Tag Lenth Value (TLV) in MS Access VBA
2
12,054
thread by: jerger | last post Dec 20 '21 by: DaveWells
I have converted my dictionary program into a simple asp program. It works great... but I now want to add speech functionality but have not had any success. I have tried several online templates that give errors... or I have added suggested code to my own... which then breaks my code! Please, if anyone is an expert in TSS ... could you make...
0
9,926
thread by: Trystan | last post Dec 20 '21 by: Trystan
The choice of technology architecture is closely related to enterprise strategy, business processes, project effectiveness, etc. It is an important part of the R&D process. The complete technology process includes determining the requirements, filtering within the range of ptions, finding suitable projects, installing and experiencing. However,...

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.