close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Repeat Selection For All Records

Thread began 3/19/2013 12:16 pm by Cologne | Last modified 3/20/2013 10:52 am by Jason Byrnes | 1159 views | 5 replies |

Cologne

Repeat Selection For All Records

Hi,

When I choose ALL records in the Repeat Selection it shows the alternativ (else) text, too.
What was the trick. I know that there was a trick.

<?php
// RepeatSelectionCounter_1 Initialization
$RepeatSelectionCounter_1 = 0;
$RepeatSelectionCounterBasedLooping_1 = false;
$RepeatSelectionCounter_1_Iterations = "-1";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Unbenanntes Dokument</title>
</head>
<body>
<form id="formBandGenre" name="formBandGenre" method="post">
<?php
// RepeatSelectionCounter_1 Begin Loop
$RepeatSelectionCounter_1_IterationsRemaining = $RepeatSelectionCounter_1_Iterations;
while($RepeatSelectionCounter_1_IterationsRemaining--){
if($RepeatSelectionCounterBasedLooping_1 || $row_allGenre){
?>
<input type="hidden" name="WADA_RepeatID_id_<?php echo $RepeatSelectionCounter_1; ?>" id="WADA_RepeatID_id_<?php echo $RepeatSelectionCounter_1; ?>" value="<?php echo $row_allGenre["id"]; ?>" />
<input <?php if (!(strcmp($row_allGenre['id'],WA_AB_returnPreSelectValue($WA_PreSelect_RelationalTable_1, $row_allGenre['id'])))) {echo "checked=\"checked\"";} ?> name="genre_<?php echo $RepeatSelectionCounter_1; ?>" type="checkbox" id="genre_<?php echo $RepeatSelectionCounter_1; ?>" value="<?php echo $row_allGenre['id']; ?>" />
<?php echo $row_allGenre['genre']; ?><br />
<?php
} // RepeatSelectionCounter_1 Begin Alternate Content
else{
?>
nix
<?php } // RepeatSelectionCounter_1 End Alternate Content
if(!$RepeatSelectionCounterBasedLooping_1 && $RepeatSelectionCounter_1_IterationsRemaining != 0){
if(!$row_allGenre && $RepeatSelectionCounter_1_Iterations == -1){$RepeatSelectionCounter_1_IterationsRemaining = 0;}
$row_allGenre = mysql_fetch_assoc($allGenre);
}
$RepeatSelectionCounter_1++;
} // RepeatSelectionCounter_1 End Loop
?>
<input type="submit" name="button" id="button" value="Senden" />
</form>
</body>



Cheers,
Denis

Sign in to reply to this post

Jason ByrnesWebAssist

set the alternate content to a non breaking space:

&nbsp;
Sign in to reply to this post

Cologne

lol :-)

no, this is not the right way :-) I remember it was something to change the code with TRUE.

If this is an error, can it be fixed in an update?

Cheers,
Denis

Sign in to reply to this post

Jason ByrnesWebAssist

change this part of the code:

php:
} // RepeatSelectionCounter_1 Begin Alternate Content

    else{




to:

php:
} // RepeatSelectionCounter_1 Begin Alternate Content

    else if ($RepeatSelectionCounterBasedLooping_1) {
Sign in to reply to this post

Cologne

Thank you :-)
Will this be fixed in an update?

Sign in to reply to this post

Jason ByrnesWebAssist

Yes, i have logged this in our bug base to be corrected in a future update.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...