473,544 Members | 2,509 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.
 
3
8,810
thread by: OSWOM | last post Aug 9 '22 by: NeoPa
Hello am trying opening a report from a form based on the current record selected which is a date but it cant display the specified DATE record it only diplays all dates please help me with this.....? THIS FORMULAR WORK WITH OTHER RECODE'S BUT NOT DATES WHERE CONDITION: ="DATE_PAID=" & OR VISUAL BASIC: DoCmd.OpenReport "TUTION_R",...
3
780
NeoPa
thread by: NeoPa | last post Aug 9 '22 by: isladogs
I want to take the opportunity here to welcome and congratulate one of our very own Bytes.com experts and moderators Colin Riddington (isladogs) as a newly-awarded Microsoft MVP for Access (Technically M365 but we all know what he is really ;-)). It's not long ago I was one of four within the UK & Ireland group - but that recently shrank to a...
0
8,729
thread by: annayun | last post Aug 8 '22 by: annayun
I want to migrate data from Postgresql to MSSQL server using Agent Job schedule of Postgresql. Is it possible?
2
21,719
thread by: Appu2008 | last post Aug 7 '22 by: mujtablue
HI, Iam creating a python application using Tkinter. Ia trying to attach a scrollbar to a listbox. Please tell me how can i set the height of the scrollbar to that of the listbox. Beacuse in the docs i found the fill=X and fill=Y options, but this is not i want. I want to limit the height of scrollbar to match the height of listbox. ...
0
8,795
thread by: Twizzlers | last post Aug 6 '22 by: Twizzlers
Looking for software to auto-subscribe people to twitter lists Let's say there is an account CamiRusso My task is to scrape her followers and then add her followers to the Twitter list, are there similar software, my search is not successful :) python twitter-oauth twitterapi-python
0
34,908
thread by: Stoney L | last post Aug 6 '22 by: Stoney L
I wanted to login the Minecraft: Education Edition with my Microsoft account, but it said I'm not from any company, organization or school, so I can't login.But, why can't I login because my account is a personal account?!
12
20,854
thread by: mshakeelattari | last post Aug 4 '22 by: nata4444
I have developed a simple application program using access 2016. I have succeeded in customizing the tabs and ribbon. I now want to get rid of the quick access toolbar so that no body can access the access option to change any thing from my database. A codeline DoCmd.ShowToolbar "Ribbon", acToolbarNo removes the QAT as well as the ribbon. But I...
6
12,289
thread by: Videot7 | last post Aug 4 '22 by: NeoPa
Hi there, I am trying to set the date that a record was modified automatically when I change a record. I am using Microsoft Access 2013, but I think this was originally an Access 2000 database, if that makes a difference I followed the instructions here:...
13
14,558
thread by: hansy | last post Aug 3 '22 by: hansy
I an new to MS access and I took over someone's role where it involves running almost 20 MS access databases everyday taking me close to 2 hours . I really wanna automate it. 1. I open each MS access database file and then run a macro in it and close file . There are several macros in each file and lot of tables but everyday i just run one in...
19
12,964
DJRhino1175
thread by: DJRhino1175 | last post Aug 2 '22 by: NeoPa
I have a form I open to close out a Reject Tag Number. I have the underlying query where it asks for the Reject Tag Number to be closed. My question is can this have more than one and if I have it set up for more than one but only need one how would I code that? Here is what I normally put in the query Like Thanks a million for your guidance
10
14,140
thread by: buchert1 | last post Aug 2 '22 by: buchert1
Hello, I've been given the task at work to create a database for everything single part that gets painted in the factory. The guys on the assembly line want pictures so they can easily understand how to hang and pack out different parts. Is there any way to insert pictures into each separate part page without storing the picture in the database...
0
5,500
thread by: leo001 | last post Aug 2 '22 by: leo001
centos7.6 reported an error, and the error message showed that my current version was 7.9 during the last installation. How can I solve this problem? My system is 7.6, and the installation steps should not be wrong.
0
7,517
thread by: Tanu Anu | last post Aug 2 '22 by: Tanu Anu
checkboxSelection : function(rowNode){ if(rownode.data && (!rowNode.data.canDelete) || rowNode.DeleteStatus === SmgDeleteStatus.Deleted || (rowNode.data.IsFavorite == "No"))){ retuen true; } retuen false; } But this is completely removingthe checkbox, I want checkbox but it should be in a disabled way. please help me...
0
4,107
thread by: vishwasr | last post Aug 1 '22 by: vishwasr
Data visualization has now risen to ubiquity in the realms of Business Intelligence and data journalism. All those infographics you see? Data visualization in action. Charts are usually used to analyze trends and patterns in data sets. Let's say you have been recording the sales figures in Excel for the past three years. Using charts, you can...
8
827
tpgames
thread by: tpgames | last post Aug 1 '22 by: Shahh
The Lounge Forum is down. :P I get redirected to the main forum site. And, I was going to ask if someone had an windows XP and could check to see if they get the same bug my friend gets (when he visits my new SMF forum that is only for 3 invited members only, but publically visible). I wanted to rule out OS as the issue. But, I can't do that, as...
7
12,441
thread by: NewUser13 | last post Jul 31 '22 by: zmbd
Hello everyone, i am facing some issue with unique delimiter in visual basic 6. I am trying to create security application which is compatible with Chinese Windows. Although i did many tests today, its still doesn't work. It works only on English Windows.I am pasting the code, and if someone have any idea, i would be grateful for the guidance....
0
9,199
SwissProgrammer
thread by: SwissProgrammer | last post Jul 30 '22 by: SwissProgrammer
Using Windows, CodeBlocks 17.12, GCC 5.1 . I have a file that I created in C++ and I added a byte order mark to the start of the file. I read from that file and I am able to read the first byte of that file giving me the first part of that BOM (which I know is there since I put it there). I would like to place what I read into a...
1
8,702
thread by: samanthajade | last post Jul 29 '22 by: dev7060
Hey Folks, Hey, I was going through an interview resource on React Hooks. Had a query, Why do we call hooks from React components and not Js? TIA..!
1
8,157
thread by: shivajikobardan | last post Jul 29 '22 by: zmbd
These are the steps of indexing in Lucene given in our syllabus-: <Broken Link> I understand the second step clearly. But I don't understand the first and third step. It's not mentioned clearly in this figure imo. Can you clear my confusion? Plus the sources that I refer don't even mention it like this, they explain it differently. I'm not...
1
8,180
thread by: aans7 | last post Jul 28 '22 by: dev7060
hi all I am trying to scraping question from chegg.com site and save it as html file the web site when contains images . The images link is either internal as https://media.cheggcdn.com/media/eb7/eb79499b-b90b-49a3-be05-1b3aad6f0307/phpDbKTCI look at the question link ...
1
8,700
thread by: Mother3epic12 | last post Jul 28 '22 by: dev7060
System.out.println("\t\t Quiz Results"); System.out.printf("%s %15s %15s %15s %15s %n", "Student Name", "Quiz1 Grade", "Quiz2 Grade","Difference", "Average"); System.out.println("==========================================================="); I keep getting errors for the first quotation mark on my code for each of my System.out.print...
4
19,211
ADezii
thread by: ADezii | last post Jul 27 '22 by: ADezii
Does anyone know how to programmatically Upload a File to a SharePoint Folder, under ...Shared%20Documents, using PHP? I have been unable to find any valid references. All Users of this Site are authenticated. Thanks in advance.
1
12,234
thread by: okolosov | last post Jul 27 '22 by: okolosov
Hi there! I am in search of a decent tool for remote access via a browser, without having to install the program on computers. But I am not sure if it is safe. Do you have any experience using such software and which one is the most convenient and not very expensive? Chrome Remote Desktop is not fit, because I have devices on Mac and Linux.
11
26,930
PaullyB
thread by: PaullyB | last post Jul 26 '22 by: NeoPa
Hi There I'm trying to insert a CSV file into SQL Database using C#. I can read the csv file and insert it into the table, however any fields with an embebbed comma are not being read correctly. How can I get around this. Below is the code that I'm using: protected void cmdUploadFile_Click(object sender, EventArgs e) { ...
1
9,271
thread by: VladTsyb | last post Jul 26 '22 by: dev7060
In the directory where the program is located (C:\2022\Work\programming\engineering\my-works\my_game\programs), there is also the glew-2.1.0 folder, which contains the include folder, which contains the GL folder, which contains header file glew.h. When I try to run the program in Visual Studio Code 1.69 (Windows 10 Home), the following text...

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.