Jump to content

mierlp

uniGUI Subscriber
  • Posts

    572
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by mierlp

  1. mierlp

    Using VK_RETURN

    hi, I use a edit box for searching. After the user enters some text and hits the ENTER or RETURN key the search must be started. I use the code below but the search isn't started. Is the use of virtual key possible or do i need to look for a other solution. if (key=vk_return) then begin // my code here end; Regards Peter
  2. mierlp

    Comfirm delete

    Hi Farshad, I did a complete new reinstall from UniGui .935 and now ConfirmDelete is working. I think the first de-install has been going wrong. Thanks anyway. Regards Peter
  3. mierlp

    Comfirm delete

    Hi, Normally a dbnavigator contains a 'Conform Delete' property but the UNIGui doesn't have one. How do you guys prefend deleting a record without any confirmation. I would like to use the BeforeDelete event from within my datamodule based on the example from the Dialogs demo. Within Delphi 2007 and latest UniGui version i got the following message when compiling;
  4. mierlp

    AutoEdit=false

    Hi I searched the forum for it and found a other topic regarding AutoEdit and i should be solved in Logged #1128 However...when iput my datasource into AutoEdit=False i stil can edit the dbedit fields on my web version. The Win32 version works correct. I can't figure out how to prevent editing fields when autoedit=false Regards Peter
×
×
  • Create New...