You are here Support Forums
Search:  
Who is using SQLView? How?
Last Post 23 Sep 2004 03:51 PM by Richard Edwards. 5 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Richard Edwards
DNNStuff Founder
Veteran Member
Veteran Member
Posts:1207
Avatar

--
23 Sep 2004 03:51 PM  

Is anyone using SQLView on their site currently? If so, what are you using it for. If you include the url, I'll post your site on the SQLView module page as well.



Richard Edwards
DNNStuff Founder
Did you receive excellent support? Consider leaving a testimonial
LiFo
New Member
New Member
Posts:2

--
25 Sep 2004 04:07 AM  
hi great module

i am using the module on an internal dorm site so no link

i am using it on the frontpage to show the last post in ouer forum(Yet Another Forum)
and to whow a lidt of users
duncanwatson
New Member
New Member
Posts:7

--
09 Oct 2004 01:42 AM  

Hi,

Just downloaded it and it looks great. I love the style flexibility. I use SQL queries extensively on my site (jigsaw.net) to display account and sales related data and have about 160 reports ranging from monthly sales recognition like Top Sales, Top Recruiters, Top Talks (Party Plan distributors) etc. Also have account reports to show monthly invoices, sales averages, warehouse reports, top products, statements etc all pulling information of our accounting system (ACCPAC). We have completely automated our reporting and recognition so now all we have to do is enter in our distributor orders and all reports are shown on our Portal with no one having to maintain the site. Before we had a full time person just producing our newsletter and sales reports. Even our monthly commission and distributor promotions are reported automatically.  We also show what is our monthly specials and stock status updates on the Portal. Another great way we personalise our home page is we show Happy Birthday messages, welcome to new distributors and MTD and YTD sales and reward points for the user that is logged on (they logon using their account code so we can pull all the relevant data from the accounting system).

I am using PowerReports and SQL Grids but both have limitations which your SQLView solves (and it is free!). Great job. I look forward to any enhancements which I would gladly pay for. I will post what enhancements I would like to see in the other forum.

Nelson Godinho
New Member
New Member
Posts:1

--
14 Jan 2005 01:39 PM  

Need some help understanding the Grid Styles in SqlView.. Is there a Doc somewhere I missed?

Thanks
Pat

Richard Edwards
DNNStuff Founder
Veteran Member
Veteran Member
Posts:1207
Avatar

--
14 Jan 2005 07:47 PM  

Hi Pat,

Yes, there should be a help.txt in the folder in desktopmodules\dnnstuff - sqlview which explains all the options. You can view this through the help menu of the module.

The styles are as follow:

Grid Class            - A valid CssClass that will apply to the grid (try SQLViewGrid)

Grid Header Class     - A valid CssClass that will apply to the table header (try SQLViewHeader)

Item Class            - A valid CssClass that will apply to the odd numbered rows (try SQLViewNormalItem)

Alterating Item Class - A valid CssClass that will apply to the even numbered rows (try SQLViewAlternatingItem)

Pager Class           - A valid CssClass that will apply to the pager (if activated)

Header Text Class     - A valid CssClass that will apply to the header text
Footer Text Class     - A valid CssClass that will apply to the footer text

There are styles already located in the module.css file located in /desktopmodules/dnnstuff - sqlview which you can use to try things out. These all begin with 'sqlview'. If you want additional styles, either add to this file, or add styles to your portal.css or default.css file.

Hope this helps.

Richard

 



Richard Edwards
DNNStuff Founder
Did you receive excellent support? Consider leaving a testimonial
jj gg
New Member
New Member
Posts:4

--
23 Mar 2005 06:06 PM  

I was looking for a DNN3 module to display a random image... then I thought of SQLview and managed to achieve it with this:

SELECT TOP 1 '<img src="http://myserver/images/' + cast(imageid AS Varchar) + '.jpg" alt="' + alttext + '"><br>' + ImageLabel  AS description FROM mytable

 order by    NewID()

:o

You are not authorized to post a reply.

Active Forums 4.1
Privacy StatementTerms Of UseCopyright (c) 2004-2012 DNNStuff