On Thursday, April 4, 2013 1:58:07 PM UTC-5, Gerlando Caldara wrote:
>
> I tried to change the code to invoke the other rql request but this more 
> changes as a tought.
> Easier way is to change the File "ioDialog1210.asp" on ASP Folder.
>
> Add Following Lines
> Position Row Nr 269
> IF instr(arProjectName(y), "Draft") = 0 THEN
>
> Postion Row Nr 275 (after insert first line)
> END IF
>
> This will hide the output of all projectsvariant that has "Draft" on the 
> name.
>
> Hope it helps.
>
>
> 2013/4/2 Mario Brandt <[email protected] <javascript:>>
>
>> As Gerlando pointed it out, changing the asp file / dialog is simple ;)
>>
>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "RedDot CMS Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> To post to this group, send email to 
>> [email protected]<javascript:>
>> .
>> Visit this group at http://groups.google.com/group/reddot-cms-users?hl=en
>> .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>  
 Gerlando!  Thanks a ton!  It work perfectly!
 
For those that want to use this for future reference, here is the code 
on File "ioDialog1210.asp" on ASP Folder
 
  If objXMLDOM.ChildNodesCount>0 then
   If objXMLDOM.ChildNodes(0).ChildNodesCount>0 then
    For y = 0 To objXMLDOM.ChildNodes(0).ChildNodes(1).ChildNodesCount - 1
     If arProjectChecked(y)=1 then arProjectChecked(y)="checked"
     IF instr(arProjectName(y), "Draft") = 0 THEN
     RepDispHtmlData1 
=objIO.ReplaceVarInHtmlCode(RepHTML1,"checkproject",arProjectChecked(y))
     RepDispHtmlData1 
=objIO.ReplaceVarInHtmlCode(RepDispHtmlData1,"project1210",arProjectName(y))
     RepDispHtmlData1 
=objIO.ReplaceVarInHtmlCode(RepDispHtmlData1,"projectcounter",i+y)
     RepDispHtmlData1 
=objIO.ReplaceVarInHtmlCode(RepDispHtmlData1,"guidproject",arProjectGuid(y))
     oAdd cstr(RepDispHTMLData1)
     end if
    Next
                
   end if
  end if
 
 

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to