I have two databases (A) (B) that should have the same data in each record. The fields are in order by account number and position number. However, I need to verify on occasion that each contains the same records. I’m attempting to write a short program that uses two fields to verify. If...
I imported character data into a character field and received an unfamiliar character at the beginning and end of the data. The data is variable in length. I was able to remove the unfamiliar character at the beginning with SUBSTR. Any method to remove the ending character. Thanks in advance
I have a database that is (example) arranged as follows:
Account Category Month YTD
A WageCosts 1000 4000
A OtherCosts 1500 6000
A ProdCosts 2000 8000 A Statistic 2500 10000 A CostperStat
I'm seeking a global command to replace CostperSales with...
The data that I want to move is personnel data from one .dbf to another. The key field in both files is employee number (empln). I need to have the program sequentially select the employee number from the original file, which is a numeric field, and the corresponding employee’s address, which...
I apologize for any confusion. I do not want to sum the character data. I simply want to move character data from one .dbf to another using a modified version of the presented code. Thank you for your quick response.
I use the following program to sum and move numeric data from one .dbf file to another. It works fine for numeric data. My problem is that I need to move character data from one .dbf to another .dbf. Can someone change the following program so it would accommodate character field data...
Thanks, Pete, for your quick response. I am not familiar with the technique that your recommending, if you have time, please expand on your solution. Thanks again.
I writing a report whose default is bold type. In my report I have an IIF statement and if the result is true, I want this part of the report not to be in bold type.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.