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...
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)...
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...
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...
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...
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...
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)...
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...
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.