473,544 Members | 1,501 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
95,076
thread by: Paminu | last post Nov 15 '05 by: Allin Cottrell
I get this error after running my application for some time. What does it mean and what should I be looking for in my code?
8
94,973
thread by: Robert Mark Bram | last post Jul 20 '05 by: Keith Bowes
Howdy All! How can you tell the type of an object? I am not talking about using "typeof" .. I am talking about being able to determine if an object is a Date or String .... Thanks for any advice!
35
94,651
thread by: manontheedge | last post Jan 5 '14 by: pbyfield01
I've got several flash drives, but I'm having issues with one of them. I'm using Windows XP. I connect it, then get that message that "new hardware is found", but when I go to the drive, I get a message telling me to "connect a device"...yet, I can still "safely remove" it. Basically, it's seeings the stick but not letting me open it. I've...
6
94,518
thread by: Max | last post Nov 12 '05 by: James
Hi, I have SqlServer 2000 as back end and Access 2000 as front-end. All tables from Sqlserver are linked to Access 2000. I am having write conflict problem with one of my form which is bound to a query which consist of let say tableA , TableB and TableC (all are linked tables from SqlServer. While the form is open I am modifying TableA...
13
94,408
thread by: Mike | last post Jul 20 '05 by: Stephen Poley
Apparently there is now a way to hide html source code. How it done? For example see: See http://www.eteamz.com/banksblaze/
5
94,278
thread by: Todd | last post Jul 21 '05 by: Chris Dunaway
I can't find a Mod or remainder function in .net. Does anyone know if these fuctions exist? -- Thanks in advance, Todd
5
94,236
thread by: Christian Radermacher | last post Jul 23 '05 by: Ranbir Kaur
I have document with an iframe in it. I'm able to call a javascript function in the main-document from the javascript inside the iframe-document. I have difficulties to do the other way round, i.e. to call a function in the iframe-document from javascript in the main-document. TIA Christian
3
94,221
thread by: sklett | last post Sep 5 '06 by: sklett
I'm changing from a DataGrid to a DataGridView and have run across a problem. The items that are bound to the DataGrid have an int Property that represents a primary key of a lookup table in my database. For example: table JobTypes 1 | Manager 2 | Controller 3 | Supervisor table Employee
2
94,042
thread by: Joah Senegal | last post Sep 25 '06 by: Jim Langston
Hello I need to convert a chat to a string... but I don't know how to do this. i;ve searched the internet but I've only find some code to convert char * to string or char to string.... but I just need char to string. Anyone knows how to do this ? thanks!!!!
1
93,996
thread by: Cindy Lee | last post Jul 19 '05 by: Romeo Olympia
in my query can I convert a string to int select convert(int,str_col) from table I just need the order by, if there's a different way. select str_col from table order by convert(int,str_col)
10
93,839
thread by: AmitTrehan | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
hi friends, I want to know how can we insert delay in vb.net like..... i want to show two strings on same label first one string then break of 5 secs and then second string how can i acheive this? i mean label should show first label.text("before") then it should wait for 5 secs and then it should show label.text("After")
7
93,648
thread by: NeverLift | last post Nov 16 '13 by: junzhang
This is probably answered elsewhere, but I've searched the Web and VBA for Excel manual, find no answers. I have a VBA-coded macro in an Excel workbook that is to open another existing workbook -- a .xls file, not .csv -- copy data from it, paste that into the original workbook where the macro resides, then close the source workbook. If I...
25
93,484
thread by: James L Bryant | last post Mar 5 '20 by: lewish95
At bootup this morning before displaying the Windows logo the following error string is displayed: Database corrupt.PsMain: 568c PsMain: 98bd PsMain: 9b45 PsMain: 49d6b PsMain: 3ca6f PsMain: af6 PsMain: 78 PsMain: ba I am able to get into the BIOS but that's all. I can't get it to bootup in safe mode or enter the PointSec encryption menu....
18
93,224
thread by: a | last post Nov 15 '05 by: Charlie Gordon
short s; long l; s= -2; l= -3; printf("% _ %_",s, l); What characters should be filled out in the formatted string for output? Thanx
1
93,063
thread by: Paulos | last post Jul 19 '05 by: hrishy
Hi Guys I am a bit of a nocice at some aspects of PL/SQL and I have to write some code in a function that checks if a row in a given table exists...something on the lines of : IF( exists(select 'x' from table) then do stuff else do other stuff
5
92,944
thread by: Chris | last post Nov 11 '06 by: mdsteele
Why can pickle serialize references to functions, but not methods? Pickling a function serializes the function name, but pickling a staticmethod, classmethod, or instancemethod generates an error. In these cases, pickle knows the instance or class, and the method, so what's the problem? Pickle doesn't serialize code objects, so why can't it...
1
92,934
thread by: Ashish Shridharan | last post Jul 21 '05 by: William Ryan
Hi All, How do we change the mouse pointer (for example : from a arrow to a hand pointer) on the click of a button, in a windows form ?? Thanks in advance Ashish Shridharan
4
92,918
thread by: iwdu15 | last post Nov 24 '06 by: Cor Ligthert [MVP]
Hi, in VB i could use the keyword Now to get the current DateTime, but C# doesnt have that. How can i get the current time? thanks -- -iwdu15
9
92,826
thread by: craigbert | last post Jul 22 '21 by: XF00906
Hello All, I am having problems finding the correct syntax for changing a column from NULL to NOT NULL. We are using DB2 on z/OS. I have tried: ALTER TABLE TEST_CB ALTER COLUMN TEST_CHAR NOT NULL; ALTER TABLE TEST_CB ALTER COLUMN TEST_CHAR SET NOT NULL;
14
92,553
Fuhrer
thread by: Fuhrer | last post Oct 20 '10 by: Ram Chandra
Hi ,i have installed the IIS server on my computer to work on a project(Asp). I have used the I.E browser, then i decided to try my project on Firefox browser but when i tried to open the project i got this prompt message: Enter username and password for "" at http://localhost User name: Password: what should i do to be able to open my...
2
92,439
thread by: stygian | last post Jun 29 '07 by: stygian
Could someone (anyone) give me a clue how to display all characters stored in a string variable. For example, if I have a text file containing '1\n2\n3\n' I read it in with A=file.read() Now I would like python to print A as 1\n2\n3\n and not 1 2 3
6
92,375
thread by: lucoin | last post Mar 3 '16 by: ramonlm
Hello guys, I met a problem about php and javascipt For a tickets booking system, when a customer search for flights from one city, so in the data base there should be many routes to different cities, like from Sydney, it can go to Landon, Paris and Beijing and etc. So first I use php to get the data from data base, and use a loop to list all...
15
92,327
thread by: Nageshwarrao | last post Sep 10 '09 by: EisBear
Hi Every one, My Problem is, I want to hide the options in drop down. As an example, I have code as <SELECT> <OPTION>NAME</OPTION> <OPTION>REG.NO</OPTION> ...
5
92,241
thread by: Peter Pippinger | last post May 29 '06 by: Steve Pope
Hello NG, i need to calculate the modulus with double precisson typed variables. this works well with integers: w1 = w1 % 360; but what do i have to do if i want to use w1 as double? Thanks a lot!
7
92,238
thread by: firepol | last post Mar 2 '09 by: firepol
Hello there, I am dealing with files encoded in UTF8 and I can't find a way to convert them into ANSI. I've already searched in google for this since a while, and I'm not achieving the result I want to achieve if I use the code I've found on the web, which is the following: Example of test.txt (save it as UTF8): "éàèüöä" string filePath =...

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.