473,538 Members | 10,904 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
18,235
thread by: sjohnson | last post Jun 8 '23 by: stefanzare
I had my database that I created on one of the server. Recently we have to moved it to another server. Ever since I lost the ability have multiple users access (open) the database at the same time. Can anyone help to fix? Thanks
0
15,382
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
1
22,081
thread by: Eran Hefer | last post Jun 8 '23 by: AdaL
Problem: User got an error massage when trying to load an InfoPath form: "This session has exceeded the amount of allowable resources" More Details: Check out the Event Viewer on the MOSS server > Application. you should see such kind of error:
1
13,154
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)
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.
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
16,455
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
2,139
thread by: alvarodeoliveir | last post Jun 5 '23 by: Niheel
Hi, people! I have just joined. I am retired now, but I still keep myself in activity by developing, fixing and updating software for schools, embassies and consulates here in Brasília, Brazil. My tool language now is VBA Access. In the past, I have worked with Assembly, Fortran, Cobol, dBase etc.
3
36
thread by: Coin | last post Jun 5 '23 by: Niheel
Hello members of Bytes! I am new here and working as IT in telecom industry for many years. In case you are also interested in telecom, here: <Snip>
1
17,035
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
1
46
thread by: baidido | last post Jun 5 '23 by: Niheel
Why can't i get verification link on my domain account
0
11,713
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...
2
18,837
thread by: Rand0mstu | last post May 31 '23 by: Oralloy
#include <stdio.h> #include <getopt.h> #include <string.h> int main() { // Menu dictionary int menu_size = 4; struct MenuItem menu;
13
38,905
thread by: John Peters | last post May 31 '23 by: Shanicharramp
How do I use social media for marketing without it turning into just a load of spam?
6
44,548
thread by: exploretech | last post May 30 '23 by: miabaker
Which programming language does PHP resemble? Please tell me
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...
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...
5
15,522
DJRhino1175
thread by: DJRhino1175 | last post May 27 '23 by: isladogs
I have conditional formatting in a textbox based on a value of another textbox. > When this code is true in turns the font Bold and Red of the txt box What I need help with is how do I trigger a msgbox based of this conditional formatting? Or would it be better to do an after update code that does the conditional formatting and trigger 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
1
12,737
thread by: ChelseaNaomi | last post May 25 '23 by: isladogs
Hi All I have a text file which has multiple records. Each part of the record is separated by a comma. I am trying to import this data to an access table using an upload button for the end user. The end user will use a form to find the file & upload it which will then append the data to an access table. I am getting a Type Conversion Failure...
2
17,318
thread by: Aviqq | last post May 24 '23 by: Aviqq
Hi, I have an unbound combo box that I would like to navigate back and forth through the records populated in the combo box. I currently have an advance button thanks to this post here: https://bytes.com/topic/access/answers/649962-advancing-unbound-combo-box. Does anyone know how to do the opposite and create an previous record VBA code? ...
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,601
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...

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.