... I was wondering .... If I wanted to add a method MyLeft() + MyRight() and I want this method to go left, but do nothing else, no checking, reading etc.. can that be done ? If I try i'm using return ::Super:GoLeft() as return, but then Xbrowse off cource act again with his GoLeft() ...
... and ANSI codepages are listed, I could not find 854 there but I found: 857 ibm857 OEM Turkish; Turkish (DOS) That is the reason I am checking with you once again Hi Mr. Rao, You are right. 857 I wrote it wrong when I wrote it. Character Ascii1 Ğ 208 2 Ş ...
... codepages are listed, I could not find 854 there but I found: 857 ibm857 OEM Turkish; Turkish (DOS) That is the reason I am checking with you once again
... Before Access** In 64-bit, pointer mismanagement is a common source of crashes. Before accessing or using any pointers, ensure they are valid by checking for `NULL` or other invalid states. For example: if (pObject == NULL || pObject->item.asArray.value == NULL){ // Log or ...
... using `hb_stack_ready`. ### 5. **Error Handling Around `hb_vmSend()`** To capture more details about the failure, you can add more explicit error checking before calling `hb_vmSend()`. For example: if (pDestructor && pObject){ hb_vmPushSymbol(pDestructor); ...
... it does not change the buttonbar menu, if I use the space bar to deselect or select a record it puts the buttonbar buttons back on without checking if there are other records selected yet I put this command for spacebar :bKeyChar := {| k | (If( k == VK_SPACE,(IIF( ...