_InternetFileExists - Forum

Forum Navigation
You need to log in to create posts and topics.

_InternetFileExists

I've been trying these neoEdge commands below, but they always fail if used..  I don't even have to run the commands, just having them in the project and the project no longer loads up. (page blank).   The URL is just some test files I found online, use anything you like..

Just wondering if anyone else is having the same issues?

_InternetFileExists "https://www.dundeecity.gov.uk/sites/default/files/publications/civic_renewal_forms.zip" "{{Result}}" "Sync"

_InternetFileSize "https://www.dundeecity.gov.uk/sites/default/files/publications/civic_renewal_forms.zip" "{{Result}}" "Sync"

 

 

 

@darbdenral it seems there is a bug in that command within the neoEdge plugin. Please try this instead:

_Exec 'InternetFileExists "https://www.dundeecity.gov.uk/sites/default/files/publications/civic_renewal_forms.zip" "{{Result}}" "Sync"'
_AlertBox "Prueba" "{{Result}}"

Sorry for the inconveniences.

Darbdenral and susan have reacted to this post.
Darbdenralsusan

@luishp that works ;)

When you have made updates to the plugin source, could you please update your neoEdge Source Code forum post too?

thanks!

luishp has reacted to this post.
luishp

@darbdenral I have updated neoEdge plugin and source code.

Thank you!

CDY@44 and Darbdenral have reacted to this post.
CDY@44Darbdenral

@luishp Yes, I have confirmed the code is fixed and the actions work fine. :)

thanks again!