473,544 Members | 2,322 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
130,227
thread by: VB Programmer | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
How can I change the font size of a text box dynamically? I tried this but it didn't work. It said 'Size is Read-Only'. Any other ways around this? Here's the code: txtDisplay.Font.Size = 10
6
130,046
thread by: Michael | last post Jul 20 '05 by: Bas
I have two tables with a 1-many relationship. I want to write a select statement that looks in the table w/many records and compares it to the records in the primary table to see if there are any records that do not match based on a certain field. Here is how my tables are setup: Task Code Table TCode,TCodeFName,Active
22
130,013
thread by: stephen | last post Dec 28 '05 by: VK
I have created an order form that users javascript to create a new html document when the customers clicks the "print page" button. Once the new document has been created it then prints the document and closes it with the following code: <body onload="window.print(); window.close();"> This works correctly (or at least the way I expect...
12
129,951
thread by: vithi | last post Feb 2 '07 by: GHUM
Hi Any one tell me where I can get (or download) python modules win32com or win32com.client because I have to use "Dispatch" thanks
6
129,850
thread by: maxwell | last post Jul 19 '05 by: Toshi1873
mysql Ver 3.23.54 Having read, as best I could, the docs at http://www.mysql.com/documentation ..., on host (Linux from scratch, kernel 2.4.20) "mysql.here.com" I enter: mysql> GRANT ALL PRIVILEGES ON db.* TO root@'max.here.com'; Query OK, 0 rows affected (0.00 sec) but ...
5
129,490
thread by: deko | last post Nov 12 '05 by: deko
After importing text date fields, the dates look like this: 12/31/2003 8:00:00 AM I'm having trouble working with these dates with Date(), Now(), etc, -- does not seem to match these dates. I've tried converting them in a query like this: SELECT CDate() AS dtmApptDate FROM tblAppointments
6
129,251
thread by: yeah | last post Sep 14 '07 by: CBFalconer
hi I got this error "implicit declaration of function" what it means???
5
128,979
thread by: Wade G. Pemberton | last post Jul 20 '05 by: Grant Wagner
Can't find it quickly in the reference books.
8
128,606
thread by: Chuck | last post Jul 23 '05 by: Chuck
given that the img border >0, how is a border color specified? Chuck
5
128,433
thread by: Chris Leonard | last post Jul 20 '05 by: Chris Leonard
Sorry if I'm posting a similar query again but I think this explanation of what I require is better. I have a page which is very long and as I scroll down the page there are various links, what I'd like to be able to do is when I click on a link return the absolute position within the page of that link. I've looked at event.clientY but...
3
128,317
thread by: Asha | last post Nov 19 '05 by: Ashton
hello can someone tell me how to accomplist IIF in C# thanks!
4
128,303
thread by: Randell D. | last post Jul 20 '05 by: Randell D.
Folks I have the following code for my submit button <input type="submit" name="action" value="Save Article" onClick="this.value='Saving...'; performPrePostChecks();"> I have tested performPrePostChecks() - Its a long script, but I have proven its success by having an alert box echo the success with a simple true or false message like...
15
128,278
thread by: Tarun Mistry | last post Sep 21 '06 by: Arne Vajhøj
Hi guys, what is the best/correct way to check for a NULL object? I.e. myClass test; if(test == null) {}
15
128,218
India777
thread by: India777 | last post Apr 4 '15 by: Killer42
Hai all, How to Detect, the Client Closed the Browser/Tab using Javascript.
3
127,892
thread by: David N. | last post Nov 15 '05 by: Bharat Patel [MSFT]
Hi All, I spent too much time on trying to get the CrLf into a string, which contains embedded SQL statements that can be executed by the SQLClient.SqlCommand. Note that these SQL statements work fine in VB.Net. Here is a sample of the code using System; namespace MyTest { internal class SqlCommandFile
2
126,488
thread by: Peter Christensen | last post Feb 28 '07 by: Peter Christensen
I just wonder, why they are still distributing JRE 1.5.0_10 on www.java.com. I now use JRE 1.6.0 (JRE 6), which I downloaded together with the new Java Development Kit (JDK 1.6.0) from java.sun.com. I would like my user to update to JRE 1.6.0 also, but he shouldn't really have to download JDK 1.6.0 too, because he is just using the program...
4
125,885
thread by: dk | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
what format is required to get just the current time, for example 11:34 AM within vb.net? tia, dk
5
125,700
thread by: Catherine Yang | last post Jul 18 '05 by: Michael Hudson
Hi, A question about how to execute a system command from python program. e.g. in a python script, I need to run another program written in C++, and after that come back to the same python program. Is it the system module, and which function do I use to do this? Thanks a lot Catherine
10
125,428
thread by: Resant | last post Aug 2 '05 by: Erland Sommarskog
I have a query : Exec 'Select * From Receiving Where Code In (' + @pCode + ')' @pCode will contain more than one string parameter, eg : A1, A2, A3 How can i write that parameters, I try use : set @pCode='A1','A2','A3' but get an error : Incorrect syntax near ','
2
125,396
thread by: Ant | last post Jul 23 '05 by: Ant
Ok, so I have a regular input textbox on my webpage and I'm trying to work out how to make it so when the user presses a button the the textbox holds the value of a variable. I just can't work out how to do this. any help much appreciated
79
125,157
thread by: syntax | last post Nov 14 '05 by: Greg Comeau
what is the size of a pointer? suppose i am writing, datatype *ptr; sizeof(ptr); now what does this sizeof(ptr) will give? will it give the size of the
2
124,927
thread by: R.A.M. | last post Mar 22 '06 by: Erland Sommarskog
Hello, I am learning SQL Server 2005. I need to create a trigger which increments number of book's publications: CREATE TRIGGER InsertPublication ON Publications AFTER INSERT AS BEGIN
1
124,889
thread by: gocraig | last post Nov 5 '09 by: legend97
PG Admin Version 1.6.0 (Nov 15 2006, rev 5641) Running on Windows 2000 PostgreSQL 8.2.6, running remotely on Linux pg_hba.conf contains the record ... host all all 12.345.678.90 255.255.255.255 trust where 12.345.678.90 is the IP address that I am trying to connect from Database started with ...
6
124,752
thread by: Mark | last post Jan 19 '07 by: Michael D. Ober
How many ticks are in a second? I found a link indicating that there are a million ticks per second but that didn't sound right. I'm assuming it is dependent on the speed of the processor? http://dotnetjunkies.com/WebLog/jdixon/archive/2004/05/21/14228.aspx Thanks. Mark
4
124,418
blossam
thread by: blossam | last post Nov 17 '14 by: Kiraa
hi, i want to shutdown mysql service n after that i want to start it i m using mysqladmin -u root shutdown command to stop service now i want to start it using command do u know which command i can use to start mysql after shutdown it

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.