|
jfr author 7/5/2008 |
Hello, '********** Custom code ************
|
![]() |
Sergey Kornilov admin 7/5/2008 |
Instead of Response.Write "<script>" & vbcrlf
Response.Write "<script>" & vbcrlf |
|
jfr author 7/5/2008 |
Hi Sergey, '********** Custom code ************
|
|
jfr author 7/7/2008 |
Solved <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=30831&image=1&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' /> |
|
jfr author 7/8/2008 |
It's still working, but I want to add one additional SQL comment. SELECT Productsoort
'********** Custom code ************
|
J
|
Jane 7/9/2008 |
Hi, ... rs.open "Select " & FieldName & " from " & strTableName & " where " & Fieldname & "<>""Inactieve Producten"" " & " group by " & Fieldname , dbConnection ... |
|
jfr author 7/9/2008 |
Hi Jane, |
J
|
Jane 7/9/2008 |
To debug code print all queries before executing: str = "Select " & FieldName & " from " & strTableName & " where " & Fieldname & "<>""Inactieve Producten"" " & " group by " & Fieldname response.write str |
|
jfr author 7/9/2008 |
Jane,
rs.open "Select " & FieldName & " from " & strTableName & " where " & "dbo.Prijslijst.Productsoort" & "<> ""Inactieve Producten"" " & " group by " & Fieldname , dbConnection
|
J
|
Jane 7/10/2008 |
Sorry for my fault. rs.open "Select " & FieldName & " from " & strTableName & " where " & "dbo.Prijslijst.Productsoort" & "<> 'Inactieve Producten' " & " group by " & Fieldname , dbConnection |
|
jfr author 7/10/2008 |
Great Jane, works!! |
|
jfr author 7/10/2008 |
Now that this works, I want more <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=30945&image=1&table=forumreplies' class='bbc_emoticon' alt=':P' /> |