473,544 Members | 1,870 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Software Development Forum

Software Development - Ask questions about software programming, practices, life cycle, process, training, tools, management, costs, teams, extreme programming, testing, agile, outsourcing, industry and more.
0
1,426
thread by: accessles | last post Feb 1 '10 by: accessles
I have a 3 page report where page 3 prints the header but there are no details. Is there a way in vba to accomplish this. The report is based on a query and page 3 has no records printed in the detail section.
1
1,424
vpawizard
thread by: vpawizard | last post Jun 23 '07 by: pbmods
Hello, In my application, I need to read data of two sizes - about 10 bytes and 5-50KB. I need optimum performance of my application - speed is my main concern. Would it be wise to read 10 bytes from database and 5-50KB data from main memory(this data is read from database and cached in memory)? Please suggest. Thanx in advance.
1
1,424
thread by: kalekirestose | last post Dec 15 '09 by: RedSon
i need to startup my program when the computer is on and set my short cut in the taskbar.
3
1,422
thread by: FarhadKhalafi | last post Mar 6 '08 by: RedSon
I have been using Visual Studio 2005 on Vista for a number of months. I have observed the following problem which I am wondering if anyone else has come across as well. You can start VS2005 with regular or admin privilages. Some applications (such as ASP.NET with IIS) require you to start it in admin mode. When running in admin mode, Vista...
0
1,421
thread by: mesubham | last post Dec 8 '07 by: mesubham
I want to write the WordArt style in Adobe Pagemaker 7.0.In MS Word I can get the text style as WordArt.How do I get these Style in Pagemaker
0
1,420
thread by: samvb | last post Feb 29 '12 by: samvb
I am asked to develop a program that would automatically detect when a USB flash disk is inserted and check for existence of a single file. I am visual basic 6 and .NET developer and thot of doing the program in those languages. But they would need things like .NET framework etc which is not going to be a requirement in all the computers of the...
1
1,418
thread by: rko | last post Sep 10 '07 by: debasisdas
Szenario a project for up to 4 million (prospective) users data packages that are send and recieved range from 100k to 250 mb system must be highly secure (patient data) users must be verified the ideal design of a university professor that should be done as follows - can anyone agree? direct connection from the client via ODBC to a...
1
1,418
thread by: eternalLearner | last post Nov 22 '09 by: eternalLearner
hi , I need help on how is it possible to implement communication between a flex frontend and a java service. The queries that are executed are both push as well as pull type.
0
1,418
thread by: chrimpylimes | last post Jul 29 '19 by: chrimpylimes
I'm trying out the happy parser generator of Haskell. After generating the module in happy.hs (no problem while generating!), I run the command `ghc happy.hs`, and I get the error: `Line 297: parse error on input 'data'`. Does anyone have solutions? Or tell me where can I get the solution? I tried loading the module in GHCi, rather than...
2
1,417
thread by: ashishpandey | last post Jun 11 '07 by: r035198x
please tell me about various phases of documentation. what to be included & what not to be included. <removed>
0
1,417
thread by: mavengar | last post Oct 2 '12 by: mavengar
I have Samsung Galaxy 7.7 tablet from verizon that is running HoneyComb. I would like to upgrade the operating system to JellyBean, but this upgrade is not available from Verizon. I would like to root my tablet. Can anyone suggest where I can download the upgrade?
1
1,416
thread by: vbwire | last post Jan 29 '08 by: RedSon
hi.. can u guys help me? i want to make a cylinder but i dont know how to make it to be in horizontal position, or lie on y axis.. my codeDEF cylinder Transform { translation 0 0.15 0 children }
1
1,416
Gui
thread by: amitc47 | last post Apr 25 '10 by: gits
I want to create calculater application based on C# gui
3
1,415
thread by: 7777 | last post Apr 28 '07 by: RedSon
hi i use visual studio can i visual my program ,does it possible to see the array and the struct virtual if i insert some number i will see the number in the array
2
1,415
thread by: QueenKirsty | last post Apr 14 '10 by: QueenKirsty
I have been asked to make a proposal for a new IT testing & development environment at work but I have no idea where to start. We are a small team of 3-4 developers and will be developing in a variety of languages for a variety of applications, inculding: - databases (Oracle & MS SQL Server), - web services on a custom integration layer...
0
1,415
thread by: buntybutt | last post Nov 6 '11 by: buntybutt
Hello....... I am little bit weak in formulation in Microsoft Excel. I have upload the pic of the table which i want to put in excel to calculate the date automatically.
1
1,414
thread by: baran | last post Jan 5 '11 by: debasisdas
Hi please help me for delete Internet Explorer?
0
1,414
thread by: lokavi8182 | last post Nov 17 '11 by: lokavi8182
I would like to make the access key of the menus as common for all the browsers. For eg. <a href="Main.jsp" acceskey="M"><U>M</U>ain</a> In IE Alt+A works well. In Mozilla , Alt+Shift+A works well. Instead of Alt+Shift+A i would like to use Alt + A. what are the things i have to follow
1
1,413
thread by: yoavyoavyoav | last post Nov 13 '07 by: sicarie
Hi there, I'm building an application that will run various reports according to given schedules. My question is - what is the best way to implement a scheduler ? The ideas I came up with were : 1) Creating a service for the application 2) Using windows scheduled tasks 3) Minimizing the application to the notification area in the...
0
1,411
thread by: alex koustas | last post Jun 22 '11 by: alex koustas
I have some pbd files with data windows and i am looking to find a software to extract or view the source code they contain. Does anyone has an idea?
1
1,411
thread by: nitin070895 | last post Jun 27 '13 by: Nepomuk
What are the things required to develop an android game . Please explain step by step
1
1,410
thread by: emekadavid | last post Jun 1 '07 by: RedSon
please am thinking reading uml2 and i have the text book for rational unified process as well as the basic unified process based on eclipse. i've read the uml2 spec and been wondering how do both standards flow into one another. like, how and where except for use cases can i integrate uml into a process? i find it confusing. can't i just do fine...
0
1,410
thread by: ghjk | last post Mar 12 '10 by: ghjk
I want to maintain log records of some items given to employees.There are small no of items we have. ex: Item 1 -Who takes/ From Date/ Return date etc Actually I want to keep records about item usage. What is the best method to do that. I'm thinking about small web application. But any other option better than that? Please help me..
0
1,410
palaksha
thread by: palaksha | last post Sep 9 '11 by: palaksha
Hi, I have an (large)application that is developed in vc 6, now i need to pass some data from this application to a dll which is developed in VC ++ 2010, Can i use CStringList to pass data? i tried this, but it is failing. what could be problem, how can pass this data from vc 6 to VS 2010 dll. thanks in advance. pal
1
1,409
thread by: sofakingdom | last post Dec 11 '07 by: debasisdas
Hello All! As you can see, I'm new to this site. I am currently a freshman in college. I have about 2 and a half years of c++ coding experience. That was a while ago, but I'm getting back into it. Anyway, I have close friends working at a small jewelry store. They currently have no technical help, other than one of those archaic calculators...

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.