
Obonye
Forum Replies Created
-
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.
-
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.
-
The documentation reference has really helped. The command below has closed the subformset:
Do $cinst.$clientcommand(“subformset_remove”,row(‘SubformPanelsSet’))
Thank you.
-
How do I close the subformset?
-
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.
-
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
-
Correct! I simply open a blank remote form and problem solved. Smart thinking right here. Thank you, biggly!
-
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.
-
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.
-
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.
-
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?
-
Thank you for the lib. I get the idea how to go around this issue. I will try it out.
-
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.
-
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.