Search found 10 matches

by FELIXINO
Thu Mar 18, 2021 11:00 am
Forum: General Discussion
Topic: XML LOOP
Replies: 10
Views: 11157

Re: XML LOOP

Archivio.zip
(27.34 KiB) Downloaded 396 times
by FELIXINO
Wed Mar 17, 2021 7:25 pm
Forum: General Discussion
Topic: XML LOOP
Replies: 10
Views: 11157

Re: XML LOOP

Oleg I come to you because I cannot get the required result.. In my xml I have sequential nodes "pdtns:Braille" with nested subnodes "BrailleEntry" form which I need to extract the text values from its subnode "DotID", "Position", "Height" I tried to...
by FELIXINO
Mon Sep 28, 2020 7:17 pm
Forum: General Discussion
Topic: XML LOOP
Replies: 10
Views: 11157

Re: XML LOOP

Excellent! it works as I require! thanks a lot :P
by FELIXINO
Sat Sep 26, 2020 11:50 am
Forum: General Discussion
Topic: XML LOOP
Replies: 10
Views: 11157

Re: XML LOOP

what I would have is this text: braille nr 1 h 0.200mm h 0.200mm h 0.200mm braille nr 2 h 0.100mm h 0.100mm h 0.100mm _____________________________ instead I got this braille nr 1 h 0.200mm h 0.200mm h 0.200mm h 0.100mm h 0.100mm h 0.100mm braille nr 2 h 0.200mm h 0.200mm h 0.200mm h 0.100mm h 0.100...
by FELIXINO
Sat Sep 26, 2020 11:48 am
Forum: General Discussion
Topic: XML LOOP
Replies: 10
Views: 11157

Re: XML LOOP

this is the task ;***************************** ;* RoboTask Task file ;* Do not edit in text editor! ;***************************** [Root] ActionAfterRun=INTEGER|0 Actions=FOLDER Automat=INTEGER|0 CatID=INTEGER|0 Comment=STRINGLIST ContinueOnError=INTEGER|0 DoNotStopWhenShutdown=INTEGER|0 Events=FOL...
by FELIXINO
Fri Sep 25, 2020 10:11 am
Forum: General Discussion
Topic: XML LOOP
Replies: 10
Views: 11157

Re: XML LOOP

I ADDED exactly those files in my previous post, I attach it again
thanks

1) TEST-howshouldbe.txt
2) TEST.txt
3) my task, the xml text is inside it
by FELIXINO
Mon Sep 21, 2020 11:52 am
Forum: General Discussion
Topic: XML LOOP
Replies: 10
Views: 11157

XML LOOP

I'm enthusiastic of xml implementation, but... I am trying to extract some text from an xml and save it in txt file. I need two xml loop in order to sequentially extract the text in node BRAILLE (where tribute = Id) and then all text inside subnode HEIGHT (there are more than one). In my idea it sho...
by FELIXINO
Wed Feb 07, 2018 6:30 pm
Forum: General Discussion
Topic: same tasks different users in service mode
Replies: 2
Views: 9019

same tasks different users in service mode

My request: using Robotask as a service, I would use the same tasks created for any logged user, in the same pc (the pc is used by different domain users that logs in and logs out periodically). I created tasks, enabled service mode as from your guide "service vs application". BUT as far a...
by FELIXINO
Tue Apr 24, 2012 4:24 pm
Forum: General Discussion
Topic: read 64 bit registry
Replies: 1
Views: 7202

read 64 bit registry

apparently it's not possible to read/write the 64 registry
in a 64-32 bit system. My robotask only see 32 bit registry
Am I doing something wrong?
by FELIXINO
Wed Nov 16, 2011 7:12 am
Forum: General Discussion
Topic: 64BIT REGISTRY action
Replies: 0
Views: 10593

64BIT REGISTRY action

The registry actions actually only works with 32bit registry keys in a 64bit
system (so it looks into Wow6432Node) is it right? And is there any way to
address registry actions to 64bit keys?
thanks