slandoulsi
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] FA-ICON on a buttonso easy indeed. thank you
Forum: Plugins
In reply to: [Calculated Fields Form] FA-ICON on a buttonHello
can you please assist me one step further to emulate tooltip on this button. This is what I tried this but it didn’t work. Kindly clarify more generaly what ui-tooltip and uh-tooltip classes are for.
`<i class=”fas fa-industry bouton_entreprise” style=”cursor:pointer;” onclick=”ouvrirpagepaie(1);”>
<span class=”ui-tooltip uh-toolip”>Fiche entreprise</span>
</i>best
sklForum: Plugins
In reply to: [Calculated Fields Form] FA-ICON on a buttonthank you
Forum: Plugins
In reply to: [Calculated Fields Form] Multiple filtering on CSV based Recordsetit actualy works well just once : the first time,
&
is replaced by its html code and correctly processed at runtime but after the second form saving, the&
symbols get replaced once again and that lead to a crash.thanks for your efforts
sklForum: Plugins
In reply to: [Calculated Fields Form] Multiple filtering on CSV based Recordsetthanks for this but saving the form still change
&
to its html code.
Please note also that my JS editor recommends using!== null
instead of!=null
.Best Regards,
sklForum: Plugins
In reply to: [Calculated Fields Form] Multiple filtering on CSV based RecordsetI’m using 5.0.193. You customized my version of the plugin few months ago, so I must be out of date.
I can not replace the symbol by the correct one because they get changed when I click on “Save Changes”
Form is on this link, problem is on page 2.
https://dafteam.tn/test/Best Regards
sklForum: Plugins
In reply to: [Calculated Fields Form] Multiple filtering on CSV based Recordsetplease see the following link describing the error that happen after saving
thank you
Forum: Plugins
In reply to: [Calculated Fields Form] Multiple filtering on CSV based Recordsetsame ??
I meant that the & symbol get changed into its html code
Forum: Plugins
In reply to: [Calculated Fields Form] Multiple filtering on CSV based Recordsetsorry, I used
code
so this made my sentence confusing.I meant “The && operator get changed into a && after saving so I guess I have something wrong with my synthax.”
hope it is clear
Forum: Plugins
In reply to: [Calculated Fields Form] Creating dependencies with recordsetoups
Forum: Plugins
In reply to: [Calculated Fields Form] Creating dependencies with recordsethello
thanks for this.
This worked fine.
However, when I added a second condition value==35.11, none of the dependencies were working.
Any thought ?
Best regards,
sklForum: Plugins
In reply to: [Calculated Fields Form] Importing rawdataHello
I’m back to this topic.
Your solution works fine but every click on the dropdown field make it slower and slower to update, until the final page crash.
Any idea about the reason to that ?Best Regards,
sklForum: Plugins
In reply to: [Calculated Fields Form] Importing rawdatacrystal clear
thanks
Forum: Plugins
In reply to: [Calculated Fields Form] Importing rawdataHello
Thanks for this. That’s seems to be precisely what I’m looking for but can you please help me one step further. I read your online documentation but I’m still confused how to connect RecordesetDS and DropDownDS.
This is basicaly what i’m trying to achieve : I would like dropdown field2 to show choices filtered on dropdown field1 choice. The data to populate field1 and field2 are available in a local CSV file that looks like this
Column1;Column2
abc;123
def;456
ghi;789
def;101112
def;131415
xyz;161718So,
– field1 should show only “abc”, “def”, “ghi”,”xyz”.
– If field1 selects “def”, then field2 should only show “456”, “101112”, “131415” as choices.Please help me setting up RecordSetDS et DropdownDS accordingly.
Thanks a lot
sklForum: Plugins
In reply to: [Calculated Fields Form] Importing rawdataSorry for my confused question. I try to make it clearer.
I have a huge quantity of data to insert in the form. Each of them are to be entered as dropdown list choises. But this will take me hours if i use the form builder interface. So I was wondering if you can recommend a way to import them from an excel file by using the import section of the formbuilder or anythingelse.
Hope it clarifies
Thanks
Skl