473,549 Members | 2,689 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
4,291
thread by: qingxin888 | last post Sep 1 '20 by: Naheedmir
High salaries,Recruitment, technology, can program, penetration, do website
1
4,484
thread by: madankarmukta | last post Sep 1 '20 by: Naheedmir
how the gratuity gets calculated. Can anyone help.
0
3,385
thread by: jheberg | last post Aug 28 '20 by: jheberg
I am looking for tools to generate video and audio output for my own codecs, in my search I found SDL, EGL, FFmpeg and OpenAL, but it is not clear to me if these APIs serve my purpose which is simply to generate the output, if so when should I use each one?
4
2,661
thread by: soggycashew | last post Aug 28 '20 by: soggycashew
Im looking for a time picker for Ms Access that has cmd buttons 0-23 for hours and cmd buttons 0-60 for minutes so for example if it was 13:00 you could just press 13 and 0. How could this be done or is there an example out there? I did see one that used toggle buttons but couldnt figure out the code. It had for minutes a button for every 5 min...
33
4,489
thread by: jnordfors | last post Aug 28 '20 by: ADezii
I have a fixed with txt file that has multiple data specifications in it. I am using MS access 2013 to parse out the data. Is there an easy way to apply the different specifications to the file without having to build separate queries in Access to parse it out?
2
4,038
thread by: ck25python | last post Aug 26 '20 by: madankarmukta
Hi There, I am very new to python environment. I am trying to replicate one of the SAS code in python. I want to create 3 columns based on multiple conditions: Below are the requirements: if year is 2019 i want to create a column as en2019 and assign value as 1 else assign value as 0 same goes for year 2020.
3
2,496
thread by: dylankirs | last post Aug 26 '20 by: cactusdata
Hi. Apologies for any incorrect/off technical lingo. Fairly new to Access and would appreciate any help! I'm trying to create a command button that will filter form records based on an already created query. I have a main form with 100 records. Each form record is an employee at a company. The main form was created from a table of the 100...
2
2,405
thread by: Campbell MH | last post Aug 26 '20 by: twinnyfo
I have an Access Database that is reading data from a SharePoint list, then outputting the data into an excel spreadsheet There are many queries involved, about 40 total. Here is the format of each query: Set qdf20 = db.QueryDefs("<Query Name Here>") qdf20!Param1 = Param Set rst20 = qdf20.OpenRecordset() ...
4
30,404
thread by: saiavinashiitr | last post Aug 26 '20 by: Sherin
can anyone explain what is main difference between the static array and a dynamic array....also i am confused with dynamic array and dynamic allocated array????can anyone help me...
0
2,527
thread by: RamChoudhary143 | last post Aug 26 '20 by: RamChoudhary143
Hi, I am using power BI desktop to publish my data set to the services and later I am going to use those datasets for my paginated report in PBI Report Builder. Please note that my source is Sybase ASE DB and I am using stored procedures to get data into Power BI Desktop. What I need is to refresh the data set in Power BI Services based on...
2
4,438
thread by: RockRoll | last post Aug 26 '20 by: madankarmukta
Hi, I have a large (Nx4, >10GB) array that I need to sort based on col.2. I am reading my data in chunks and sorting using Pandas. But I am unable to combine the sorted chunks to give me a final large Nx4 array that is sorted on Col.2. Here is what I have tried yet: chunks = pd.read_csv(ifile, chunksize=50000, skiprows=0, ...
5
6,032
thread by: dylankirs | last post Aug 25 '20 by: dylankirs
Hi. New to Access and would appreciate any help! I'm working on a Multiple Items form and want to populate the date field in the 2nd, 3rd, 4th, etc. line with the date selected in the 1st line. Example: 1st line = 7/25/20 2nd, 3rd, 4th, and on = same date
1
3,104
thread by: TheSeeker | last post Aug 25 '20 by: AjayGohil
Hello Everyone I want to insert an Icon inside of a select list just like it's shown in the provided picture. I've been searching for two days but I didn't find a proper solution for it. Thank You in advance.
2
2,966
thread by: RockRoll | last post Aug 25 '20 by: madankarmukta
Hi Everyone, I create an expandable earray of Nx4 columns. Some columns require float64 datatype, the others can be managed with int32. Is it possible to vary the data types among the columns? Right now I just use one (float64, below) for all, but it takes huge disk space for (>10 GB) files. For example, how can I ensure column 1-2 elements...
2
2,918
thread by: luffy3not2 | last post Aug 24 '20 by: luffy3not2
I am trying build a webpage which takes a large tab delimited .txt/.txt.gz file as user input from a form and using POST method(test.html) to send the data to cgi-bin directory to file.py which ideally should open the file read and put the data into a dataframe and do some analysis(which i have already wrttien in python and works well on terminal)...
1
4,193
thread by: nandosilva | last post Aug 22 '20 by: dev7060
this page has an error when pressing the money button to consult, I have sql code but it is not working properly https://i.stack.imgur.com/9AkC5.jpg sql code used: SELECT e.nomeEvento,p.nomecompl,c.nomecasa, COALESCE(l.observacao,'Sem informação') AS `observacao`, CONCAT('R$ ',REPLACE(REPLACE(REPLACE(FORMAT(IFNULL(l.valorExtornado, 0),...
5
2,896
thread by: sadash | last post Aug 21 '20 by: Ishan Shah
Hi, I want to create a desktop shortcut/icon for python file. How to make this?
0
4,210
thread by: madankarmukta | last post Aug 20 '20 by: madankarmukta
What are IIS exploits. Can anyone help.
2
3,546
thread by: saiavinashiitr | last post Aug 20 '20 by: Sherin
what is the difference between a class and a structure(struct)...when to use class and when to use struct???
4
2,986
thread by: aditya7873 | last post Aug 20 '20 by: cactusdata
suppose i need only to validate year range for period that is 2014-2016 like this format. it shouldnot accept the value period 2020-2016. how can i give my period first given year should be greater than second given year. kindly help!
6
3,653
thread by: DWAbernath | last post Aug 19 '20 by: twinnyfo
I have an Excel file that uses VBA to open an Access database in the background and run a macro that refreshed tables in the database. Once this is complete, then there are steps done in the Excel to refresh data linked to the Access table, copy, paste, etc. The Access has slowed a bit with a server change and now the macro takes a little...
2
2,684
thread by: kranthi123 | last post Aug 19 '20 by: AjayGohil
What is Built-in type
1
4,001
thread by: ManjitSaha | last post Aug 18 '20 by: dev7060
I am using wordpress rest api to fetch data and i am only fetching 10 posts at a time using volley. When i request api in browser it gives me result under 6-7 seconds... But my app takes more than 15 sec to show that 10 posts. I set a connection timeout in 30 seconds..and asks to retry. Sometimes, i have to retry 1-2 times. Which Means...
4
3,348
thread by: Asif Abbas | last post Aug 18 '20 by: Banfa
what are major differences between signed and unsigned int
1
2,785
thread by: julianamoore | last post Aug 17 '20 by: dev7060
The world is dynamic and at the moment not only local startups influence the market, but due to the expansion of cooperation opportunities, outsourcing and nearshoring companies have begun to play an important role. For example, you can hire a unity 3d developer in USA for $30 000 or in India for $5 000. Increased demand creates supply, and 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.