473,544 Members | 1,508 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
5,037
thread by: Smith750 | last post Oct 27 '21 by: Smith750
Howdy, I am trying make a connection to bluetooth. I can't get past "target remote "adress"" Mac adress doesn't seem to work. Hard to find online. Using gdb by the way.
1
8,726
thread by: Marylou17 | last post Oct 24 '21 by: dev7060
Good day! I'm new to programming. Can you guys help me on how to make a simple program that will display the employees name and how to let user enter the rate(pay) per hour and the number of hours worked separated by spaces only and then it'll calculate the wage, cause this part is makes me confused what to used to run... Thank you so much!!...
1
6,661
thread by: haryvincent176 | last post Oct 24 '21 by: dev7060
Here's the situation: As you can see in the visual example below. I have four - buttons radio - I need to make an event where when I select the option "NO" of the compo I automatically disable the two selections in the field . If "YES" is selected, the two other selections must remain active. My problem is because the four stamps are "radio...
32
95,928
thread by: bloukopkoggelmander | last post Oct 23 '21 by: NeoPa
Hi All A simple query I suppose for most fo you. Here goes: I have a form for data antry. Once the user has completed and saved the first entry and want to create a new one, I would want them to click on a button that says " New Entry" or something, which then clears all populated form controls ready for a new antry. I have found some...
16
105,914
thread by: omozali | last post Oct 23 '21 by: NeoPa
Can someone please tell me why INSERT INTO generates syntax error Private Sub Command7_Click() Dim strUSER As String strUSER = Nz(DLookup("", "table2", " ='" & username.Value & "'"), "nouser") If strUSER = "nouser" Then INSERT INTO table2; VALUES (username.Value,password.Value); MsgBox "User added" Else
3
120,685
thread by: kartikss | last post Oct 23 '21 by: NeoPa
HI!! If I have 2 forms ie form 1 , form 2 In Form 1 I have a command button to open form 2. how will i hide form 1 and show form 2, until i click on close button it open form 1 and form 2 should hide. in ms access how do i work on it on ms access?
0
6,256
thread by: Purva khokhar | last post Oct 22 '21 by: Purva khokhar
I need someone who can help me to show steps 1-how to archive records in access. 2- how to open a form simply by clicking on the record instead of going to form section 3-when i press enter to type a sentence in comment box it goes to next record. How to stop that. Thanks
1
5,462
thread by: thevictorso | last post Oct 22 '21 by: dev7060
I am trying to make a code run repeatedly every X seconds. Let me paint a wrestling scenario. I have already written a code line to give Tyson fury a 5Kg punch at 40 seconds into the fight and then stop.. but there's no way I'm going to win the match with just one 5kg punch at 40 seconds. I need to be able to keep punching every 40 seconds....
1
6,270
thread by: iso14882 | last post Oct 22 '21 by: dev7060
How to solve this ? thanks
1
8,963
thread by: Pr0oBl3m | last post Oct 21 '21 by: Cyril1B
Hello Bytes-Community, I have been having a problem recently: I need to export a lot of emails from some iPhones as a file but I wasn´t able to find an option. The export must be a file. So no iCloud or iTunes. I have read that you can do it with MAC, the emails are exported as a .mbox file. iPhone apparently doesn´t have this option. ...
1
9,224
thread by: cyogarajmsc | last post Oct 20 '21 by: StephanieSy
Hello sir, i don't have enough space in my personal website. now i have idea to store more files in my google drive and i should publish it into my website.... My question is : 1) Is it Possible? 2) If yes means how can i do it.? give me solutions friends... Thank you all
0
3,472
thread by: listenups61195 | last post Oct 20 '21 by: listenups61195
I’m writing this question to ask what are my odds of freelancing? I want to work as a dev, but I have an arrest record and despite the fact that its expunged and there was no conviction I wholeheartedly believe that I don’t stand a chance at getting a regular dev job. I even checked with the solicitor office and they told me my arrest had been...
0
4,639
thread by: BenHughes | last post Oct 20 '21 by: BenHughes
Summary of My Project Database to store names and attempts at completing different tests. Person can attempt any test, several times. Each time they take any test, needs to store: test name, date, and results. There are 3 different tests. All tests are basic yes or no questions (so, "yes/no" or just checkboxes can be used) No multiple...
0
5,866
thread by: harlem98 | last post Oct 20 '21 by: harlem98
I'm having huge problems loading data into a grid. i've encountered a number of problems, which i´ve been solving through different approachs, and now i dont have any exception, but i still cant load the data into the grid. The data is filtered according to "rdpInvestigador" external selectedValue, and should load in the grid accordingly. I...
0
2,106
thread by: Gurmeet2796 | last post Oct 20 '21 by: Gurmeet2796
Hi all, I'm getting the below issue from the past few days. 2021-10-20-12.25.09.929431+330 E6006377428E559 LEVEL: Warning PID : 20078 TID : 140478800455424 PROC : db2sysc 0 INSTANCE: db2inst1 NODE : 000 DB : WPJCR APPHDL : 0-7575 APPID: 127.0.0.1.27347.211020031805 AUTHID ...
1
3,660
thread by: Geralt96 | last post Oct 19 '21 by: dev7060
Good Morning! Could someone help me with the code for the problem below? It is an exercise suggested by a professor of an engineering course. Below is the requested, if anyone can help, I would be very grateful. "In previous exercises, we created an algorithm to convert a resistor color code into a numerical resistance value. Now, we'll do the...
0
2,601
thread by: larryh77 | last post Oct 19 '21 by: larryh77
What are the ramifications of never changing the "rows = 1000" default in your functions? What if the function usually returns 50K rows? What if it usually returns 1 row?
0
10,293
thread by: harlem98 | last post Oct 19 '21 by: harlem98
I'm having huge problems loading data into a grid. i've encountered a number of problems, which i´ve been solving through different approachs, and now i dont have any exception, but i still cant load the data into the grid. The data is filtered according to "rdpInvestigador" external selectedValue, and should load in the grid accordingly. I...
0
3,877
thread by: harlem98 | last post Oct 18 '21 by: harlem98
I'm having serious problems loading data into a grid, i've encountered a number of problems, which i´ve beem solving through different approachs, and now i dont found any issue, but i still cant load the data into the grid. The data is filtered in a external comboBox (rdpInvestigador). I use a n-layer architecture with ASP Object Data Source....
3
3,410
thread by: SheikhAltaf | last post Oct 18 '21 by: NeoPa
Dear all, I am unable to calculate running Dsum of opening balance of ledger accounts (above 200 ledgers) =Nz(DSum("-","qry_OpeningBalance"),0) this works very well only for single ledger account, but not working for all ledger accounts in report, for example, i want to see ledgers of 2 accounts i.e Capital and Assets 1-Capital Opening...
0
2,245
thread by: sal21 | last post Oct 17 '21 by: sal21
how to align center picturebox in richtextbox?
3
7,080
thread by: Larouso | last post Oct 16 '21 by: unix
Hello, can you help me on how to make a drop down list on my own website ? Thank you in advance.
0
4,411
thread by: Tintin1978 | last post Oct 14 '21 by: Tintin1978
Hi, I am trying to identify user ID and query which cause high space usage in a DB2 v9.7 AIX database. Please advise how to retrieve User ID and SQL query from the DB2 Logs for a particular day. Appreciate your advice
0
3,580
thread by: Learner99 | last post Oct 13 '21 by: Learner99
{'data': {'close': 469.25, 'high': 484.4, 'low': 468.1, 'open': 470.0,}}
2
5,505
SwissProgrammer
thread by: SwissProgrammer | last post Oct 12 '21 by: dev7060
I would like to know how to hook and subclass Wordpad (a MS Windows 32 bit common program) with a C++11 program. I start my program; and it opens up Wordpad; then my program gets control of Wordpad, it controls the information going into and comming out of Wordpad. I do not quite recall how to do that. It should be really simple. I am having...

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.