473,554 Members | 2,989 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,244
thread by: brat33 | last post Apr 14 '10 by: brat33
I have lots of files that need monthly cleanup done on them. These files are located in many different directories on the same server. Some example files names are C1234.idx, C1111.idx, C8693.idx, etc....ALL the files will start with either an 'C' or an 'L' and then contain 4 random numbers followed by an extension of either .idx, or .dat. The...
0
1,544
thread by: maxpirate | last post Apr 20 '10 by: maxpirate
I am trying to show list data from sub webs on the site collection. But when i try to set filter criteria some comparators like less than, greater than, less than or equal to and greater than or equal to are not seen in the comparison drop down. Im trying to set filter for a 'date and time' field type like 'mydatefield >= today'. Im working...
0
1,186
thread by: Tyntxo | last post Apr 25 '10 by: Tyntxo
I'm using Text.ParserCombinators.Parsec and Text.XHtml to parse an input like this: this is the beginning of the paragraph --this is an emphasized text-- and this is the end\n And my output should be: <p>this is the beginning of the paragraph <em>this is an emphasized text</em> and this is the end\n</p> This code parses and returns...
0
1,236
thread by: Developer111 | last post Apr 26 '10 by: Developer111
My Application is installed on Citrix MetaFrame. I have created some users accounts who login to the server through client Citrix Program Neighborhood. As soon as user login to the server My Application launches. I want that login user should be restricted to use My Application only and other server resources should be out of reach for the...
0
1,286
thread by: xollie | last post May 3 '10 by: xollie
i have created the login form for different users. the user must enter the username and password if both of this are correct the Grant form will open. the grant form has the tab control with 4 pages.If its user1 the Grant form must show only 3tabs and if is other users it must show all the tabs. ive try this code Dim frm As New Exe If...
0
1,641
thread by: ivreddy | last post May 4 '10 by: ivreddy
I am new to qtp. Does anyone know whether windows7 supports qtp9.2 ?
0
1,109
thread by: helosilvareis | last post May 4 '10 by: helosilvareis
Everytime I've needed to debug my application before I need to publish web site. If I don't do this I don't get to debug step by step. I'm using Visual Studio 2008
0
1,220
thread by: jstiles5 | last post May 9 '10 by: jstiles5
Programming in MS Access, 2007 using Vista Attempting to export a file from current database to another database or if there isn't any database by the name chosen, I'm told, Access will create one. No matter what I do, I get some error message or other. Here is code. DoCmd.TransferDatabase acExport, "Microsoft Access", _...
0
1,170
thread by: mokee | last post May 13 '10 by: mokee
I am currently trying to recode a part of package which extracts data from a source system and processes in the datawarehouse. Basically what the code does is: **If it is a daily processing processing (p_run_type <> 1) and p_processing_location is satisfied, distinct product ids will be inserted into v_table_name (which is basically a...
0
991
thread by: shaiful | last post May 17 '10 by: shaiful
Dear all, I am going to develop a small software which require a small database. My software will going to use some end user. If I use Access DB , I wondering if end user havent got Access BD then it will run, or if they have old version of Access then it will have problem to run my software? Also the security system of Access I am not 100% sure....
0
1,110
thread by: JanGofSD | last post May 17 '10 by: JanGofSD
Hi: I'm not sure if I've landed in the right place, but I'm looking for help with a form that I'm designing in Adobe Designer 7.0. Unfortunately, I'm a complete novice--I'm learning as I go (but luckily I'm not a complete idiot :) ). I have 3 body pages that include text boxes and calculations, Because of the layout of the document, I...
0
1,361
thread by: Anotherone | last post May 18 '10 by: Anotherone
Having strong demand to develop fast paging in my ASP.NET application I tried to cache my tables for display. And I was quite surprised when occurred that my LINQ to memory application made paging 8 times slower than LINQ to SQL. For checking that I developed 2 ASP.NET applications. Both work with tables of having 500 000 records 3 fields each...
0
1,182
thread by: vrepalle | last post May 21 '10 by: vrepalle
Hi, I am trying to access two different DB2 subsystems A and B .The program logic is handled to connect to a different subsystem (B) when a condition is satisfied and after the process on that subsystem it connects back to the original subsystem (A). Somehow when i try to reconnect to Subsystem B next time it give -842 sqlcode saying the...
0
1,304
thread by: Bassem | last post Jun 6 '10 by: Bassem
Hello, anyone accessed DacEasy database before? What DacEasy provides, is to purchase DDFs with a lot amount of many! so I try to found a free solution! If anyone recommend helpful links, it will be much appreciated. Thanks a lot for your time!
0
1,010
thread by: visweswaran2830 | last post Jun 17 '10 by: visweswaran2830
hi, let consider, A table has following fields, name amount date
0
1,595
thread by: Snapper | last post Jun 17 '10 by: Snapper
Hello all, I need to create an application to monitor, restart, control a printer!! I tried to read about it and I want to do with WMI to control the Print Spooler (I heard that its the better way and I want to learn this kind of projects as well) Does anyone can help me with this? Do you know where can I get more information or some...
0
1,151
thread by: Pheddy | last post Jun 19 '10 by: Pheddy
Hi all. Im having some trouble with some Pascal coding and have tried my usual forum (delphipages.com) But since they sometimes are pretty slow to respond, I would like to ask if theres any Delphi coders in here? Regards Frederik
0
1,395
thread by: induja | last post Jun 22 '10 by: induja
We've been trying various tools to document our projects. Have tried everything from the Rational Rose suite to a basic Wiki with Visio to write up just the right amount of documentation, use cases and specs. Lately we've adopted a more agile approach to development and wanted some ideas on what you guys use to communicate clearly within your...
0
1,096
thread by: IT2010 | last post Jun 27 '10 by: IT2010
My vb windows form has 12 textboxes and i need to load the data from excel into windows form. Am wondering how i can load five different records from excel. Thanks
0
1,584
thread by: zjihana | last post Jun 29 '10 by: zjihana
i want to use gridview... and i want to select, delete, upadate the data in the gridview.. my friends ask to use rowdeleting... but i dont know how to bulid it.. i also use mysql ODBC 5.1 driver as my mySQL connector... here some codes that i have use : the BindGrid(), is i use to view the data to the gridview.. it also not work.. ...
0
1,123
thread by: andrew78 | last post Jul 7 '10 by: andrew78
Hello everybody, I am working with VS2010 for about 4 month now. After the RC candidate I purchased the professional version. In the near future i want to write programs which should run on Windows7 PCs. Is it possible to write W7 programs on a PC with Windows XP (SP3,32bit)? If possible what should I take care about? Thanks a lot for any tips!
0
1,050
thread by: mikelbaroz | last post Jul 13 '10 by: mikelbaroz
i want to call shfileoperation from shel32.dll to copy a file with delphi but my code dosen't work and the reason is the format of paths,I didn't find any solution for the problem.any one can help me? here is my code and the image of RemoteInfo value while debugging here is link of the image...
0
2,824
thread by: texsum | last post Jul 16 '10 by: texsum
this article intends to share the experience of running projects using development software interfaces in the organization of Agile. And to have the opportunity to join the team used this method to see the different perspectives. From reading or hearing from others I think that would be useful for readers to be studied and applied. Or supplement...
0
1,095
thread by: ChrisKerr | last post Jul 19 '10 by: ChrisKerr
Hey, I've been developing for about 4 years now, and in that time I must have written the same particular piece of code umpteen times to solve the same requirement that popped up in many different projects. I'm not looking for a debate on code reuse, but yeah, I should probably have done some of that! I think it's a requirement that many of you...
0
1,475
Anadergbaps
thread by: Anadergbaps | last post Aug 2 '10 by: Anadergbaps
Hello All, I have scoured google for the past few days trying to find a fix for my mail merger problem, and am still unable to use an outside program to start the mail merge. The error I receive is "Error #1429 in execute (0): OLE IDispatch exception code 0 from Microsoft Word: Word was unable to open the data source..." We use Zangle...

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.