473,544 Members | 1,946 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
7,654
thread by: EhYay | last post Nov 19 '22 by: dev7060
How do you store whole sentences in a variable? I want to print out sentences using variables. I tested with a 'string' data type and stored individual sentences as an element then used a 'for' function to print them with a delay between each sentence. The result is an error, upon building it, saying at this line: Full code: #include...
0
3,612
thread by: CyberMage | last post Nov 19 '22 by: CyberMage
Hello everyone. I am cybersecurity student and i'm writing a term paper on the topic "Personal sign vulnerability". I have found a few examples on github, but they don't work properly. Every time i'm signing the message on testnet(Eth Goerly, Polygon Mumbai) i receive next error: insufficient funds for gas * price + value. I have enough...
0
7,482
thread by: CyberMage | last post Nov 19 '22 by: CyberMage
Hello everyone. I am cybersecurity student and i'm writing a term paper on the topic "Personal sign vulnerability". I have found a few examples on github, but they don't work properly. Every time i'm signing the message on testnet(Eth Goerly, Polygon Mumbai) i receive next error: insufficient funds for gas * price + value. I have enough...
0
7,010
thread by: AKrus | last post Nov 18 '22 by: AKrus
Hi, With my team, we are working on the development of data grid control. It's based on a new approach that allows showing in web any data amounts instantly. For now, we are showing you the first grid demo, where you can play with the grid and evaluate the scale of data the component can handle. In the demo, we used a 1.6 GB file with 11...
0
7,532
thread by: DGrund | last post Nov 18 '22 by: DGrund
I have been searching for weeks, but I cannot find an example that I can understand. I have a simple requirement. I have a text box on a form. I want to choose a row from a Microsoft Access table to fill this text box. I don't have a problem with the connection string. I am told that this is called "data binding". How is this done? Examples...
2
11,385
thread by: Saanvi Sen | last post Nov 17 '22 by: Arushi
Hello everyone, Can you guys suggest to me some best JavaScript Chart Libraries for my project? It would be great if you could suggest the libraries based on React? Thanks in advance!
2
9,473
thread by: DGrund | last post Nov 17 '22 by: Arushi
I am a professional mainframe programmer, and I am trying to learn .Net. I have an OOO problem that is stumping me. I can get around it, but it would look like amateur hacking. I would like to do it the OOO way. Simply put: In one method (ReadAccounts), I am reading an Access table into a List (AcctsList). I don't have a problem with that;...
5
6,481
thread by: Curious27 | last post Nov 17 '22 by: Curious27
I have a report where I am trying to get the minimum value from a calculated textbox named "TMetalic" which calculates the total of each component. The main group named 'Caliber" shows different Calibers The next group named "Component" lists three different components with detail items and quantities. In the Component Footer is where...
0
5,042
thread by: ibrahim90000 | last post Nov 17 '22 by: ibrahim90000
Hello Friends, I have this python code i created with python shelve but it keeps giving me errors all of the time. Here is the code: import httplib2 import shelve url = input("Enter the target's Url: ") url_1 = url.replace("http://", "") url_2 = url_1.replace("/", "")
2
13,016
thread by: shivajikobardan | last post Nov 16 '22 by: richard110
​ Take this code for example: <div class="super"> <div class="extra">text</div> </div> *
3
7,297
thread by: Joe Y | last post Nov 15 '22 by: NeoPa
I have been looking for an easy solution of placing Access backend files in the cloud. *SQL Server, Azure SQL, or SharePoint are just too much of challenges. * Since Microsoft launched the Power AP last year there are a couple of YouTube videos from (seemed to be) MS employees talking about Dataverse as a good place to migrate backend data to....
0
4,182
thread by: SteveQuist | last post Nov 14 '22 by: SteveQuist
I have a form with a textbox txtSelectedCustomers that has the values: "ACE ", "CORN ", "DOVE " I am trying to use this textbox in as the selection criteria. If I use: In ("ACE ","CORN ","DOVE ") as the selection criteria, it works. if I use: In (!!) nothing is returned.
3
19,871
thread by: adamjblakey | last post Nov 14 '22 by: Abfd
Hi, I am trying to add this to my website which is a promo code script which connects to JS simple cart but doesn't seem to be working and does not even create an action like the JS is being triggered. Can anyone see why this is not running the function? <div class="cartRow" id="promoCodeDiv">Promo Code: <input type="text" id="code"...
2
26,451
thread by: WIPE | last post Nov 14 '22 by: Abfd
I must call a PHP page with a Javascript command. I developed a function that does almost exactly what I needed: View code: Example 1 But in the last part where it makes me "view" (document.getElementById('showResult')) only the result, I need to do it in a way that instead calls me another PHP page, where it will execute the instructions...
0
5,311
thread by: Zack101 | last post Nov 14 '22 by: Zack101
Hi I have a variable on style-rtl.scss file : $language: var(--lang); and that variable got defined in the root on style.css : :root { --lang: 'selectedLang'; }
3
19,091
thread by: vasuprasadula | last post Nov 12 '22 by: doze121
Hi all I developed a client server program that uses secure RTP API's. This program opens a text file and read the content of the file and sends it to client. At the client side the content will display on std output. To read the content of the file i used fgets(). The real problem was, when i tried to transfer a file by reading its content...
0
2,882
BarryA
thread by: BarryA | last post Nov 10 '22 by: BarryA
How can I make a single dmg file out of many Python files in different folders? I know that's doable for a single file, but how can I do it for several? I can make a dmg for a 1.py file but not for numerous files in several directories.
10
22,233
thread by: EhYay | last post Nov 10 '22 by: EhYay
I've been looking around the web about how to make the program wait for a set amount of time and discovered this type of code. However, my IDE says it cannot resolve Sleep(). I have included the appropriate library and even tried its variations. I'm confused about what's wrong and would much appreciate help. #include <windows.h> #include...
0
900
thread by: Mbw00001 | last post Nov 10 '22 by: Mbw00001
I have an Access Data Base with data in a 180 columns table (groups) and a form (Log Selection Form) with a Multiselect list box (Listbox1). The listbox contains the titles of all columns (Groups). I need to filter the groups Table with the selected log names from the listbox. I have a code but it returns every record that contain any of the...
0
2,178
thread by: PFlorenzano | last post Nov 9 '22 by: PFlorenzano
Hello, I'm fairly new to PostgreSQL and have a situation where I need to flatten a text column to two separate columns. Below is the query I'm using: SELECT s.CoolerShelf, s.ShelfPosition, FROM planogram CROSS JOIN LATERAL UNNEST(string_to_array(shelves, ','))
0
414
thread by: Awuni | last post Nov 9 '22 by: Awuni
Start Login screen #2 If login Successful Print Select Menu Screen#3 Else
0
480
thread by: Petrol | last post Nov 9 '22 by: Petrol
I have an Access 365 application in which the user can print various reports as PDF files. To achieve this I have a "Print" button on the report which calls a standard module which uses DoCmd.Printout to print the report to the default PDF printer. Access sets the name of the resultant PDF to the caption of the report. While the captions (and...
2
14,367
thread by: dekel12121 | last post Nov 9 '22 by: dekel12121
Hi, I'm working on a project for which I would like to write a python script to talk with a server/cloud in order to download a file (either an excel file or a simple text file). The ideal flow: User opens script on PC and enters user name & password. If username & password are correct, the user is required to enter OTP, which he...
10
6,587
thread by: Curious27 | last post Nov 9 '22 by: Curious27
I am trying to save a report to a PDF file based on a Combobox selection of reports, but can't figure out how to place a combobox selection into a docmd.output line of code? Ex: Replace "Summary" with a Combobox selection, this way I'm not hardcoding report names. DoCmd.OutputTo acOutputReport, "Summary", acFormatPDF, "C:\Reports" & ".pdf"...
0
496
thread by: CD Tom | last post Nov 8 '22 by: CD Tom
I'm having a problem exporting a table that has a field formatted as Field size (Double), Format (standard) and Decimal Places 3. looking at the table everything is fine fields shows 0.624 but when I try to export it to a .txt file if field shows up as 0.62 I've used the External Data and export to Txt file. I've set up a specification with the...

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.