473,538 Members | 2,706 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.
 
5
37,536
isladogs
thread by: isladogs | last post Apr 18 '23 by: isladogs
The next Access Europe meeting will be on Wednesday 1 Feb 2023 starting at 18:00 (6PM) and finishing at about 19:30 (7.30PM) UK time (UTC) The start time is equivalent to 19:00 (7PM) in Central Europe / CET (UTC+1) and 10AM in Seattle / PDT (UTC-8) For local times, please check https://www.worldtimebuddy.com/ I am very pleased to announce...
4
16,540
thread by: beacampos | last post Apr 10 '23 by: kzoachok
Validate an idea. Check if there’s a market for it. Ship and listen to users. Iterate. Ship again. Listen to what they say. Iterate. Heard that before? Product Discovery, often referred to as Customer Discovery, is hardly a new idea. Despite that, many companies often forget about it or do it plain wrong. This applies to giant corporations,...
9
5,448
thread by: CD Tom | last post Jan 25 '23 by: NeoPa
I've been working on a problem and want to try using the docmd.gotorecord to get to a certain record in a table. I've got that figured out but I don't know what to do once i'm on the record. I want to select a usernumber from that record. It should be fairly easy to but I can't figure it out. Any help would be appreciated. Thanks
0
3,374
aboka
thread by: aboka | last post Jan 23 '23 by: aboka
hi, im new to python and would like to learn howto loop through the excel(A2, B2, A3, B3....) and read its field value so i could send it to a function. the code below works fine, but it only reads the first row. thanks in advance. wb = openpyxl.load_workbook(r'C:\Users\user\Desktop\blaster\sms.xlsx') sheet = wb.active x1 = sheet.value...
7
3,685
thread by: Petrol | last post Jan 25 '23 by: NeoPa
I have three related tables, ATI, WPH and Selected Event. API and WPH are related through the common field PersonID, while WPH and SelectedEvent are related through the common field WalkNumber. I want to create an Access SQL DELETE query to delete all records in WPH where WPH.WalkNumber = SelectedEvent.WalkNumber and ATI.Response IN...
3
9,717
thread by: guiromero | last post Jan 30 '23 by: Arushi
Hello! I have the following assgnment: Open the file mbox-short.txt and read it line by line. When you find a line that starts with 'From ' like the following line: From stephen.marquard@uct.ac.za Sat Jan 5 09:14:16 2008 You will parse the From line using split() and print out the second word in the line (i.e. the entire address of the...
0
5,062
thread by: AndresCidInst | last post Jan 20 '23 by: AndresCidInst
Using the youtube_player_iframe library I was able to capture some video status data (playing, paused, with/without audio) for xAPI statemetns, but from external buttons, not from the player itself. Video player Widget oneVideo(BuildContext context, double heigth, double width) { return SingleChildScrollView( child: Column( ...
0
17,789
thread by: montazsy | last post Jan 19 '23 by: montazsy
Hi everyone! I have a problem that I should solve in postgres sql, but I'm stuck. The bare data is a table named activity_logs : activity_time (timestamp) | action (int4)|item 1 (varchar) | item 2 (varchar)| This is a log table simplified. activity_time: is a timestamp when a user login/logout is attempted. Action: can be 1 - Login or 2 -...
2
6,692
SueHopson
thread by: SueHopson | last post Jan 25 '23 by: SueHopson
So I have a lookup on a form that is searching for the Customer based on the following Embedded Macro ="SearchForRecord ObjectType Object Name Record First Where Condition = = " & Str(Nz(.,0)) It's pulling on the following data: SELECT qry_cxLookup.CustID, qry_cxLookup.Company FROM qry_cxLookup ORDER BY qry_cxLookup.Company;
0
5,145
thread by: amskape | last post Jan 18 '23 by: amskape
Dear Friends, I have 2 tables in Postgresql. Table1 and Table2 .... There is a common field Table1.ARN and Table2.RN . My need is get all the data of second table which is not in the common data get by Table1.ARN=Table2.RN. Waiting your fast reply Thanks Anes P A
1
7,464
BarryA
thread by: BarryA | last post Jan 27 '23 by: cetpainfotech
I was curious why the class java.lang.String is defined as final in Java when I first learned about it. I couldn't find an answer back then, but check out this post: How to Create a Java String Class Replica. It reminded me of my question. Sure, String gives all the functionality I've ever required, and I've never considered any action that...
0
4,251
goodbean
thread by: goodbean | last post Jan 16 '23 by: goodbean
I am currently trying to figure out why gcc is throwing a warning at me for this macro only when using the '--' operator. It's a simple macro that cubes a value: #define cubem(a) (a * a * a) When I call it in main(): cube_result = cubem(--a); However, this is what gcc says: https://pasteboard.co/LgHUg0lhcQgl.png
2
6,511
thread by: Arushi | last post Jan 28 '23 by: pritikumari
Which changes do I need to make to the code below in order for a.f2(); to work? public class A { void f1(){} } public class B extends A { void f2(){} }
7
6,230
SueHopson
thread by: SueHopson | last post Jan 18 '23 by: SueHopson
Hi Everyone It's been a while since I've been on here, or have been doing any coding for that matter, so I apologize up front if I forget to post something correctly. I have "inherited" a database and despite all my research I am not sure how to proceed, what I am doing wrong/missing logically, or if what I am trying to do can even be done......
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
32,199
thread by: shivajikobardan | last post Jan 12 '24 by: AlexBarkat
I'm in the verge of giving up programming and wondering what could I do before I give up to make sure I did what everyone did. I've a bachelors degree in computer science. I didn't do it as well as I'd have liked to do, but that degree has gave me familiarity with most terms used in basic programming. I spent last 3 months working on web...
1
6,410
thread by: Arthur132 | last post Jan 25 '23 by: GKJR
Hello everyone, I recently started learning to program, I have a question, is there any point in learning to program from books
0
4,490
jalbright99669
thread by: jalbright99669 | last post Jan 13 '23 by: jalbright99669
Am in a bit of a strait. Looking for a non-VBA excel formula to work with rental rates in our workbook. I am hoping there is a simpler Excel method to use other than nested IF statements. The rental rates for equipment is billed by the day, week and month and breaks out as follows: 1 - 2 days is by the day. 3 - 10 consecutive days is by the...
1
3,785
thread by: antdb | last post Feb 11 '23 by: GidLi
In 2019, the relevant national ministries and commissions proposed to "abolish provincial toll stations on expressways within two years" to realize non-stop express toll collection, reduce congestion and facilitate the masses. In the same year, the "Outline of the construction of a strong transportation country" pointed out the need to...
0
492
thread by: antdb | last post Jan 12 '23 by: antdb
AntDB extends the relational data model by providing a richer type system, including complex data types and object-oriented, and extends support for the Object-Relational Data Model on the basis of the Relational Query Language to handle a richer type system. 1.Foreword Many database applications are written in object-oriented programming...
0
328
thread by: antdb | last post Jan 12 '23 by: antdb
1.Overview AntDB database is a home-grown distributed database with MPP architecture, highly compatible with Oracle syntax, which is widely used in many industries such as communication, finance and transportation. In the process of using AntDB database, users often delete data or update data by mistake due to misoperation or application bugs,...
1
15,811
thread by: DGrund | last post Aug 25 '23 by: danp129
When I start the program, it asks me for a server. That is the only thing, I think, that is keeping me from starting the program. What in the world are they referring to when they say "server"? I am running it on my little old desktop. Server type: Database Engine I specified dave-dt-i7\sqlexpress, and some other things, but every time, I...
0
3,610
thread by: markleo | last post Jan 12 '23 by: markleo
When I read Docs about (https://www.electronjs.org/docs/latest/tutorial/tutorial-preload): >From Electron 20 onwards, preload scripts are sandboxed by default and no longer have access to a full Node.js environment. Practically, this means that you have a polyfilled require function that only has access to a limited set of APIs. ...
3
8,869
thread by: BloomS | last post Feb 1 '23 by: Vanisha
What happens when I run this? public class WhatTheShoot { public static void main(String args){ try { throw null; } catch (Exception e){ System.out.println(e instanceof NullPointerException); System.out.println(e instanceof FileNotFoundException); }
0
1,593
thread by: shivajikobardan | last post Jan 11 '23 by: shivajikobardan
<div class="body"> <div id="board"> <div id="bat" class="bat"></div> <div id="ball" class="ball"></div> </div> </div> This is my HTML. I've done CSS For all of them and generated this:

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.