Forum Replies Created

Page 5 of 8
  • Obonye

    Member
    July 24, 2024 at 7:45 am in reply to: $cinst variables deletion

    Hi Andreas,

    Thank you for your reply. I have changed how I reference instances to align with your guide. Though I learnt this technique from your sample library where you prefix instances with “$cinst.” in the table classes to reference the rows in the window instance.

    Kind regards,

    Martin.

  • Obonye

    Member
    July 2, 2024 at 8:11 am in reply to: Contribution to the community Comment

    Thank you @Diego Mendoza Muñoz for your contribution. I appreciate it. I’m going through your code and trying to understand it. Do you have an English version of the test library? Because it is hard to tell what some of the classes, methods and functions (and even variables) are doing when the naming convention, in some instances, is in an unknown language.

    Regards, Martin Obongita.

  • Obonye

    Member
    September 6, 2024 at 5:00 pm in reply to: Subform Set Panel

    The documentation reference has really helped. The command below has closed the subformset:

    Do $cinst.$clientcommand(“subformset_remove”,row(‘SubformPanelsSet’))

    Thank you.

  • Obonye

    Member
    September 6, 2024 at 4:41 pm in reply to: Subform Set Panel

    How do I close the subformset?

  • Obonye

    Member
    September 6, 2024 at 3:28 pm in reply to: Subform Set Panel

    Calculate lSetRow as row(“SubformPanelsSet”,1)

    Do $cinst.$clientcommand(“subformset_formremove”,lSetRow)

    Calculate lSetRow as row(“SubformPanelsSet”,2)

    Do $cinst.$clientcommand(“subformset_formremove”,lSetRow)

    I have added this method in the $destruct method

    If I close the subform containing the subformpanelsset and reopen it, I still get the error, the subform set already exists. yet the formremove command is run.

  • Obonye

    Member
    September 6, 2024 at 2:13 pm in reply to: Subform Set Panel

    Hi @andreas-pfeiffer

    You have not specified the row to pass. I tried to remove the form like this,

    Do $cinst.$clientcommand(“subformset_formremove”,iSetRow)

    It does not remove the subformsets.

    Regards, Martin

  • Obonye

    Member
    September 4, 2024 at 10:32 am in reply to: Close/Exit/Kill Omnis

    Thank you @andreas-pfeiffer , my friend, for the additional detail.

  • Obonye

    Member
    August 26, 2024 at 2:00 pm in reply to: Close/Exit/Kill Omnis

    Correct! I simply open a blank remote form and problem solved. Smart thinking right here. Thank you, biggly!

  • Obonye

    Member
    August 26, 2024 at 1:19 pm in reply to: Close/Exit/Kill Omnis

    I have done Quit Omnis (force quit) but still the remote form remains open. If I click on the button to quit Omnis, a server communication error is returns and the window remains open with the data showing. I have created a button that a user can click on and the remote form closes itself just like clicking on the ‘x’ close button on top-right-hand-corner of the browser closes the browser and omnis also closes.

  • Obonye

    Member
    July 24, 2024 at 3:32 pm in reply to: Conversations

    I’m in another Omnis forum and my credentials/comments are not searchable outside the forum. Anyway, now I know in here is a public forum. Anything I post is visible to the world.


    * I really appreciate the great work you do here pumping knowledge into our skulls *

    – Martin.

  • Obonye

    Member
    June 18, 2024 at 9:52 am in reply to: remote subforms inside objects

    Thank you @Dr. Robert-Andreas Schöning for the help on this. I tried to implement your ideas but unfortunately, the setup did not load the remove form at $event button click.

  • Obonye

    Member
    May 17, 2024 at 3:51 pm in reply to: Omnis in the Cloud

    End user clients are saying to me they have all their applications running in their cloud servers in remote locations. They are asking me if my Omnis application can be setup in that cloud server and the users/employees can login the application from their devises?

  • Obonye

    Member
    April 10, 2024 at 12:13 pm in reply to: How to rebuild columnpicklist

    Thank you for the lib. I get the idea how to go around this issue. I will try it out.

  • Obonye

    Member
    April 10, 2024 at 11:15 am in reply to: How to rebuild columnpicklist

    To clarify, the iCityList is in insert mode. Therefore there is no existing data to determine the value of the $columndatacol. But still, i dont think the contents of iCityList should determine the picklist since it displays the countrylist in the country column even when the city list is empty.

  • Obonye

    Member
    April 10, 2024 at 10:24 am in reply to: How to rebuild columnpicklist

    I have downloaded the community license. It says the library you sent was not developed in Community edition. so, the community version it will not open it.

Page 5 of 8