473,551 Members | 2,797 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
2
1,192
thread by: ns37 | last post Apr 19 '06 by: Niheel
i reallay need your help.can you give me some ideas or codes if you got some.the program that i need is: Justifying text can mean different things, but here we consider "justification on both sides", or "double justification", where text lines are justified both on the left and on the right. That is, all lines except (usually) the last one have...
0
1,155
thread by: jcwishart | last post Apr 19 '06 by: jcwishart
Hi, I have a form that has 46 records. Each record represents each row in my table. Field1 has a different date in it for all 46 records. In the forms view in access, the field1 box will have conditional formatting applied to it. I would like each record in the form to have different conditional formatting rules applied to it. I know That I...
1
1,109
thread by: shanthsp2002 | last post Apr 21 '06 by: shanthsp2002
Hi friends , i am developing a setup and deployment project for our application here i have to include two other applications with our product installer, and they must be installed only when use selects them. can any body have any idea abt this just how to create nested installer. clear idea thank u
0
1,076
thread by: wallace1980 | last post Apr 20 '06 by: wallace1980
Hi to all, I've a problem, i must execute a tansposition of a Table to an another table, in Oracle. I ve 1 million record to read and next to do a insert of a selection of record input. The procedure that i have done it's slow, so i want to speedup it. How can I do? the first table have
0
1,136
thread by: jcwishart | last post Apr 20 '06 by: jcwishart
Hi, Please see attachment. I have created a mini database which will hopefully help me in explaining the process. Table1: Field1 - 8 rows/8 records Form1: Field1 text box So in this box I used conditional formatting to say- whenever the date is greater than 04/05/2006, turn red. So now I scroll to record2, need to have new conditional...
1
1,351
thread by: Holly55 | last post Apr 28 '06 by: Holly55
I have created a database and wish to lock individual fields so that once information has been entered, it cannot be changed. I have done this through an event procedure... Private Sub Form_Current() Me.sample.Enabled = Me.NewRecord End Sub Private Sub sample_BeforeUpdate(Cancel As Integer)
0
1,100
thread by: jcwishart | last post Apr 20 '06 by: jcwishart
please see attachment. I created a small database to help explain my issue. When I click on the check box in box 1(train), the text box turns blue...great...and even better the other records stay clear when I scroll down, which is what I want to happen. But when I scroll back up, from dog to train, the blue in the train box has gone- not what...
0
1,018
thread by: prvin_m | last post Apr 21 '06 by: prvin_m
Hi IT gurus, I am new to programing. I start learning C++. I have got a problem with DOS. when I do cmd to run DOS (WIN2000). I can enjoy the DOSKEY facility. but once I compile any ***.cpp file using tcc and ***.exe. I lost the DOSKEY facility. Can someone pls help, I am getting bored of typing the commands every time. regards,...
0
1,566
thread by: sureshrajR | last post Apr 21 '06 by: sureshrajR
Hi, I created a VB Application. In that VB APplication, I am opening a access MDB file, and delete a form object from that mdb and then create a form object with deleted form object's name. the coding is as below: appln.DoCmd.DeleteObject acForm, strObjName appln.LoadFromText acForm, strObjName, strOutputFilesPath & "\" & strFileName...
0
1,129
thread by: ashuv | last post Apr 22 '06 by: ashuv
Can somebody help me daignose the root cause for My sql version 3.23.55 crash. here is the stack resolve_stack_dump -s /tmp/mysqld.sym -n mysqld.stack 0x806f174 handle_segfault__Fi + 428 0x8120918 pthread_sighandler + 184 0x8068445 key_unpack__FP6StringP8st_tableUi + 149 0x80b5a78 print_error__7handlerii + 188 0x809b222...
0
1,274
thread by: doninsbca1 | last post Apr 22 '06 by: doninsbca1
I want to start at the macro level (or query level) and document the queries, sub-queries, and tables that macro or primary query uses. I don't want to have a documenter that goes down one level only, because then I have to go to each query used in the macro and document that, then go to each query or used in THAT query and document the queries...
0
1,929
thread by: Vishy8015 | last post Apr 23 '06 by: Vishy8015
Use Relational Algebra to express the following queries on the schema FLIGHTS (DepartureCity, ArrivalCity). A pair of cities a, b is in an instance of relation FLIGHTS if there is a direct flight from city a to city b. The relation is always antireflexive: that is, there are no flights from a city to itself. a) Cities with flights to all cities...
1
2,818
thread by: jana | last post Apr 24 '06 by: Banfa
Hello all, I am unable to open a map image on Mapquest.com. From the "Directions" button, When I enter the From and To address informations, I click on "Get Directions", the steps appears but the "Map" button does not open the step by step map image. All what appears is a red X in the upper left corner of the image area. Has any one...
1
4,050
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...
3
2,481
thread by: jay | last post Apr 28 '06 by: jay
Hi, I am trying to use smartcard to logon to pc. I am modifying a gina.dll. The question is - is there anyone with the smartcard logon experience who can guide me through the process? I know the workings and interactions of gina and winlogon. programming help from your side would be a big help. How do you create a DisplaySASNotice()...
0
1,075
thread by: meffiom | last post Apr 24 '06 by: meffiom
:confused: I have a db on a server which i am trying to call up on my computer using Toad/c prompt I am working on ora 9, my system can see the db when I use the tnsping but when I try to login using my user I get the following error message credential retrievial failed(ora 12638)
1
1,592
thread by: adamj | last post Apr 24 '06 by: Banfa
Hi people... Is it possible to, by using any means...use a button to open up a form on a particular record? If so how?
1
2,071
thread by: shanthsp2002 | last post Apr 25 '06 by: Banfa
Do any expert know how to use progressbar with a application suppose i am copying files from one location to other, then at that time i would like to know the % completed ,total time expected,remaining time, and progress bar should progress according to that I hope somebody can give me idea abt this thanks regards ...
2
3,603
thread by: MidnightSun | last post May 4 '06 by: tempest
I'm having trouble trying to find the next ID in a mysql table which is set to autoincrement. I would like to retrieve this before the record is created so I can store its ID as a foriegn key with into another table. I've tried a query SELECT Max(ID) nextID FROM screenings But I found this works until I delete the most recently created...
0
1,198
Niheel
thread by: Niheel | last post Apr 25 '06 by: Niheel
There was downtime on Tuesday, April 25th due to regular maintenance updates.
0
1,533
thread by: obuli | last post Apr 25 '06 by: obuli
Hi, Please give solution for following problem.. I need to disable a particular row in C1TrueDBGrid, this row contains combo box,that combo box should not be droped down. Thanks, Obuli Raj R
0
1,234
thread by: shapala | last post Apr 25 '06 by: shapala
Hi all! Can anybody help me with this problem: I have a database splited with to front-end back end application. At front end I have a form who contains combo box. This combo has row source to a table in back-end database (it give me all records). All is OK - back end database is not locked, but when I click in this combo, back end databse is...
0
2,132
thread by: flamingo | last post Apr 25 '06 by: flamingo
I have a query that works just fine, but because I need to use it in Business Objects and I have to use a prompt for the date, I need the initial query for the count as a correlated subquery in the from clause, not in the select statement. I've figured out what I'd like to have, however, I only get one row back (and it is correct!) I need to get...
0
6,908
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...
0
1,219
thread by: krillin47 | last post Apr 26 '06 by: krillin47
I'm creating a program, where I want to be able to capture the OuterHTML data of an Internet Explorer window, not necessarily using the webbrowser control. I want it to react with any IE window I open. Is this possible? Thanks, kRiLLiN47

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.