473,543 Members | 2,496 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
20,889
thread by: RonFreudenheim | last post Jun 16 '23 by: NeoPa
Hello, I have a tabbed form. On each tab there is a subform. On Subform1 I have a series of combo boxes whose names are Combo1, Combo2, Combo3, etc. and button that if the user clicks will write the word "Yes" in all the combo boxes on the form. The line of code that works for the first combo box is: Forms!frmMain.Subform1.Form.Combo1 =...
1
20,585
thread by: CD Tom | last post Jun 14 '23 by: cactusdata
I have a table that can contain up to 12 entries for an individual in the number field each number can be different number I want only to add up the top 7 numbers for each individual. What's the easiest way to do this. Thanks
1
20,725
thread by: F22F35 | last post Jun 11 '23 by: NeoPa
I am a newbie to Access (most programming for that matter). I need help in creating an Access database that keeps the history of each user in a database. For example, a user might have lesson 1 sent to them so they can answer the questions. Once finished answering the questions, the user would return lesson 1 and we send them lesson 2. As the...
0
15,385
DizelArs
thread by: DizelArs | last post Jun 8 '23 by: DizelArs
Hi all) Faced with a problem, element.click() event doesn't work in Safari browser. Tried various tricks like emulating touch event through a function: let clickEvent = new Event('click', { bubbles: true, cancelable: true, view: window
0
12,669
thread by: jack2019x | last post Jun 7 '23 by: jack2019x
hello, Is there code or static lib for hook swapchain present? I wanna hook dxgi swapchain present for dx11 and dx9.
4
24,204
thread by: ezappsrUS | last post Jun 13 '23 by: NeoPa
Hi, I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the code. Visibility is not adhering to the record checkbox value. Screenshot also below. Any ideas? Private Sub Form_Current() Dim db As...
1
13,157
thread by: Johno34 | last post Jun 7 '23 by: jimatqsi
I have this click event on my form. It speaks to a Datasheet Subform Private Sub Command260_Click() Dim r As DAO.Recordset Set r = Form_frmABCD.Form.RecordsetClone r.MoveFirst Do If Nz(r(2)) = "" Then Stop 'Need to move form to this record. Bookmark?? Form_frmABCD.RunSelectForm (1)
2
13,255
thread by: Ricardo de Mila | last post Jun 7 '23 by: jimatqsi
Dear people, good afternoon... I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control. Than I need to discover what was the control clicked and then, take an action. In my case, I have a form and a subform inside it and the controls are inside this subform. I have...
1
46
thread by: baidido | last post Jun 5 '23 by: Niheel
Why can't i get verification link on my domain account
1
14,176
isladogs
thread by: isladogs | last post Jun 14 '23 by: isladogs
The next Access Europe meeting will be on Wednesday 7 June 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central Europe and 10AM in Seattle / PST Please note that the UK is now on Summer Time (UTC+1). For local times, please check World Time Buddy Topic...
0
11,714
thread by: Carina712 | last post Jun 2 '23 by: Carina712
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important information or to differentiate between different sections of the document. Additionally, setting background colors can help to improve accessibility for...
0
12,167
Oralloy
thread by: Oralloy | last post May 31 '23 by: Oralloy
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++ language. Are any of you able to point me at a working example for the OrangeCrab boards? I have one available, so a working example is...
1
16,464
thread by: Matthew3360 | last post Jun 5 '23 by: Niheel
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a 404 error when i try and connect. How could i fix this. $concurl = curl_init(); curl_setopt($concurl, CURLOPT_URL,...
1
15,057
hi
thread by: WisdomUfot | last post Jul 18 '23 by: cloudgo
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures to protect user privacy and prevent the referrer information from being shared.
0
6,700
thread by: Arjunsri | last post May 29 '23 by: Arjunsri
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and credentials and received a successful connection when testing it out. Yet, when I use this connection manager as my input source, while it connects, it does not show me the tables. here is the...
0
7,925
thread by: AndyPSV | last post May 26 '23 by: AndyPSV
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computer as in title
2
9,221
thread by: Matthew3360 | last post May 29 '23 by: Matthew3360
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it so the python app could use a http request to get the variables values of the webpage and print them in my python terminal. Also the variables values are stored in a database. Would pythons http...
1
17,039
thread by: Matthew3360 | last post Jun 5 '23 by: Niheel
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. header("Location:".$urlback); Is this the right layout the redirect. I keep finding it is not redirecting and is just ignoring the request. Kind regards Matthew
0
9,043
thread by: antdb | last post May 24 '23 by: antdb
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and capabilities to meet the increasingly complex mixed load scenarios and business needs of mixed data type for enterprises. At the mean time, to support users’...
0
9,314
jalbright99669
thread by: jalbright99669 | last post May 22 '23 by: jalbright99669
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made but the http to https rule only works for workstations attached to the LAN & not for incoming website calls from the internet. In the web.config file, the http to https rule occurs first which is what...
0
8,602
thread by: Naresh1 | last post May 22 '23 by: Naresh1
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle WebLogic Server, which is a leading application server used for deploying and managing enterprise Java applications. WebLogic Admin Training typically...
0
8,079
thread by: CD Tom | last post May 21 '23 by: CD Tom
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins that the users have to right click on the Custom Toolbars and them select collapse the ribbon. is there any way to do this in vba so the user doesn't have to do the right click everytime then run a...
0
7,369
thread by: CD Tom | last post May 21 '23 by: CD Tom
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right click on it and select custom toolbars then collapse the ribbon. Is there a way to do this in vba so the user doesn't have to always right click and custom toolbars.
4
30,799
thread by: Kemmylinns12 | last post Jun 28 '23 by: vipulguptaseo
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies like Bitcoin, blockchain has evolved to become much more than just a digital currency platform. The development of blockchain applications,...
0
5,232
thread by: teenabhardwaj | last post May 18 '23 by: teenabhardwaj
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of time and effort. Endless Googling can be actually time-consuming as well. After all these hours expended online searching for interesting content, we allowed “ Would not it be expert to have all the top...

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.