Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: AuctionLamb
  • Order by date
  1. AuctionLamb

    Raw XLS Spreadsheet to formatted XLS

    Hi guys!! I am getting a Excel spread sheet via FTP into an specified folder. Now.....I want to take that spreadsheet in that folder manupilate it to a specific xls way to DTS it to SQL Table? Help me to take load up the spreadsheet and format it to an new spreadsheet. Information: The...
  2. AuctionLamb

    Show only duplicate records

    Hi guys!! Maybe I am doing something wrong here or just something small that I can't figure out. I have a view that brings back records. In my Crystal Report I want only to display the PRNumbers that is duplicated. I have tried the > "1" syntax but still get non duplicates back? In my view I...
  3. AuctionLamb

    How to load an Image

    Here it is,it is in red.......almost at the bottom: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xs="http://www.w3.org/2001/XMLSchema"...
  4. AuctionLamb

    How to load an Image

    Still gives me an error, I use that syntax in the XSL. Is there any other reference or code that I have to put at the bottom of the page or in the XML?
  5. AuctionLamb

    How to load an Image

    All I get is an blank image with an red cross. the picture lies in the same folder as my XML/XSL files. Hop I am doing it right
  6. AuctionLamb

    How to load an Image

    I need English over here chiph :-) I work in XMLSpy.
  7. AuctionLamb

    How to load an Image

    Hi guys!! How do I load an Image in an XSL? I use the normal <img src="//IDSLogo.jpg"></img> but is shows no image in the browser/rendered view. Help me on this one please! THANKS!!
  8. AuctionLamb

    FingerPrint Scanner Project

    Nope....do not want an illegal copy because that is a bit STUPID! Have spoken to an manufacturer and they are a helping me currently. THANKS for the help!
  9. AuctionLamb

    FingerPrint Scanner Project

    Yip.....there is a trial but it is only for 2 weeks max.
  10. AuctionLamb

    FingerPrint Scanner Project

    Where can I get a free SDK that I can use to develop on? Do not want to pay for something/licence than might not be implemented.
  11. AuctionLamb

    FingerPrint Scanner Project

    Hi Guys!! I want to develop an small application that uses a FingerPrint scanner to log time entries. For example when a worker comes in to work he scans his thumb to make an time entry into the database. What do I need? Can I use the scanner to do this or is there some other software that I...
  12. AuctionLamb

    Getting the Total for 2nd Group only......

    Hi guys! I have a bit of a problem, here it is, remember I am using CR 8.5: I have a report that first group by CUSTOMER, then by INVOICENUMBER. The INVOICENUMBER has different PONumbers for that invoice. I just want to add up the amounts of the INVOICENUMBER. For example the report looks like...
  13. AuctionLamb

    Get rid of Automatic space in textbox

    The Code HarleyQuinn gave me worked. Private Sub Text1_GotFocus() Text1.Text = Trim(Text1.Text) End Sub Thanks GUYS!!!!
  14. AuctionLamb

    Get rid of Automatic space in textbox

    The result I am getting is ' ' 1
  15. AuctionLamb

    Get rid of Automatic space in textbox

    Nope....still put the space in.
  16. AuctionLamb

    Get rid of Automatic space in textbox

    I see that the textbox has a space by default in at the beginning but in the TEXT properties it is fine.
  17. AuctionLamb

    Get rid of Automatic space in textbox

    When you type in the digits in the textbox with the MAXLENTH properties you only get "1234567 " because it counts the space as a character.
  18. AuctionLamb

    Get rid of Automatic space in textbox

    Will add the maxlenth in the properties. Nope I have no code in the Key Events.
  19. AuctionLamb

    Get rid of Automatic space in textbox

    That is a some sort of work around but still....when I type in only 1 digit and press the right arrow key it shows the space.

Part and Inventory Search

Back
Top