Search found 6 matches

by vamp
Tue Sep 25, 2012 8:26 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel file in Applications folder
Replies: 9
Views: 8777

Re: Excel file in Applications folder

now I've successfully created copy of folder-object using TM1ObjectDuplicate (I think that I can duplicate any file entry) , after - register it using TM1ObjectRegister and folder appears in Architect
by vamp
Wed Sep 19, 2012 9:41 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel file in Applications folder
Replies: 9
Views: 8777

Re: Excel file in Applications folder

I've just debugged tm1a.exe application and found that TM1FolderEntryAdd called after add File/add Reference-menu item click: http://d.pr/i/ewIJ
Does anyone know TM1FolderEntryAdd signature? :?:
by vamp
Tue Sep 18, 2012 1:51 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel file in Applications folder
Replies: 9
Views: 8777

Re: Excel file in Applications folder

What about TM1FolderEntryAdd function? Anyone used it?
by vamp
Thu Sep 13, 2012 10:14 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel file in Applications folder
Replies: 9
Views: 8777

Re: Excel file in Applications folder

You almost right, but:

I create blob using TM1BlobCreate(), I can read & write any data, but I can't see created blob/file using Achitect application.
by vamp
Thu Sep 13, 2012 8:36 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel file in Applications folder
Replies: 9
Views: 8777

Re: Excel file in Applications folder

using TM1FolderEntries() function - I can get only contents of any folder of }Applications, but I didn't need this. var serverFolder = TM1ObjectPropertyGet(Pool, Server, TM1ServerFolder()); var count = TM1ObjectListCountGet(Pool, User, serverFolder, TM1FolderEntries()); // listing of files and direc...
by vamp
Thu Sep 13, 2012 7:59 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel file in Applications folder
Replies: 9
Views: 8777

Excel file in Applications folder

Is there are any way to show excel blob (TM1BlobCreate), which saved in "}Applications", in Applications folder of Architect? Which of tm1api functions need to be used?
Thanks for reply!