HI,
I'm trying to get away from stringbuilder SOAP requests and converting to using a WSDL document. Really trying to learn :)
I'm using a WSDL located at: WSDL
I'm making a rate request for freight. I have 2 commodity loads as follow
commoditiy #1
.class = 60
.weight = ("560")...
I have two tables
tbl1 = members M
memberID
Lastname
firstname
tbl2 = contributions C
memberid
contribdate
contribamt
want to select m.lastname. m.lastname from members M where they haven't made a contribution (c.contribdate) in the last 16 months, so that date would be since
2/01/2017 or...
Running VS 2015 free version.
Just downloaded a sample file and I've noticed it the class file (.vb) it exposes all the procedures and functions below the class (see image in pink).
Can't seem to find out how to turn that feature on. Any Ideas
Thanks
Hi
Have some jscript i'm trying to tweak but I'm not succeeding. Pbly because I rarely use it
I have a var declare
var btype = $("input[name=btype]:checked").val();
I also have an input field that's passed in on a submit button
<input type="radio" name="btype" id="code39" value="code39"...
Hi I have two tables
Tbl1 Name = Memos
Memo (text)
MemoID (Int)
Tb22 Name members
lastname (nvarchar(50))
firstname (nvarchar(50))
oldindx (int)
indx (int)
I want to update/set TB1.memoID = Tbl2.indx
BTW TBL1.memoid = tbl2.oldindx
Thanks
-dan
I have a gridview with 168 rows. When I select a row I want that row to highlight (which it is ) but I also want it to become the top row in the gridview or at least postback to the selected row.
I've had the page directive set to "MaintainScrollPositionOnPostback ="true" "
Focus() - ing it...
Hi,
I'm pulling a row count from a dataset. The number of rows vary with each client.
Using the row count I'm creating a Dictionary of Thread Names
Dim threadsDIC As New Dictionary(Of String, Thread)()
Dim variableName = "Thread"
For i As Integer = 1 To...
I have this table like the one below. The top row has col names.
I need a result of a count of all the "y"'s in each col but am not sure how to do it.
I'd rather do it on the MS SQL end than pull it into a dataset and work it.
I can do one col at a time but it would create 9 hits on the db...
Hi,
I have two tables. I want to pull the MstrTab.ISBN, MstrTab.Title from MstrTab that dont exist in HPtab.ISBN.
MstrTab (419 rows) and HPtab (193 rows)
ISBN ISBN
Title
I've tried this statement:
SELECT mstrtab.ISBN, mstrtab.title
FROM mstrtab
WHERE mstrtab.ISBN NOT IN (SELECT...
Doing some webservice requests. Pulling data from 10-12 different business servers.
Sometimes one service will hang and ultimately timeout by default settings of 1 minute.
I don't wait to wait the whole minute so I need to reduce the time to 10 or 15 seconds per service.
I'm looking at three...
Hi,
I'm running this code"
Dim ShowArchiveFileIs as string = ("Articles\bbn07282015.htm")
Dim url As String = ShowArchiveFileIs
Dim sb As New StringBuilder()
sb.Append("<script type = 'text/javascript'>")
sb.Append("window.open('")...
I want to add a comment (a picture) in Col D (Book Title). The image file name is composed of the ISBN number in Col B with the extension " .jpg " .
The files are located at "C:\Users\Dash\Pictures\wordsworth\MSTRCovers05122016Fixed".
So...
Had a webservice I was consuming throw an error:
-----------------
An error occurred while making the HTTP request to https://www.odfl.com/wsRate_v4/RateService. This could be due to the fact that the server certificate is not configured properly with HTTP.SYS in the HTTPS case. This could also...
Hi I'm successfully making a Webservice request with the inclusion of the statements below.
request.RequestedShipment.FreightShipmentDetail.LineItems = New FreightShipmentLineItem(0) {New FreightShipmentLineItem()}...
The following Jquery & HTML produces a barcode128 and all works fine.
</head>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="scripts/CODE128.js"></script>
<script src="scripts/JsBarcode.js"></script>...
I've made a basic PDF form with two input fields (firstname, lastname) and a submit button.
I'm doing this in Adobe DC. On the mouse up trigger on the submit button the form is submitted
as an XFDF (XML)file to a test site URL and subsequently saved to a filename "testpdf.xfdf"
When I look into...
I have two tables. ISBN is unique Table1 (orders has 8829 rows). table2 (best_sellers) has top 100 best sellers.
Table1 (Orders) Table2(best_Sellers)
ID ID
(pk)ISBN (pk)ISBN
Price Price
I'm trying to find out which ISBN's in the best_sellers...
Hi,
$homepage = file_get_contents("http://www.imakenews.com/eletra/mod_archive_view.cfm?u=bargainbooknews");
echo $homepage;
in $homepage there is a image source statement I'm trying to replace with nothing "" and then display the page without the image.
the statement is:
<img...
Hi, I'm a VB dev and this is my 1st day developing with PHP.
I've retrieved a list of files from a directory and stripped off the ".: and the file extensions
and also the 1st 3 letters of the file name itself since they are always constant (ex. "bbn10052005.htm").
What I'm left with is a...
I have a procedure "Protected Sub BtnDimSubmit_Click(sender As Object, e As EventArgs) Handles BtnDimSubmit.Click"
In my immediate window I can view the sender information
"?DirectCast(DirectCast(sender,System.Web.UI.WebControls.Button)._page,ASP.quotes_aspx).DDLcontainer2.SelectedValue"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.