473,538 Members | 2,706 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
1
3,925
thread by: Pantheras | last post Sep 22 '21 by: dev7060
How can I open a browser in fullscreen with PHP
4
3,926
DeMan
thread by: DeMan | last post Nov 23 '09 by: Dheeraj Joshi
I know I'll cop flak for these but......... What's RED and looks like a bucket? ----------------------------------------------> A Red Bucket What's BLUE and looks like a bucket? ----------------------------------------------> A Red Bucket holding it's breath
0
3,933
thread by: SchreiberKugel | last post Nov 14 '21 by: SchreiberKugel
Hello, First of all, I am not an native English speaker so I apologize if there are any mistakes. I am very new to programming, especially in Delphi Pascal. Now I have to do the Sieve of Eratosthenes as school-homework. I am in the process of learning the basics so please forgive me, if I´m just struggling with a simple problem. The code...
4
3,947
nikpreek
thread by: nikpreek | last post Jun 25 '07 by: bartonc
Hi All, Another strange and one-off problem. I have an class library (written c#) having code for loading DTS pkg (saved on HDD as structured file) (from SQL 2000) and then executing it with a parameter of source text file name. It works fine on development PC. My destination app server or testers PCs doesn't have SQL server or any of its...
1
3,960
thread by: Wgtmggejg | last post Jul 15 '21 by: priti9525
Hi, I trying to make a message box appear if field of <quantity> exceeds the <required quantity> field, I would also need that the quantity entered is allowed. intention is to show that user has exceeded the required quantity...but still allows him to do so. Using Access and VBA to do this, but the below will not accept number higher than the...
6
3,962
ashitpro
thread by: ashitpro | last post Aug 14 '07 by: jkmyoung
From a book, a number of pages are missing. The sum of the page numbers of these pages is 9808. Which pages are missing?
0
3,966
thread by: Rajaganesh | last post May 9 '23 by: Rajaganesh
Hi Guys, Getting error while creating import-snapshot with VHD from AWS S3 to EC2 I have a VHD file with Windows OS, it was uploaded to the AWS S3 bucket. So I'm trying to create an import-snapshot of the VHD file from AWS S3 to EC2 by using AWS CLI with the below Linux command. aws ec2 import-snapshot --disk-container...
7
3,971
thread by: goe | last post Dec 31 '08 by: RedSon
Hi All, The software I'm working on uses the CODE39 barcode font to converts regular strings into the barcode labels. However we're now in the process of internalization and we need to add support for double byte characters for example Chinese. Everything is encoded in UTF8 but for some reason when try to convert a string that holds both...
2
3,973
devaka
thread by: devaka | last post Mar 8 '07 by: AricC
Hi developers! I want to introduce you an DHTML Rectangular Marquee Tool That tool allow you to select rectangles on your picture, calculate coordinates and something other actions... Here is an example: http://marqueetool.net/images/example.jpg sample of usage: <link rel="stylesheet" type="text/css" href="/css/marker.css" />
10
3,979
thread by: jay123 | last post Jun 9 '09 by: Markus
hi guys, i am struck in a bit of problem. whenever i open my IE, it takes ages to open as it always tries to open "http://uk.msn.com/?ocid=iehp". what should i do that a blank page open initially. i know everyone will be thinking about ( tools--> internet optons) and change home page option but it doesnot work, its already blank in...
3
3,983
thread by: walex | last post Oct 29 '07 by: numberwhun
Hello guys, I'm trying to install devsec an application for ffpeg for camera,but on,is a c programme,after compilation ,i now type make, then this two error are generated.common.h:67: error: array type has incomplete element type common.h:71: error: array type has incomplete element type make: *** Error 1 make: Leaving directory...
6
3,986
thread by: mollymop123 | last post Feb 17 '09 by: Markus
when I am installing roller coaster tycoon 3 half way through it it comes up with component transfer error and then automaticly cancels the installation any ideas thank you
0
3,997
thread by: ComPDFKit | last post Dec 16 '22 by: ComPDFKit
CSV is one of the most popular file formats when it comes to storing tabular data. If you want to manipulate or analyze data in PDF documents, you can convert PDF to CSV format, storing information in the form of tabular rows and columns. What Is CSV A Comma Separated Values (CSV) file is a plain text file, containing a list of data....
0
4,020
thread by: Alpenk | last post Aug 17 '05 by: Alpenk
I'm trying to update an empty field in a table using the update statment. The table has a number of joins and the update statement comes up with an error when I enter the main table to update. should i be including the joins here as well? I get the following error: Server: Msg 208, Level 16, State 1, Line 178 Invalid object name 'TD_EXTRACT'....
0
4,026
thread by: MarkWatson381 | last post Apr 4 '21 by: MarkWatson381
Are there any linters for the Go language?
8
4,043
hsriat
thread by: hsriat | last post Jun 12 '09 by: Markus
I had a .htaccess file for Rewrite on my server and was working fine. Now when I used the same code in 1and1 hosting, its not working. May be something is wrong or unexpectedly good happening inside 1and1 servers. Options +FollowSymLinks RewriteEngine on RewriteRule /id/(.*)/name/(.*) index.php?id=$1&name=$2 If anyone knows what's...
1
4,049
thread by: dwforrest | last post Apr 24 '06 by: Banfa
Hi all, I am hoping that someone can help me with the following problem that I am having at the moment. I am trying to show on my page the data from mysql table accountgroup through a while loop using the output in php. I have place the code that I have below to show you what I have done, and the output that I also get when i run the page. I...
1
4,055
BarryA
thread by: BarryA | last post Jul 14 '22 by: Willjoe
Thrashing is linked to memory management in an operating system. What causes thrashing? How can we avoid it? I looked on Scaler topics and Wikipedia but I need more info regarding thrashing, Can someone help me out?
1
4,064
thread by: Solo | last post Apr 3 '21 by: cactusdata
I have a byte array loaded with hex bytes read from a device on a com port. I need to convert the bytes into a string, but without doing any conversion to decimal, integer. etc. In other words, when I have a hex value of &H37, I need to convert it to a string of "37". Sounds simple, but has me puzzled so far.
48
4,114
thread by: Mickster | last post May 5 '06 by: Mickster
Hi all, I am currently working on a form that will allow a user to tick off certain medication errors. A user can select up to five errors, there are around 15 listed. I was wondering if Checkboxes woudl be the best solution for this or is their a better approach? If checkboxes is the best approach coudl someone please tell me how to...
8
4,115
thread by: jumi | last post Mar 3 '08 by: acoder
Produce an E-R diagram, which documents the entities, attributes, relationships and cardinality involved in the Life Insurance Management System. Create a relational schema to hold the necessary information. Identify the tables and perform normalization to the tables to the required normal forms.
0
4,115
thread by: Curious27 | last post Sep 1 '22 by: Curious27
Back again... I'm trying to calculate two TextBoxes which contain a values from a ComboBox Columns. TextBox1 - txtQty (Control Source: equals .(3) TextBox2 - txtPicked (Control Source: equals .(4) TextBox3 - txtActQty (Control Source: equals minus When Form loads txtQty and txtPicked have the right values but txtActQty just shows...
1
4,135
thread by: saturn | last post Jan 15 '09 by: juanriccio
Hi Guys.. Here is a link.. http://www.incident.net/works/miseanu/nues.swf I have been trying to download the swf media in this page.. downloaded neus.swf file..So whats the problem..? Problem is the DOWNLOADED swf file does not contain the content shown on the PAGE.. :-) and No other media on the page..No external references. Can anyone...
0
4,154
thread by: sukhdeep | last post Aug 17 '07 by: sukhdeep
hello, i do not have any idea about usb port programming. please tell me how i can read the usb joystick data by using Visual Basic. if any body have idea.please inform me at sukhdeepmanku@gmail.com. i will be grateful for your kindness.
30
4,173
subashini Thiyagarajan
thread by: subashini Thiyagarajan | last post May 31 '07 by: eragon
Hi, What is the coolest letter in A,B,C,D.................Z?

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.