Enrico Maria Giordano wrote:You have to open and close the second dialog twice to see the crash. And the problem started with a recent FWH release (I don't know exactly which one).
You have to open and close the second dialog twice to see the crash. And the problem started with a recent FWH release (I don't know exactly which one).
... more than 50 indexes in the CDX. So, I get the impression that something must be wrong in the hardware is speed is a problem. This happened to my twice, but meanwhile more than 10 years ago: a customer of mine was experiencing that my software was running very slowly. I spook about it with his ...
... when I select a row the procedure change the options of buttonbar ( see samples\barchange.prg) if I click twice it opens to edit the record // from 2column FOR i := 2 TO Len( oBrw:aCols ) oCol := oBrw:aCols[ i ] ...
... - `oDevice := PrintBegin(...)`: Initializes a new print job with various parameters (like document name, printer setup, etc.). This is done twice, once presumably for a regular printer and once for a PDF printer. 4. **Document and Page Initialization:** - `StartDoc(oDevice:hDC, oDevice:cDocument)`: ...
For me oGet:bChange is working in TGet class when any text is pasted into the Get. (But for me the problem is bChange is evaluated twice in case of Get)
Dear Antonio, Here, with a passing knowledge base, you see, I ask the same question twice. By sending the knowledge base, I also receive a perfect response. What I would like is to send the entire FIVEWIN documentation, but it is much larger than the 4000 tokens. ...
@ 0, 672 GET oGet VAR nVar PICTURE "999999" SIZE 96, 48 PIXEL RIGHT OF oBar; FONT oFontDefault ; COLOR BFcolor, BGcolor ; ACTION oBrwDBF:Goto(oGet:Value) BITMA...
hi, i have a GET to "show" RECNO() 0, 672 GET oGet VAR nVar PICTURE "999999" SIZE 96, 48 PIXEL RIGHT OF oBar ; FONT oFontDefault ; COLOR BFcolor, BGcolor ; VALID (.T.) oBrwDBF:bChange := { || SayStatusDBF(oBrwDBF,oGet,@nVar...
hi James, thx for Answer to use a Function twice (or more) is not Problem ... IF Function is "short" and "quick" but i have to do a lot in Function and have a Variable "ii" in a FOR / NEXT FOR ii := 1 TO nMax ...
Jimmy, I'm not sure I understand what you want to do but here is an example of adding a new sale amount to a oCustomer object using a function. Note that a customer object exists until you end it. Function addSale( oCustomer, nNewSale ) oCustomer:TotalSales := oCustomer:TotalSales: + nNewS...