No announcements
Found 36638 threads
-
0 Votes
ISBN lookup
Stevie, do you have the link to the solution you used? I'm looking for a ISBN lookup in PHP to work with openbiblio ILS. Thanks in advanced. -mp Hi There ...Answered | 4 Replies | 5993 Views | Created by Stevie will - Wednesday, April 18, 2012 12:09 PM | Last reply by Shasur - Monday, July 30, 2012 2:25 AM -
0 Votes
Product Lookup from Barcode
I would love to see your integration example of ZXing I am starting to work on a project using ZXing to scan ISBN and do a lookup through the amazon api. I am just a beginner ...Unanswered | 1 Replies | 1120 Views | Created by microsoftben - Saturday, January 4, 2014 11:22 PM | Last reply by Levi Rogers - Friday, February 14, 2014 3:21 AM -
0 Votes
Barcode Scanner
the HID stuff looks a tough hill to climb [just like earlier enquiry] intention is to write C# program to track books going in/out, so would read ...Unanswered | 16 Replies | 6116 Views | Created by Wendy_B - Thursday, July 6, 2006 2:09 PM | Last reply by JetEan - Thursday, August 7, 2008 9:36 AM -
0 Votes
Convert ISBN-10 to ISBN-13
://www.dreamincode.net/code/snippet5387.htm and http://www.codeproject.com/Tips/75999/Convert-ISBN10-To-ISBN-13Answered | 4 Replies | 7821 Views | Created by Ismoo80 - Monday, January 10, 2011 2:14 PM | Last reply by Naomi N - Monday, January 10, 2011 2:56 PM -
4 Votes
Find ISBN 10 or ISBN 13 substring RegEx.Match
wrap "ISBN " into (?<=...), so it's (?<=ISBN) or (?Answered | 10 Replies | 13121 Views | Created by g18c - Sunday, September 20, 2009 11:02 PM | Last reply by WolfgangKluge - Thursday, April 7, 2011 6:44 PM -
1 Votes
ISBN Custom Field Type
We can create a field that is intended to hold 10-digit International Standard Book Number(ISBN), here is an article that provide a step-byProposed | 2 Replies | 3682 Views | Created by Lugalzagesi - Thursday, October 27, 2011 1:41 PM | Last reply by Lugalzagesi - Monday, October 31, 2011 8:57 AM -
0 Votes
How to sort report based upon lookup value rather than bound column
The problem is that the text does not exist in the table. To get around this, you need to create a query that joins your table to the lookup table so that the text field is available for ...Answered | 1 Replies | 991 Views | Created by NattyJ - Monday, October 22, 2012 4:19 PM | Last reply by Douglas J Steele, MVP - Monday, October 22, 2012 5:12 PM -
0 Votes
how to convert between ISBN 10<-->13
Hi, Here is an example: DECLARE @mystring char(7); SET @mystring = 'ISBN 10'; select CASE when ...Answered | 1 Replies | 5007 Views | Created by Gorazrz - Monday, February 22, 2010 2:36 PM | Last reply by Xiao-Min Tan – MSFT - Thursday, February 25, 2010 8:11 AM -
1 Votes
ISBN-13 check in c#
Hi diba1212, To achieve your requirement, you can change the code in Main method to: static void Main(string[] args) { ...Proposed | 6 Replies | 1010 Views | Created by roofproof - Monday, August 31, 2020 12:04 PM | Last reply by Daniel_Zhang-MSFT - Friday, September 4, 2020 6:34 AM -
0 Votes
Need assistance with re-write 2.6 to VFP 9 for a newbie
I would not use FormSets. In fact they are a little unwieldy and very few people use them. You could display the pet info in a grid that you populate based on the lookup of ...Answered | 2 Replies | 3599 Views | Created by Sammy32 - Wednesday, September 6, 2006 6:07 AM | Last reply by Sammy32 - Thursday, September 7, 2006 3:28 AM -
0 Votes
[SSIS 2005] : parsing ISBN number from a XML source
Oooops sorry It's a mistake it should be ISBN-13 numbers ...Answered | 3 Replies | 3648 Views | Created by Bertrandr - Tuesday, November 18, 2008 2:44 PM | Last reply by Duane Douglas - Thursday, November 20, 2008 9:57 AM -
0 Votes
Lookup into lookup ?
I highly recommend you take a look at jQuery, you can get it down very easily. Or as a complement, give a shot to SharePoint cascaded lookup.Answered | 3 Replies | 4809 Views | Created by Filip Mateasko - Wednesday, December 9, 2009 5:14 PM | Last reply by Java Crazy - Saturday, December 12, 2009 7:48 AM -
0 Votes
lookup
My client at my original database does not allow me to create a table that is used for the lookup. So i use the execute sql task to create a temp tableUnanswered | 2 Replies | 3667 Views | Created by hassu - Monday, August 4, 2008 10:16 PM | Last reply by hassu - Tuesday, August 5, 2008 12:52 AM -
0 Votes
Lookup
http://blogs.msdn.com/b/mattm/archive/2008/10/18/calculating-the-size-of-your-lookup-cache.aspx MCTS, MCITP - Please markAnswered | 3 Replies | 2226 Views | Created by Ram Gopal K - Thursday, August 2, 2012 10:21 AM | Last reply by Koen Verbeeck - Thursday, August 2, 2012 11:40 AM -
2 Votes
lookup
Suresh, I think Nitesh is right there is will be no Marital Status as N in look reference set. But as you said in source there is marital status as M or N . So, You can do ...Answered | 18 Replies | 3978 Views | Created by muppasuresh - Friday, September 18, 2009 6:48 AM | Last reply by Rabindra Jha - Friday, September 18, 2009 2:27 PM -
2 Votes
lookup
coumn. Get the column from the lookup table in the output and your done. Let me know if you need if you get stuck. Hope this helps !! Please mark the ...Answered | 5 Replies | 3684 Views | Created by mads_123 - Monday, August 17, 2009 9:16 AM | Last reply by mads_123 - Monday, August 17, 2009 9:35 AM -
0 Votes
LookUp
column and group column ,In this group column have taken as lookup inherited the values from group list title column this list like Title Group Effect1 Application ...Answered | 1 Replies | 720 Views | Created by Ravikiran Velama - Wednesday, November 26, 2014 5:39 PM | Last reply by Lindali - Thursday, November 27, 2014 4:59 AM -
0 Votes
Is there any method to find a book name by ISBN with the Google Books API ?
in the docs for finding by ISBN not done in windows form apps. Resources https://ctrlq.org/code/20020-query-book-by-isbnProposed | 4 Replies | 1629 Views | Created by Jerry_VB.net - Tuesday, April 3, 2018 11:07 AM | Last reply by Simple Samples - Thursday, April 5, 2018 3:01 AM - Items 1 to 20 of 36638 Next ›
No announcements