Skip to main content

Hi Freaks

How to create a global procscript?
Within a resource, I did not found any template "Global ProcScript Library"
( "Include script library" and "snippet library" are visibile)

Any idea ... 🙂

Ingo



Hi Freaks

How to create a global procscript?
Within a resource, I did not found any template "Global ProcScript Library"
( "Include script library" and "snippet library" are visibile)

Any idea ... 🙂

Ingo



So I got the answer 🙂
After looking in the ASN-File I found hunderst of LOGICALS
And if this LOGICALS are the possible entries in the resource template then there is  "global proc missing".
Searching in docu, and I got a clue what's the name of the missing lines.

Now I could search the docu again and found this topic

"Uniface 10: Documentation Updates in Patches and Service Packs

"Documentation update"?
Nothing about "necessary think to do after a patch" on prominent place

You have to insert two line in ASN-File  AND import a XML-File.

@Uniface

a) As in good old days, such enhancements should be down automaticly.
   e.g. Included into a FRM that will startet if UnifAce find a new version

b) Why can't an import of uxyz.xml into "IDF:" by
     "/cpy xml:uxyz.xml idf:"
    Why is this possible only within the IDE?

   If there is more logic in IDE then by command line, the import you have just modify the "import"-procedure and start "import" logic after. You should known your C-code to find the bets place to do so ...

  To update the palettes I have to enter IDE, import leave ID and enter again.
  Two of this steps are unnecessary.

Ingo