Posts by Giullianogp • 41 points
3 posts
-
0
votes1
answer136
viewsA: by checking a field filled in a select in the database
You will have to before recording query if there is any record in table tbl_CodSeq with the same batch and product Cod, if there is generates the next sequence. You did not specify the type of the…
c#answered Giullianogp 41 -
1
votes1
answer790
viewsA: XAML without previewer or designer - Visual Studio
The preview by visual studio 2015 is still not working in many cases, you can try to upgrade the android ndk to a newer version, and if it still doesn’t work you can use a preview of Gorilla Player.…
-
0
votes2
answers186
viewsA: Page orientation in the Xamarin
Maybe it is better to use a Relative Layout because depending on it may not be nice for the user a scroll on a registration screen.…