Is there any calendar control(date picker) that works on a ASP .net user control .ascx?
All of the calendar controls (most of those date picker are javascritp) don’t work on web user controls. So does anybody have any date picker that works on user control .ascx page or how to make the javascript work on the user control. A thousand thanks.
Answer Question
| April 6, 2005 6:07 PM
ASP.NET, C, VB.NET
All of the calendar controls (most of those date picker are javascritp) don’t work on web user controls. So does anybody have any date picker that works on user control .ascx page or how to make the javascript work on the user control. A thousand thanks.
Creating XML from RPG data
I am an RPG programmer and need to create XML files from our 400 data. I would love any DETAILED tips from anyone as I have no experience with this. Thank you in advance for your time!
Answer Question
| April 8, 2005 5:57 PM
RPG, XML
I am an RPG programmer and need to create XML files from our 400 data. I would love any DETAILED tips from anyone as I have no experience with this. Thank you in advance for your time!
Ovrdbf and Opnqryf and Cpyfrmqryf
i use the above statements in a clp program but the cpyfrmqryf is slow – how i can speed it up? my format option is *nochk. for opnqryf – I have specified *seqonly 32k for ovrdbf – i have records to force a write 32k, seqonly-32k, records retrieved at once 32k
Answer Question
| April 12, 2005 12:40 PM
Development
i use the above statements in a clp program but the cpyfrmqryf is slow – how i can speed it up? my format option is *nochk. for opnqryf – I have specified *seqonly 32k for ovrdbf – i have records to force a write 32k, seqonly-32k, records retrieved at once 32k
DB2 Date function to convert number to Date
In Cognos-Framework Manager there is a calculation in the DB2 section called “Date”. Supposedly this field will change a numeric date “01012005″ to an actual date “01/01/2005″. But, we tried it and it does not work. Can you see if you can find anything that will allow us to create a calculated field in framework [...]
Answer Question
| April 19, 2013 11:43 AM
DB2, Development
In Cognos-Framework Manager there is a calculation in the DB2 section called “Date”. Supposedly this field will change a numeric date “01012005″ to an actual date “01/01/2005″. But, we tried it and it does not work. Can you see if you can find anything that will allow us to create a calculated field in framework [...]
2 quick questions: 1st on reports and 2nd on Call Disposition (Term codes)
I have two basic questions: 1st, what is the difference between canned and Out-of-the-box reports? 2nd, I am facing a challange to measure call center performance and call center statistics for various customers, products, and agents based on call types that an agent receives. I am looking for some suggestions how to do that.
Answer Question
| April 5, 2005 6:01 PM
Call Centers, Data center operations, DataCenter, Development, IT architecture, Planning
I have two basic questions: 1st, what is the difference between canned and Out-of-the-box reports? 2nd, I am facing a challange to measure call center performance and call center statistics for various customers, products, and agents based on call types that an agent receives. I am looking for some suggestions how to do that.
MS Access – To split or not to split?
MS Access XP database installed on Win 2000 Server. It’s an important database, but not mission-critical. Presently only four workstations have access to it, and about half my day I’m generally the only one in there, so development work isn’t a problem. Over the next few months we’ll be expanding permission to several additional workstations, [...]
Answer Question
| April 4, 2005 12:39 PM
DataCenter, Development, Networking
MS Access XP database installed on Win 2000 Server. It’s an important database, but not mission-critical. Presently only four workstations have access to it, and about half my day I’m generally the only one in there, so development work isn’t a problem. Over the next few months we’ll be expanding permission to several additional workstations, [...]
Reference controls by name
I need to point to a control whose name I won’t know until run-time. How do I do it? My code currently looks a little like this: ======== Dim ctlControl as Control Dim strName as String ctlControl = cType(strName, Control) …now do stuff with/to the control named strname… ======== Now this is clearly rubbish, but [...]
Answer Question
| June 29, 2005 12:16 PM
VB.NET
I need to point to a control whose name I won’t know until run-time. How do I do it? My code currently looks a little like this: ======== Dim ctlControl as Control Dim strName as String ctlControl = cType(strName, Control) …now do stuff with/to the control named strname… ======== Now this is clearly rubbish, but [...]
Creating a collection
I want to create a collection that handels more than just add and remove, but sort according to different criterias. THese should be passed maybe as paramarray Using VB6
Answer Question
| April 8, 2005 11:53 AM
Development
I want to create a collection that handels more than just add and remove, but sort according to different criterias. THese should be passed maybe as paramarray Using VB6
sqlserver 2000 stored procedures
Hi , i have the unfortunate task of time to integrate microsoft sql server 2000 stored procedures to mysql so that our software will work. Can anybody tell me if this can be done, if so how easy is it and how do i go about it? Thanks for your help andy
Answer Question
| April 4, 2005 10:02 AM
ColdFusion, MySQL, SQL, SQL Server
Hi , i have the unfortunate task of time to integrate microsoft sql server 2000 stored procedures to mysql so that our software will work. Can anybody tell me if this can be done, if so how easy is it and how do i go about it? Thanks for your help andy
How to call Visual Basic Module using Lotus Script
Dear sir /madam, I would like to seek for your advice on how to call Visual Basic Module using Lotus Script. Is it possible to do so? Actually I am looking for a method that can be used to do reporting for Web Application. Lotus Script is not able to run on the web, so [...]
Answer Question
| April 4, 2005 3:52 AM
Development, HTML, JavaScript, Lifecycle development, Lotus Domino, LotusScript, Software testing, VBScript, Visual Basic, Web, Web development tools
Dear sir /madam, I would like to seek for your advice on how to call Visual Basic Module using Lotus Script. Is it possible to do so? Actually I am looking for a method that can be used to do reporting for Web Application. Lotus Script is not able to run on the web, so [...]
setting Author field
Hi all, can I set value of author field through javascript? If yes, is there any specific method?
Answer Question
| April 4, 2005 7:11 AM
Development
Hi all, can I set value of author field through javascript? If yes, is there any specific method?
FTP negative numbers from a flat text file to the iSeries. We use Reflections 5250 terminal
We are trying to FTP a flat text file from windows into our AS/400 (iSeries). Position 52 to 58 of the text file represents a number that is put into a AS/400 field that is signed 7.2. How would you put a negative number into the AS/400 field using FTP? Whatever are in the seven [...]
Answer Question
| June 11, 2010 10:31 AM
Development
We are trying to FTP a flat text file from windows into our AS/400 (iSeries). Position 52 to 58 of the text file represents a number that is put into a AS/400 field that is signed 7.2. How would you put a negative number into the AS/400 field using FTP? Whatever are in the seven [...]
AS/400 SQL V5R2 — updating new fields in a file with values from a different file
I added 2 fields to FileA (FldX and FldY) FileA has the key to FileB (KeyB) where these values exist. FileA: FldA, FldB, KeyB, new… FldX, FldY FileB: BKeyB, BFldX, BFldY This is probably simple for someone that composes SQL all the time but I’m having trouble coming up with acceptable syntax… Thanks for any [...]
Answer Question
| April 1, 2005 10:15 AM
SQL
I added 2 fields to FileA (FldX and FldY) FileA has the key to FileB (KeyB) where these values exist. FileA: FldA, FldB, KeyB, new… FldX, FldY FileB: BKeyB, BFldX, BFldY This is probably simple for someone that composes SQL all the time but I’m having trouble coming up with acceptable syntax… Thanks for any [...]
Views: One document per line?
If I have a form containing a dialog box of 6 activities, and I fill out 6 different forms – selecting a different activity each time – Is it possible to show in a view, on only one line, my name in the first column and one of the 6 separately chosen activities in each [...]
Answer Question
| March 31, 2005 4:32 PM
Development
If I have a form containing a dialog box of 6 activities, and I fill out 6 different forms – selecting a different activity each time – Is it possible to show in a view, on only one line, my name in the first column and one of the 6 separately chosen activities in each [...]
Adding color in SEU Editor
Does anyone know how to add color to a comment line within the SEU Editor? For instance, blue or red other than the typical green screen. Thanks.
Answer Question
| March 30, 2005 10:47 AM
Development, RPG
Does anyone know how to add color to a comment line within the SEU Editor? For instance, blue or red other than the typical green screen. Thanks.
Help with VBA Code for retrieving data from a table in an MS Access Database
Hi, I’m new around here. I’m a student in the programming field. I have a question for those of you with experience with VBA, VB, or SQL coding languages. Basicly what I’m looking to do with my database is have it fill in the remaining related fields in a form when the Primary key field [...]
Answer Question
| March 30, 2005 12:59 AM
Database, DB2, Oracle, SQL, VBA, Visual Basic
Hi, I’m new around here. I’m a student in the programming field. I have a question for those of you with experience with VBA, VB, or SQL coding languages. Basicly what I’m looking to do with my database is have it fill in the remaining related fields in a form when the Primary key field [...]
administrative data when changing values of characteristics (2)
Hi, I already asked the same question a few days ago. Sorry for this reply. Release 4.5B or 4.6C Materials are assigned to a class. With MM02, in the view Classification of the material info record, we can change the values of the characteristics. My question: is it possible to know who has created and/or [...]
Answer Question
| March 29, 2005 2:34 AM
DataCenter, Development, ERP
Hi, I already asked the same question a few days ago. Sorry for this reply. Release 4.5B or 4.6C Materials are assigned to a class. With MM02, in the view Classification of the material info record, we can change the values of the characteristics. My question: is it possible to know who has created and/or [...]
access website from as/400
Our as/400 is accessable from the internet. How can we assess a website from a command line or a CL program on the as/400?
Answer Question
| April 26, 2005 4:59 PM
AS/400, Data analysis, Database Management Systems, Development, Hardware, Web development tools
Our as/400 is accessable from the internet. How can we assess a website from a command line or a CL program on the as/400?
Library List
How can I verify if a curtain library exists in the *LIBL?
Answer Question
| March 29, 2005 4:24 PM
Development
How can I verify if a curtain library exists in the *LIBL?
Calling a subprocedure from a CL
Can I call a subprocedure from a CL?
Answer Question
| March 25, 2005 4:22 PM
Development, Functional
Can I call a subprocedure from a CL?





