Posts by OMM • 95 points
5 posts
-
0
votes1
answer65
viewsQ: Android and the layouts
I started programming for android a little while ago but I have some doubts about the layouts . there is how I make a canvas without layout and I tell where each object will be drawn?
-
3
votes1
answer613
viewsQ: How to know which page is responding to the JSP request
I have several pages JSP , and treat them all in mine servlet Control. I wonder if you have how to identify which page is being displayed so I can do all treatments , requests and responses,…
-
1
votes0
answers96
viewsQ: Error in Sqltask Run Output
I am developing a project where in one of my execute sql task has a query, select stuff((select ',' + campo from tabela FOR XML PATH(''))1,1,'') as resultado this query returns so | resultado |…
-
2
votes2
answers847
viewsQ: Changing index.jsp dynamically without reloading the page
Within my index.jsp I have a table that in one of its cells and an iframe that displays one of my jsp, and depending on the type of action taken by the user it changes which page is displayed within…
-
3
votes2
answers106
viewsQ: Object Variable type and Expressions
I wonder if you have any way to mount an Xpression on ssis that returns true or false on a variable of type Object : basically would be something like in sql 12 in (14,25,45,12,54) but in Expression…