Development Tag Directory

Featured Development Questions

cookies
how to enable cookies in blackberry 9320

Answer Question   |  April 13, 2013  8:59 AM
Cookies
asked by:
15 pts.

How do I get an object from the ComboBox
I have a ComboBox with file names I want to select a file and copy it to a standard name as an object. Does anyone know how to do this?

Answer Question   |  January 22, 2013  4:23 PM
ComboBox
asked by:
5 pts.

Debugging ILE programs
Are there any documents on Debugging ILE programs(cobol ile or rpg ile) ? Please share the link..Thanks

Answer Question   |  January 8, 2013  6:18 PM
AS400 - COBOL, AS400 Debug, AS400 RPGLE, Debugging
asked by:
70 pts.

Can your computer have an item or program be put into it with out your knowledge
I let a friend use my home computer one day and when I went to use my computer after that it would not accepted my password at first and said there was a attachment on my computer….I rebutted the computer and then it worked fine…..I could not explain what happen after my friend had use [...]

Answer Question   |  October 16, 2012  4:26 PM
Computer programming, computer repair
asked by:
5 pts.

Build a computer
I’m buying parts for a gaming computer and I was wondering if it would turn out a good computer.  This is my first ever build. Thanks! CPU: i7 3820k overclocked to 4.2 ghz , graphics card: sapphire 11179-09-20g hd 6870 16b gddf5  , psu: corsair cmpsu-800guk gaming series GS 800 high performance 800w psu , [...]

Answer Question   |  October 1, 2012  6:49 PM
Computer programming, Computers
asked by:
15 pts.

Character delimited csv with double byte data
I have a physical file on the iSeries (V7R1) that I am trying to send to the IFS using CPYTOIMPF. When I open the file on the IFS using Excel I expected to be able to parse the data using “Text to Columns” but the delimiter characters are missing and the text is garbled. Several of the [...]

Answer Question   |  August 3, 2012  2:50 PM
CCSID, DB2, DBCS, Japanese
asked by:
15 pts.

Determining data from a certain date range
I have an Access 2003 database that has weekly dates and weights enter for a weight loss program. Ech program session is 8 weeks and people sign up for anywhere from 1 to many more sessions at a time. I want to find out the average weight lost in the first 8 weeks that a [...]

Answer Question   |  July 30, 2012  12:40 PM
Data access, Database management, Date calculation, Microsoft Access 2003
asked by:
65 pts.

Unique text messege software
Is possible to program a software where we send people a text messege corresponding to a particular #, and when they reply to the text the software automatially (using wireless/bluetooth or even a radio signal o some kind causes) a circuit or device to buzz/beap/or light up a small LED light? we are a valet [...]

Answer Question   |  February 28, 2012  3:44 PM
Computer programming, Electrical, Engineering, Programming
asked by:
5 pts.

Datasheet View
We use SP2010, enterprise version. When viewing data in an Accounts list, users sometimes cannot see “datasheet view”. No apparent rhyme or reason, no pattern.

Answer Question   |  February 28, 2012  8:31 PM
Datasheet View, Sharepoint 2010, SharePoint 2010 functionalities
asked by:
5 pts.

SalesForce Data Reader to SQL Table
I am using CozyRoc dll and Script Task to read SF Objects data. How do I write them to a SQL atble using Data Flow task I can connect with VB script and read the data… How do I write to a SQL table?

Answer Question   |  March 6, 2012  3:44 PM
CozyRoc, DataReader, Salesforce, Scripting
asked by:
5 pts.

Cloud storage data access charges as a percent of the total cost.
 I am wondering if there’s a good rule of  thumb for file server data access charges. I’d like  known as a percentage of the total bill what the data access charges should be for file server application.

Answer Question   |  March 31, 2012  9:36 PM
Cloud storage, Data access, File Server Storage Level, File servers
asked by:
5 pts.

UTC Date/Time formatting using Javascript
Hello Everyone, I’m having trouble figuring out how to format a date and time for display. I’m using the Google Stock Quote API to generate XML and processing that XML for display. Here’s the link to the XML: http://www.google.com/ig/api?stock=GOOG When processing that XML, you get a trade date and time: <trade_date_utc data="20110927"/> <trade_time_utc data="184233"/> <exchange_timezone [...]

Answer Question   |  March 31, 2012  6:50 PM
Date format, Google API, JavaScript, jquery, XML
asked by:
465 pts.

dspfile in rpg
can we do debugging a dsp file in rpg? if its so how is possible? plz give me the steps?

Answer Question   |  March 31, 2012  11:57 AM
Debugging, DSPF, RPG
asked by:
1,350 pts.

How to read Rows of a DatagridView through for loop
Hi, My application is in VS2008 coded in Vb.net.I have a datagridview which is populated from Database.I have a save button on the same form that has DatagridView. My requirement is i want that all the records that are populated in DatagridView should be saved in a certain table of the database when the user [...]

Answer Question   |  March 31, 2012  2:56 PM
DataGridView, VB.NET 2008, Visual Studio 2008
asked by:
15 pts.

How to use an object to travel data from one form to another
Hi, I have two forms.Both having DatagridView.There are two comboboxes to filter the record from Database and fill in Datagridview.My requirement is when all the data is populated in DataGrid after selecting the comboboxes and when the user clicks on Delete. The comboboxes and Datagrid on second form should have the same values as that [...]

Answer Question   |  March 31, 2012  7:18 AM
DataGrid, DataGridView, VB DataGrid, VB.NET, Visual Basic .NET
asked by:
15 pts.

Data Persistence and hibernate synchronizer
This question goes out to those who are “REAL” developers. Would you consider using a tool like “Hibernate Synchronizer” to generate DAO logic to perform CRUD operations for an Enterprise level application? (There are at least 30 plus tables involved)

Answer Question   |  March 31, 2012  4:06 PM
DAO, Development, Development tools, Hibernate
asked by:
5 pts.

Using combobox to get record from database
how to use combobox in getting record from the database and it will display in flex grid

Answer Question   |  March 31, 2012  6:25 AM
ComboBox, VB 6.0, Visual Basic 6.0
asked by:
5 pts.

UNSTRING -DBCS and non-DBCS
“UNSTRING” contained both DBCS and non-DBCS items. My program is returning this compilation error. What is the solution. Please help. Tried many ways but didnt work.

Answer Question   |  March 31, 2012  9:40 AM
COBOL, COBOL Compiler, COBOL ERROR MESSAGE, DBCS, dbcs data, graphic datatype, unstring
asked by:
10 pts.

DBCS data movement
I have a requirement to select fields from an input file which also contains DBCS fields in addition to alphanumeric. THe fields are separated by tabs. Ofcourse I could use unstring delimter option, but the dbcs data movement is showing errors. Is there any way of conversion b/w dbcs and alphanumeric datatypes

Answer Question   |  March 31, 2012  6:45 AM
COBOL, DBCS, Mainframe, Mainframe systems
asked by:
10 pts.

ASP.net SQL Server Need Experienced Webdeveloper
I have a website I need an experienced webdeveloper to help me get my website running again. Fired my Webmaster. Does anyone have this experience to help me? Pat

Answer Question   |  March 31, 2012  10:58 PM
ASP.NET, C#, CSS, HTML, java script, MS SQL Server, MS Visual Studio
asked by:
5 pts.