Convert Number to Fraction
Anyone know an easy way in RPG to convert a decimal number to a fraction. For example I want take 1.75 and convert it to 1 3/4. Any suggestions would be appreciated. Thank, Tim
Anyone know an easy way in RPG to convert a decimal number to a fraction. For example I want take 1.75 and convert it to 1 3/4. Any suggestions would be appreciated. Thank, Tim
Convert Number to Fraction
Anyone know an easy way in RPG to convert a decimal number to a fraction. For example I want take 1.75 and convert it to 1 3/4. Any suggestions would be appreciated. Thank, Tim
Anyone know an easy way in RPG to convert a decimal number to a fraction. For example I want take 1.75 and convert it to 1 3/4. Any suggestions would be appreciated. Thank, Tim
MoveFile() API reporting failure
We have a problem with the MoveFile() API called from C++ reporting failure, but actually working! We have a C++ Application which reads Data from a file, moves it to another Folder using the MoveFile() API and then updates the Time Stamp using the _utime() API. This works fine on my Laptop (W2K...
We have a problem with the MoveFile() API called from C++ reporting failure, but actually working! We have a C++ Application which reads Data from a file, moves it to another Folder using the MoveFile() API and then updates the Time Stamp using the _utime() API. This works fine on my Laptop (W2K...
Upgrading to 10g(10.1) from 8.0.6; Oracle Forms 5.0.6.8.0 and Oracle Reports 3.0.5.8.0 and Pro*C/COBOL for v8.0.4.4
Hi, We are researching upgrading to 10g(10.1) for database and Developer tools. The database is currently 8.0.6 and we use Oracle Forms 5.0.6.8.0; Oracle Reports 3.0.5.8.0; and precompile Pro*C/COBOL programs with the 8.0.4.4 environment. There appears to be quite a bit of information on the...
Hi, We are researching upgrading to 10g(10.1) for database and Developer tools. The database is currently 8.0.6 and we use Oracle Forms 5.0.6.8.0; Oracle Reports 3.0.5.8.0; and precompile Pro*C/COBOL programs with the 8.0.4.4 environment. There appears to be quite a bit of information on the...
TopIndex property for .NET Web ListBox
I'm trying to automatically scroll down to the last inserted item in a multi-select ListBox when only a few of the total # of rows are visible. Windows.Forms ListBox control has a TopIndex property that allows you to do that, but there is no similar property for the Web control. Note: In a single...
I'm trying to automatically scroll down to the last inserted item in a multi-select ListBox when only a few of the total # of rows are visible. Windows.Forms ListBox control has a TopIndex property that allows you to do that, but there is no similar property for the Web control. Note: In a single...
VS.NET SETUP project for .NET Framework 1.0
I am building an application with a setup project to be installed on a machine with .NET F/W 1.0. My build machine is running VS.NET 2003, which uses .NET F/W 1.1. I can build the application project (specifiying that target machine has 1.0 OR 1.1) and hand-install it onto my target (.NET F/W 1.0)...
I am building an application with a setup project to be installed on a machine with .NET F/W 1.0. My build machine is running VS.NET 2003, which uses .NET F/W 1.1. I can build the application project (specifiying that target machine has 1.0 OR 1.1) and hand-install it onto my target (.NET F/W 1.0)...
Drawing lines and boxes on .NET forms
How can you draw lines and boxes on .NET forms? I have the drawing toolbar, but it is greyed out in form design mode.
How can you draw lines and boxes on .NET forms? I have the drawing toolbar, but it is greyed out in form design mode.
Customized Windows Form DataGrid
Hi, I urgently in need of a solution, which allows a column of a Windows Form DataGrid to contains multiple textboxes. I'm aware that the way to place a textbox in the DataGrid is through the - .AddRange(new System.Windows.Forms.DataGridColumnStyle[] {...
Hi, I urgently in need of a solution, which allows a column of a Windows Form DataGrid to contains multiple textboxes. I'm aware that the way to place a textbox in the DataGrid is through the - .AddRange(new System.Windows.Forms.DataGridColumnStyle[] {...
Hashing library for c++ ?
Can someone reccomend a good hashing library that I can use with VC++ AND Gnu g++ ? thanks !
Can someone reccomend a good hashing library that I can use with VC++ AND Gnu g++ ? thanks !
Best IDE for building JSP pages
This is just for educational purposes. I want to build some JSP pages for a university project, and I'm looking for a J2EE IDE (better if free), but I'm, not sure which is best or easiest to use. I have taken a look to Net Beans 3.6 and I like it, but it's too heavy for my computer. Also I tried...
This is just for educational purposes. I want to build some JSP pages for a university project, and I'm looking for a J2EE IDE (better if free), but I'm, not sure which is best or easiest to use. I have taken a look to Net Beans 3.6 and I like it, but it's too heavy for my computer. Also I tried...
C# sample code for copying a table from oracle to ms sql with ODP.NET needed
I want to copy a table from an oracle database to a sql server using the odp.net provider. Because I just have the .NET Framework SDK and the Eclipse C#-PlugIn it is very difficult for me to figure out how I can code this in detail. I successfully read from an oracle table with a datareader object...
I want to copy a table from an oracle database to a sql server using the odp.net provider. Because I just have the .NET Framework SDK and the Eclipse C#-PlugIn it is very difficult for me to figure out how I can code this in detail. I successfully read from an oracle table with a datareader object...
Software Development in Java
Could someone please advise me (and my team) on which development tools and resources to use for rapid development of java (or java-based) business software packages such as inventory management systems, payroll packages etc. We have been developing using Oracle 6i Developer suite and now intend...
Could someone please advise me (and my team) on which development tools and resources to use for rapid development of java (or java-based) business software packages such as inventory management systems, payroll packages etc. We have been developing using Oracle 6i Developer suite and now intend...
Oracle 9.2.0.4 and gcc compiler
We just upgraded to Oracle 9.2.0.4. When we try to compile a program, we get the following error: ld: fatal: file /u100/app/oracle/product/9.2.0/lib//libclntsh.so: wrong ELF class: ELFCLASS64 error when trying to compile with GCC version 2.95.3. I was wondering if anyone had run across this,...
We just upgraded to Oracle 9.2.0.4. When we try to compile a program, we get the following error: ld: fatal: file /u100/app/oracle/product/9.2.0/lib//libclntsh.so: wrong ELF class: ELFCLASS64 error when trying to compile with GCC version 2.95.3. I was wondering if anyone had run across this,...
Midi Question
Hi! I am using Borland C++ Builder 6 Professional. I have an application that has a TMediaPlayer control on it and want to know how I can allow my end users to change the speed and instrument voice of a midi file, both before and during playback time. I would not be opposed to using an API, but...
Hi! I am using Borland C++ Builder 6 Professional. I have an application that has a TMediaPlayer control on it and want to know how I can allow my end users to change the speed and instrument voice of a midi file, both before and during playback time. I would not be opposed to using an API, but...
ProgressBar Control as Marquee
I want to use a ProgressBar control in marquee mode. In other words, I want to have a piece of the bar scroll across the screen repeatedly to show that something is happening, along the lines of the progress bar that is displayed during a file search in XP. I know that you can do this via the API...
I want to use a ProgressBar control in marquee mode. In other words, I want to have a piece of the bar scroll across the screen repeatedly to show that something is happening, along the lines of the progress bar that is displayed during a file search in XP. I know that you can do this via the API...


