Login Register
Sunday, February 05, 2012
You are here : Forum
 
Forums Minimize
 
ForumForumForumForumIndoo Grid DNN ...Indoo Grid DNN ...Functionalities wish-listFunctionalities wish-list
Disabled 
Previous
 
Next
 Disabled
New Post
 12/11/2007 10:41 AM
 

When I set the option 'always on as dropdown list' on a certain field, I would like this field not appearing as item in the standard dynamic filter list ... how may I achieve this fine feature?

Thanks a million

New Post
 12/11/2007 8:30 PM
 
If you dont have an option in the same dropdown list to say not in standard filter then you need to download the latest version.   It has those options.
New Post
 2/1/2008 3:33 AM
 
When the "Default GridEdit mode" is set to "Insert" it does not make sense to show the Insert Button in the gridview section because clicking it essentially just refreshes the page (because the edit section is already shown).
New Post
 2/3/2008 8:34 PM
 
Hello,

I think that may be very useful if you consider the possibility to add many data fields on the same row.

I have tables with many fields, more than 40, many fields are boolean, or listboxes, actually this supposes a form with more than 40 rows, if we can add two or more fields on a same row, the numbers of rows can be reduced.

In other situations I need to compare two o more fields, if this fields can be together at the same row, the comparison is more ease.

Thanks.
New Post
 2/4/2008 5:41 PM
 

Version 2.0 supports custom html, so you can build custom form (even a letter or similar). Version 2.0 supports also multiplepages so you can split form on more pages also.

Kind regards,

Primoz

New Post
 2/5/2008 5:30 PM
 
I'd LOVE to be able to have the connectionstring be dynamic - i have a set-up with children portals - each using a different database - now, i have to change the conn string for each child/module. for example, i added a user property called ConnStr that contains the connection string. if i could use User:Property.GetPropertyValue("ConnStr") in the connection string, i wouldn't have to change it from portal to portal.  (or any  other idea that would work!).
New Post
 2/5/2008 8:00 PM
 
 Modified By host  on 2/5/2008 8:01:02 PM

I think procedure below should works. When you add "replaceTableToken" property to xml (to both: properties an properties_live table) like this:

  <properties_live>
    <name>replaceTableToken</name>
    <value>on</value>
  </properties_live>

and

  <properties>
    <name>replaceTableToken</name>
    <value>on</value>
  </properties>

 

then tokens are replaced in connection string also. (This is undocumented property because maybe will be changed in the future or it will be unnecessary at all, we do not know yet). In this case you can use getObject token like this:

[getObject:viewPage.objModule.userInfo...GetPropertyValue("ConnStr")]

I did not check userInfo object so I do not know exact syntax. objModule is Entities.Modules.PortalModuleBase. You can check getObject token within module header first if returns right value.

I hope this helps.

Kind regards,

Primoz

New Post
 2/5/2008 8:15 PM
 

If you have connection string defined in profile then you can also use token:

DNN:Profile:ConnectionString]

 

If you have connection string stored somhere in specified database then you can use this token:

[sqlQuery: select connStr from myTable where myfield=xxx~1 connectionStringToDatabaseWithStoredConnectionsStrings]

 

We decided that tokens for connection string will be replaced when option "allow connect to current DNN database" is not disabled (on regular module's settings page) so this property will not be necessary in the future - since module version 2.00.18

 

Kind regards,

 

Primoz

New Post
 2/5/2008 9:20 PM
 

AWESOME! will try - you made my day! i have yet to purchase this but i've been playing with it for a few days now - i was able to do SO much in such a small amount of time! can't wait to show my boss!

thanks again - will let you know how it goes!

 

New Post
 2/6/2008 3:49 PM
 
 Modified By MaryV  on 2/6/2008 3:51:45 PM

Help!

I've tried the below and can't seem to get it to work! what am i doing wrong?

i have a property called ConnStr - i verified that when i log in that the correct connection string is there. (when i place this string directly into the box it works fine so i know the connection string is correct).

i've tried the below tokens and none work. what am i doing wrong?

thanks

[DNN:Profile:ConnStr]

[DNN:UserInfo:Profile:ConnStr]

[DNN:UserInfo:Profile.GetPropertyValue("ConnStr")]

[DNN:UserInfo:Profile:GetPropertyValue("ConnStr")]

not sure what else to try...

i didn't try your first suggestion "replaceTableTken" property to xml as i'm not sure i understand and also, if i upgrade the Indoo grid, i may loose this???

ALSO - I'M USING THE DNN database (default) in some grids - if i do the replacetoken then i can't use this database/table option???

Disabled 
Previous
 
Next
 Disabled
ForumForumForumForumIndoo Grid DNN ...Indoo Grid DNN ...Functionalities wish-listFunctionalities wish-list

  
Buy it Minimize

 

 

  
Home | Demo | Custom Solutions | Downloads | Forum | Company
 
Privacy Statement | Terms Of Use
 
Copyright 2008-2009 IndooLab d.o.o.