Posts by Bruno Gomes • 117 points
11 posts
-
0
votes1
answer94
viewsQ: Error integrating document into inventory V10
Good afternoon, I have a routine that creates sales documents that already worked on V9 and I recently migrated to V10. The problem is that when doing the Update and when I have articles with series…
vb.netasked Bruno Gomes 117 -
0
votes2
answers209
viewsQ: Migration Imprimelistagem V9 - V10 in web application
Good morning, I have a problem migrating Imprimelistagem from V9 to V10 in a web application. PriEngine.Platform.Mapas.Inicializar("VND") PriEngine.Platform.Mapas.Destino =…
c#asked Bruno Gomes 117 -
1
votes2
answers1604
viewsQ: Server Did not recognize the value of HTTP Header Soapaction
I am trying to implement a webservice of a software called Smartertrack only that I am not succeeding... give me the following error: Server did not recognize the value of HTTP Header SOAPAction:…
-
1
votes0
answers73
viewsQ: Call procedure in the Onclick of <area> in the Image Map in ASP.NET
Good afternoon, I have this code: <img src="../Image/sala.png" USEMAP="#sala" BORDER=0> <area name="window" shape="poly" coords="633,82,631,117,627,145,625,160,644,162,671" href=""…
-
0
votes1
answer142
viewsQ: Vertical scrollbar in DIV in ASP.NET
I have a form inside the masterpage content2. Is it possible to place it inside a div with a scrollbar in the vertical that descends only the form in question? What’s the simplest way to do that?…
-
0
votes1
answer44
viewsQ: Routines between different formats in VB
Good, I’m making a VBA application with 2 Forms. In Form1 I have a flexgrid that loads records from a database and in form 2 I have a textbox that introduces registration in the same database. What…
-
0
votes0
answers112
viewsQ: Add Msflexgrid records via VBA textbox
How can I add records to Msflexgrid via a VBA textbox? I found a way to do it ( http://www.macoratti.net/gridedit.htm ) but for vb6, using screen.twipsperpixelx that does not exist in vba... Anyone…
-
1
votes0
answers60
viewsQ: Fill gridview checkbox via SQL Server
I have a checkbox in gridview and I want to load fields of type 'bit' in the SQL Server bd at this checkbox, or if it is 'True' the checkbox is 'check.' I have this: connect = CONN(un, passwords,…
-
1
votes0
answers42
viewsQ: Get textview value through gridview/sql server
I have a single column gridview consisting of four textviews and I am loading values from an SQL Server database into it. How do I click on a grid line to show another field (associated with the…
-
2
votes0
answers38
viewsQ: How to add an event to handle a Gridview row click?
How I can handle the event of clicking on a Android gridview Row?
androidasked Bruno Gomes 117 -
1
votes1
answer212
viewsQ: Fill in textview android studio/sql server
Good guys, can’t fill a textview using a sql server database. Can anyone help me? Here’s what I have on onCreate: connectionClass = new MainActivity(); text = (TextView)…