473,554 Members | 2,835 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
1,710
thread by: jusanc | last post Oct 28 '19 by: gits
I have coded a script and I got confused where I should call the function. I know to call it from the outside of it, but I want to implement a process entry function before the calculate function. I am stuck. I am posting a piece of the coding I have don: "use strict"; var $ = function (id) { return document.getElementById(id); //Asking...
0
1,657
thread by: sam1961 | last post Oct 28 '19 by: sam1961
Hi, I want to draw diagonal lines in text box in vb6 environment on command button click without getting into RTF and/or HTML.
2
2,080
thread by: AvinashChilka | last post Oct 27 '19 by: NeoPa
I Created a report from 3 tables named customer,agent and gaurentor also group by Branch and DT on the customers table. Customers table has agent's Primary key as a field., like wise gaurentor's too now i want to print the filtered report based on the two combo-box's selection . i have tried this code Option Compare Database Private...
0
1,725
thread by: makequickdraw | last post Oct 25 '19 by: makequickdraw
Hi! I'm in the middle of practice with google quickDraw Datasets. as it says on the site, I could get 'The Eiffel Tower.bin' image array like this. and so on The way I understand this array is that means one image, ((...)) means the brightness (I hope this is right.)
1
2,986
thread by: rems7668 | last post Oct 25 '19 by: Rabbit
There is an error in parallel.txt when I exporting attendance biometrics data as parallel into MSSSQL Server 2008R2. Please help me how can I solve this.
2
1,343
thread by: beancounter62 | last post Oct 25 '19 by: NeoPa
I am trying to use the mid function in order to get a field on a form to populate. The field I want to reference is on the same form. For example: field 1 is 3ABCD4 and field will be ABCD. I would like to have it auto populate when I click on the field. I have created an event "On Click" but can't seem to get I got "Expected: Text or Binary"...
0
1,929
thread by: Urvi1 | last post Oct 25 '19 by: Urvi1
I have a csv file data of automobile insurance records which i need to convert into a xml file using ssis. Now , when I have unique insurance numbers in csv then i can generate the xml file in the required format but there are multiple occurrences of a insurance number. **For ex. A family have got their automobiles insured having 4 drivers and...
3
1,580
thread by: ravgarwa1 | last post Oct 24 '19 by: NeoPa
Hi, I have a form with subform in which I made a combo box through which I am populating 2 fields in sub form using SQL query from a table which has multiple rows. There are 3 more fields in sub form which i left for manual entering the data. I am facing issue when the data of first 2 fields get populated using combo box function then when I...
1
1,884
thread by: belberg | last post Oct 24 '19 by: belberg
this is driving me nuts.... I have a stored procedure with two variables. I want to pass those variables ($name, $ID) from PHP code but when I use the method bind_param i get an error saying that it is an invalid method. I am using mysqli. what is wrong? Thanks in advnce
1
1,542
thread by: Kiran048 | last post Oct 24 '19 by: dev7060
Design student marks record as single linked list. Each student node has following fields: student usn, student name, ec marks, dms marks, dsa marks, maths marks, dcld marks. Write C program to perform following operations add new student record at the end of list display result of student of given student usn i.e percentage, marks of all...
1
4,147
thread by: Duong Dinh Phuc | last post Oct 24 '19 by: dev7060
I encountered a problem when running C program. How to solve that problem. I use Dev-C++ 5.11 Code here: #include <stdio.h> int stringCount(int n){ int count = 0; while(n >= 10){ n /= 10;
0
3,590
thread by: mattkrebs | last post Oct 24 '19 by: mattkrebs
I know when in your CSS you write section:hover {} all of the things inside the curly brackets will apply to the "section" Is there a way to impact a different part of your html like for example if I wanted a text to disappear maybe I would write "(text) display:0;" If it is possible to have a different element be impacted I would like to...
3
1,787
thread by: LanceRoss | last post Oct 24 '19 by: NeoPa
Every time I use VBA, my IQ drops a few more points. I wrote a macro that pulled in an inventory file and then converted it to VBA. The problem is the file I want to import will be in a different directory each month. I have a list box that allows me to pick the folder and then I wanted to run the below VBA but I wanted the VBA to use the...
0
1,659
thread by: Adaa | last post Oct 23 '19 by: Adaa
Hello everyone! I have a task to create a console app in C# that is due tomorrow so I need some help. It requires me to create a program that will accept a text file as an input. It has this format: 143, 12, 2013-11-01, 2014-01-05 (employeeID, projectID, DateFrom, DateTo) I have the following code that prompts the user to enter the path of the...
6
52,997
thread by: aeris | last post Oct 23 '19 by: Bogu
Hello, I'm a beginner of using C#. I'm creating a window application, May I know how to clear the default text on textbox when I click directly on the textbox? For example, the txtBox has the words "", so how to make the words all clear when user click on the textbox ? Sorry for disturbing you all, can someone provide me the codes...
1
1,703
thread by: saidas | last post Oct 21 '19 by: dev7060
This code should return sum of all the numbers in a 5x5 matrix : #include <iostream> class solution{ int sum = 0; for(int i=0;i<5;i++){ for(int j=0;j<5;j++){ sum += arr; }
0
3,421
thread by: SamuelCLCAUS | last post Oct 21 '19 by: SamuelCLCAUS
Here's what I need; - A set of pages on the public facing website that are password protected (ie: not someone logging into the Drupal 8 backend admin area) - I need a login page with just a password box - I need public users to be able to enter the password and access the entire private section (we're calling it the members portal) - I need...
1
1,679
thread by: trupvicky | last post Oct 20 '19 by: dev7060
from collections import deque, Counter class Solution: def smallestRange(self, nums: List]) -> List: new = # merge each list and keep track of original list for i in range(len(nums)): for j in nums: new.append((j, i))
2
2,478
thread by: Thiwanka | last post Oct 19 '19 by: prihyah
i'm from srilanka,i like to larning programming with python whitis the best softwear for python proggramming?????
0
2,687
thread by: sdsoderborg | last post Oct 19 '19 by: sdsoderborg
Context: mysql I have two tables. "Person" Table with three fields PK: person_id, first_name, last_name. "Message" table
1
2,328
thread by: nikolaymartin | last post Oct 18 '19 by: gits
I want to list services currently installed in an ubuntu box. Also want to list the status of the listed services. Thanks.
1
1,831
thread by: luckytaneja | last post Oct 18 '19 by: gits
need a script/program that stop particular website to open/browse on laptop. if anyone try to open that website, laptop will be shutdown. do any provide me that script or provide any hint/suggestion regarding this.
2
3,134
thread by: stella7x | last post Oct 18 '19 by: gits
I'm considering going back to school, and helping people in need is my biggest priority. I'm interested in a computer science field, as that's a good match for my skills. Is it realistic to think I'll be able to make a whole career using this for humanitarian purposes (i.e. healthcare, social services, etc.)? Is there a way for me to specialize in...
5
2,895
thread by: Jackerman99 | last post Oct 17 '19 by: NeoPa
Hello, I have a form that has two subforms - the main form is the estimate form, the first subform is for the items of the estimate the second subform is for the components that make up each item. I have successfully totaled the component subform and calculated the total for each item but I cannon seem to get the items to total for the entire...
25
3,581
ahayesfx
thread by: ahayesfx | last post Oct 17 '19 by: NeoPa
I'm having an issue related to this old thread (how best to format time duration?). I made the same mistake as the original user, which I've corrected, but I'm stuck on the calculated portion of the solution. I want to know how to calculate for total time in specific increments, i.e. 30-minutes, 1-hour, etc. I've tried everything, but can't seem...

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.