Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Friday, May 3, 2024 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Data & Imports Forums - T-SQL & Queries
Forum to discuss general T-SQL questions and help with queries related to SalesLogix data. View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to T-SQL & Queries | New ThreadView:  Search:  
 Author  Thread: Export Group to csv file without the use of MSFT
Crystal Ferrigan
Posts: 13
 
Export Group to csv file without the use of MSFTYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 04 May 07 11:15 AM
fiogf49gjkf0d
Hi - I need to create a function to allow users to export any list group to a .csv file. The problem being that many of our users access SLX through Citrix and this server does not and will not have any MSFT licenses installed. So the option to Export to Excel is grayed out. Ideally, I would like to give them the ability to create the .csv and save to their hard drive. I tried to create a secure function to accomplish this but keep getting the error "Unknown function number -1". I followed the SLX Help to no avail.
Any suggestions?
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: Export Group to csv file without the use of MSFTYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 04 May 07 12:00 PM
fiogf49gjkf0d
Is your problem writing the code to export to CSV or how to launch it?
[Reply][Quote]
Crystal Ferrigan
Posts: 13
 
Re: Export Group to csv file without the use of MSFTYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 04 May 07 12:34 PM
fiogf49gjkf0d
Hi Ryan, thank you for responding so quickly! It seems like launching it is the problem. I added a toolbar button so it could be called from any group. I mirrored the Export to Excel Secure Function naming conventions. The function is created in the SECFUNCTIONS table with an ID of -1.
[Reply][Quote]
Mike Spragg
Posts: 1226
Top 10 forum poster: 1226 posts
 
Re: Export Group to csv file without the use of MSFTYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 05 May 07 4:30 AM
fiogf49gjkf0d
They can do that already - why do you need to provide a button ?

File | Export - then CSV.
[Reply][Quote]
Crystal Ferrigan
Posts: 13
 
Re: Export Group to csv file without the use of MSFTYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 07 May 07 12:46 PM
fiogf49gjkf0d
I should have mentioned we are running SLX 7.0.1.
File | Export Group to File and Export Group to Excel are grayed out for users who do not have SLX installed locally. They log in through Citrix, as stated previously. And yes, these users have been granted access to these functions through the Administrator. Is there another way to set access to these File Functions?
[Reply][Quote]
Mike Spragg
Posts: 1226
Top 10 forum poster: 1226 posts
 
Re: Export Group to csv file without the use of MSFTYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 07 May 07 1:17 PM
fiogf49gjkf0d
Even if you don't have Excel installed *and* you have enabled the export through Admin - there is no reason why File | Export should not be working already. It doesn't rely on Excel to export to CSV - it does it natively. So, this suggests something else is wrong. What happens if you add a button and call Function | File | Export ??
[Reply][Quote]
Crystal Ferrigan
Posts: 13
 
Re: Export Group to csv file without the use of MSFTYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 08 May 07 12:44 PM
fiogf49gjkf0d
This works just fine if SLX is installed locally on the machine. This does not work with our users who log in through the Citrix server. In this case, the button is there but there is no recognition when it is clicked or hovered over - and going back to the original issue - the File menu options for these functions are grayed out.
[Reply][Quote]
Lane
Posts: 121
 
Re: Export Group to csv file without the use of MSFTYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 08 May 07 2:08 PM
fiogf49gjkf0d
Is excel installed on the server?
Is the function disabled for these users in the administrator, secured functions?
[Reply][Quote]
Crystal Ferrigan
Posts: 13
 
Re: Export Group to csv file without the use of MSFTYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 08 May 07 2:48 PM
fiogf49gjkf0d
No excel on the server & users have been granted access in the Admin. The previous posts detail the scenario in more detail.
[Reply][Quote]
Crystal Ferrigan
Posts: 13
 
Re: Export Group to csv file without the use of MSFTYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 17 May 07 1:19 PM
fiogf49gjkf0d
Mike - I just read a post of yours on another site (ittollbox) from Oct 2006, "...pretty much hard-coded. During initialisation it determines if office is installed. This then sets a global for interrogation via functions etc. As it can't find it - you're stuffed until SLX make that change for you..." I would guess that the availability of all of these related file functions are relying on this...correct?
[Reply][Quote]
Mike Spragg
Posts: 1226
Top 10 forum poster: 1226 posts
 
Re: Export Group to csv file without the use of MSFTYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 17 May 07 1:21 PM
fiogf49gjkf0d
No, not correct - only for Excel Output. If you do File | Export | Ascii / Dbase - this is built in and won't rely on Excel/Office.
[Reply][Quote]
Mike Spragg
Posts: 1226
Top 10 forum poster: 1226 posts
 
Re: Export Group to csv file without the use of MSFTYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 17 May 07 1:22 PM
fiogf49gjkf0d
Sorry, that should be File | Export to File (from the File menu)
[Reply][Quote]
Crystal Ferrigan
Posts: 13
 
Re: Export Group to csv file without the use of MSFTYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 29 May 07 8:54 AM
Hi Mike - An update re: issue: File|Export to Group function, I submitted a case with Sage and the answer that I rec'd from B.Adamich is as follows: "This is how the program is designed, right or wrong. This would require action to be taken by development. I can submit this as a defect, if it is rejected I can then submit as a feature request. This is little more than what you can already do from our support website. Your best resource at this point would be a knowledgeable Business Partner. They may have a way around this limitation. " It sounds like he's not convinced that this is how the prgm is supposed to work. He is supposed to let me know if this will be fixed in a HF or is rejected. In the meantime, I am back to square one and need to create a secure function to perform this task.
[Reply][Quote]
Mike Spragg
Posts: 1226
Top 10 forum poster: 1226 posts
 
Re: Export Group to csv file without the use of MSFTYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 29 May 07 9:51 AM
Hi Crystal

You are correct - I sent an email to you last week and it failed to get through ! Essentially, I took a VMWare with no office on it and you are correct - it no longer works. However, it *should* work. It got broken in a 6.2 release. I've already raised this with Brian and Mim Dolan and they agree it's a bug and they've put it through to be fixed !

In the meantime, there's no easy workaround - short of loading office.
[Reply][Quote]
Crystal Ferrigan
Posts: 13
 
Re: Export Group to csv file without the use of MSFTYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 29 May 07 9:57 AM
Thanks Mike!!
[Reply][Quote]
Crystal Ferrigan
Posts: 13
 
Re: Export Group to csv file without the use of MSFTYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 29 Oct 08 11:55 AM
Hello - Does anyone know if this bug was fixed in v7.2 or v7.5? I could not find it on the resolved issues document for v7.5. Thank you!
[Reply][Quote]
Mike Spragg
Posts: 1226
Top 10 forum poster: 1226 posts
 
Re: Export Group to csv file without the use of MSFTYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 30 Oct 08 3:42 AM
Hi Crystal, yes - definitely fixed in 7.2 and 7.5.
[Reply][Quote]
Crystal Ferrigan
Posts: 13
 
Re: Export Group to csv file without the use of MSFTYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 04 Nov 08 3:27 PM
Hi Mike - Thank you!!
[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 5/3/2024 2:43:29 AM