| Thread | Last Post | Replies |
|
| Format a string into a decimal and keep leading zeros. | 30 Nov 2005 03:40 GMT | 1 |
I am working a project that I am reading in information from an excel spreadsheet. There is a column that is brought in as a string. The column may have something like 02426089000. Now I have to break this string up into two parts. This works just fine. The problem is that I
|
| Formatting a decimal stringt to include zero's | 29 Nov 2005 11:14 GMT | 3 |
I'm printing out percentages. Now if the percentage is greater than 100 I cast the decimal percentage as a string with a value of "N/A". If it is less than 100 I still cast it as a string rounded to 2 decimal places
|
| problem with OPEN QUERY | 26 Nov 2005 06:30 GMT | 4 |
I got this code: (is a part of the whole code) def workfile table1 def query QUERY for table1, table2 fields (usercod sales). open query QUERY
|
| problem with online backup | 22 Nov 2005 15:12 GMT | 3 |
I am trying to setup a script that will run an online backup of 2 databases that are running on Windows Server 2003 Standard Edition and progress version 9.1a05. I already know that the starting version of progress that should be used with Windows server 2003 is progress
|
| getting a procedure name | 19 Nov 2005 02:54 GMT | 3 |
I'm writing a procedure that in case of an error returns something like: "Error in procedure: ID_CHK" I want to make this generic so is there anyway i can return a procudres
|
| Using Prodict to update progress personal database | 09 Nov 2005 18:27 GMT | 1 |
Hi Can anyone tell me if i can run prodict programatically or from the cmd line using a progress personal database. We have 90 sites that we need to updated the database schema on the same day all sites using progress personal database.
|