Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pbp
  • Order by date
  1. pbp

    Response window disappears.

    Thank you, Powerobject, We are in 6.5.1 (I had to indicate it in the beginning). I agree that the order of screens is not attractive. It was build over time and the last 2 response windows were added recently. Can you think of any event which I can debug? As far as I saw, any of the close...
  2. pbp

    Response window disappears.

    Hello, I am facing an unusual behaivour of a Response Window. The story goes as follows: It is a large application in PB6.5( i sence some smiles). In the application we have the following order of screens: Frame Response ( inherited from pfc's w_response) Sheet ( inherited from pfc's w_sheet)...
  3. pbp

    Need to set different editmasks for different rows in the same column.

    Thanks Bubbly and Daniel, I tried that before too. Format is working fine. BUT at the time when the user puts the cursor or tabs into that field, it shows #,###.000000. I came around that problem by creating a dummy editable column and putting it on top of THE...
  4. pbp

    Need to set different editmasks for different rows in the same column.

    Thank you, Daniel32, This column is retrieved from db and is editable by the user. At the retrieve time I can set format and get rid of extra 0000. But as the user enters the value he/she wants to see only .00. At the retrieveend event I put a code: for i = 1 to ll_rows if...
  5. pbp

    Need to set different editmasks for different rows in the same column.

    Hi bubbly, Thank you for reply. I have a predefined range of rows. Only #24 and #27 have to have 6 dec., all other rows will have only 2 dec. I tried to set editmask thru dot notation in ItemChanged event ( and even in EditChanged), but it sets the editmask for the whole column. I hope it...
  6. pbp

    Need to set different editmasks for different rows in the same column.

    Hello, Somebody help, please. The problem: I have a column in the dw(the db value is numeric [15,6]). The column needs to have different edit and display characteristic for different rows. For rows #1-#22 it is greyed out, not editable (format #,###.00). For the row #23 - editable, editmask...
  7. pbp

    SAVE AS to Excel with Dates

    Thank you very much. By this time I figured to save it as .html and then open it in Excel. Works slowly, data looks different, but it works. I'll try saveasascii() function. Also, I was trying to find a way to rename the file from PB code without OLE. Like renaming file (changing extention)...
  8. pbp

    SAVE AS to Excel with Dates

    Hi, tigress, Gamecock. I am having the same problem with dates in Excel. Have you been able to solve it? I am saving dw with dates to Excel file. After it is saved, the user can not sort data by that column. The reason is : date format from sybase "mm-dd-yyyy hh:mm:ss". I was able to...

Part and Inventory Search

Back
Top