473,543 Members | 2,365 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

General Forum

For Miscellaneous Answers and Insights that don't fit in existing topics
0
7,369
thread by: CD Tom | last post May 21 '23 by: CD Tom
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right click on it and select custom toolbars then collapse the ribbon. Is there a way to do this in vba so the user doesn't have to always right click and custom toolbars.
0
7,327
thread by: johdimoc | last post Mar 1 '22 by: johdimoc
Hello all, I have a problem with header() function.Am setting up a redirectory to another page(not approved page) once someone registers.Its quite well working in localhost but not working in online hosting.It brings a blank page when someone logs in instead of taking him to not approved page.Kindly someone to help how to fix it.Here is the code...
0
7,305
thread by: shivajikobardan | last post Jun 15 '22 by: shivajikobardan
https://www.cloudflare.com/learning/cdn/performance/#:~:text=In%20order%20improve%20page%20load,loads%20and%20lower%20bandwidth%20costs. I am talking about this page. It says-: “1500ms: The five assets are delivered asynchronously to the client from the origin server in Singapore.” 1 response takes 250ms, then 5 responses should be...
1
7,247
thread by: Osama3bdelwahab | last post Aug 14 '22 by: Luuk
I have a textbox that i use to find values in listbox , when i find what i search i have a button to show more details about the selected value of the listbox , how i can tell the button that it shows the selected value details in the other form
0
7,223
thread by: ninjaTurles | last post Dec 16 '21 by: ninjaTurles
Hello, I used WP + WooCommerce OR EasyDigitalDowload. Since 2019 I have learned JS and Python and i would like make 2 E commerce Project to improve my backEnd ability. One to sell donwloadable file online The second to sell video stream online ( a kind of Udemy Clone )
1
7,220
thread by: woddyfogsheep | last post Nov 18 '21 by: cactusdata
Greeting. I wonder if anyone was able to update to Window 11? Is it worth it update or not? Thanks
5
7,219
thread by: Dnny | last post Jun 5 '07 by: bartonc
hi hi microsoftc++ runtime library on picture it 2002 can you help me ppppppppppp ty vm
1
7,212
thread by: Chandrusekar | last post Jul 5 '07 by: bartonc
Hi Everyone. My requirement is to create two Radio buttons in SSRS. The radio buttons need to be the parameters for the Stored Procedures pulling out the report. The Radio buttons will be for the current date and the day before. I really appreciate if someone can provide the steps for creating Radio buttons or a work around for that. Also I did...
3
7,201
thread by: themadjester | last post Feb 10 '09 by: JosAH
http://www.themadjester.com/images/excellesigh.GIF (hover cursor over box to see image of formula that cannot be copied correctly from excel (rabble rabble rabble)) So I made a 6th degree equation from a trendline in excel... If anyone can tell me what this is supposed to mean they can have a cookie* >.>. I know scientific notation, but it...
2
7,196
thread by: pullover | last post Jan 11 '10 by: RedSon
hello, i'm from paris and i study graphic design.i'm not familiar with jpeg compression, decoding... i had few searchs on google though. i would like to learn how to manipulate the binary code of a standard jpeg file for visual, aesthetic, "artitistic" purposes for a new project. is there any way, program, to read the "heart" of an image and...
0
7,152
thread by: theaidencarl | last post Dec 16 '21 by: theaidencarl
Hi everyone, I am currently working on an MS ACCESS database for one of our departments. I am currently stuck, wondering how I can make it less tedious and won't make the application crash due to heavy data in it. The reason why I had to do it on ACCESS is because right now, there are three different EXCEL worksheets that 2 different groups of...
4
7,136
thread by: user9212 | last post Sep 18 '21 by: dev7060
I use Ipopt C++ project and I want to use it to solve my problem. I created a derived class from the base one and and I created a virtual function in the base class to modify it in the derived one by doing the following: using namespace Ipopt; base class : public TNLP { base class(); virtual ~base class(); public: //I want fisrt...
10
7,073
thread by: fra1983 | last post Oct 7 '21 by: fra1983
I'm a programming beginner. . Now I'm having a problem that I struggle to solve ... I want to write a numeric data in the H2 tag that I import via API call. I have tried in various ways, making a console log the data exists but it seems that I am wrong something to richamarlo in H2. I seek help in understanding and resolving this error. Thank you...
1
7,065
thread by: jennyxxx | last post Nov 18 '21 by: dev7060
Hello, i want to set an auto detect registration form where the driver can only be permanent driver if he/she has >20 no of trip or else he/she is temporary. But i dont know how to do. im using html php
0
7,063
thread by: IbrarBarlow | last post Jan 25 '22 by: IbrarBarlow
Hi All, I am working on a project where i have to send data from a GSM module to a webserver (Apache). How should i proceed? Can the data be sent directly to a database (Ex. Apache Derby). I am new in this field. Please help. Thanks in advance
3
7,045
thread by: prakashsakthivel | last post Nov 6 '07 by: amitpatel66
Hi Members I have done project what I need is I have to prepare good technical documents with flowcharts so that other user can understand easily it. Could any body please give advise or send to me if there is any useful portal
0
7,037
thread by: comalco2000 | last post Nov 17 '21 by: comalco2000
Folks, I have an old program which needs support. Its written in Borland around 2014, and I have been told it has some Delphi forms in it (.dfm). We don't support the code anymore (the writer has long since retired) and I would like advice on getting it converted/partially re-written into Visual Studio. I dont really want to throw it up on...
1
7,024
thread by: Eyes | last post Aug 20 '07 by: Agustin V Zabala
Hello sir/madam, My COBOL program is :: *******TOP OF PROGRAM********* IDENTIFICATION DIVISION. PROGRAM-ID. HELLO. *************************************** PROCEDURE DIVISION. DISPLAY 'HELLO WORLD' .
0
7,000
thread by: ahm350 | last post Nov 15 '21 by: ahm350
I have two tables in a single database that I just linked in a one to many relationship. I created a main form with a subform, with the One table as the main form, and the Many table as the subform. I did this primarily to make data entry simpler. Prior to this, data from a single data sheet were entered into two different forms, one for each...
0
6,999
thread by: bytM3 | last post Nov 4 '21 by: bytM3
ok guys, another learning experience....I want to add 1 month to a duedate and update. How to include: (SET duedate = DATE_ADD(duedate, INTERVAL 1 month ) into this: $sql = "UPDATE payfile SET amtpaid=?, duedate=?, prevbal=?, latechg=?, secdep=?, damage=?, courtcost=?, nsf=?, hudpay=?,...
3
6,952
thread by: pranav123 | last post Apr 30 '07 by: baliga
I want to generate a tree view using c#.net.The tree view should be similar to the Toolbox of the c # developement enviroment has & it should work similarly. Just like in case .net enviroment when you click on toolbox particular thing,all the subcomponets of that particular things can be seen. please let me know how this can be done using...
23
6,938
kestrel
thread by: kestrel | last post Aug 22 '08 by: Nepomuk
If a turtle doesn't have a shell is it homeless or naked?
0
6,923
thread by: Rina0 | last post Aug 30 '23 by: Rina0
Hi everyone, I am trying to find the greatest common divisor (GCD) of two numbers in Python from here. I found a few different algorithms online, but I am not sure which one is the most efficient. Here is the code I have so far: def gcd(x, y): while y: x, y = y, x % y return x
0
6,921
thread by: Liann | last post May 4 '23 by: Liann
We are now in excel application And im having difficulties in printing the data in flexgrid to excel .. aysssst.. Hope you could help me🤧🤧
0
6,906
thread by: el_espasmo | last post Apr 26 '06 by: el_espasmo
Yes... I know the question might be stupid but... I still want to try because I haven't been able to solve this. I have been trying to change some stuff in MySpace, but not in my profile, in myphotos section. I found that, if in the CAPTION section of the photos you introduce some CSS code, it actually applies to the page. The problem...

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.