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 Mike Lewis 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: *

  1. RTR1900

    Dummy question :-)

    Thx! David
  2. RTR1900

    Dummy question :-)

    Hi, in the code form the previous programmer I found this: If rec#'E' net=net + 1 endif What does the " rec#'E' " means? Does it mean that "if rec <> 'E'" ? or something else. I can not find anywhere the Syntax about the # sign Thx David
  3. RTR1900

    How to compare to columns

    Ok, I will try not to put more than 5 a day ;-) Thx, David
  4. RTR1900

    How to compare to columns

    Hi frank, Thx for helping me out! I am still waiting for a "second hand" book I ordered. One of my error is that I added some data to the DB using DBF viewer 2000. And I forgot making the Index again.... Anyway I am glad knowing that I can put all my questions here and that there are people...
  5. RTR1900

    How to compare to columns

    Hi, 1) I have two tables: ARTI and MLOC ARTI: Articles (columns: COD_ART, DESCRIPTION,.....) MLOC: Location of the articles (columns: COD_ART, LOCATION) 2) When I go to a product, I press F8 and I want to show on screen a list of the locations of that specified article. So in table MLOC...
  6. RTR1900

    Conecting to SQL server 2003 using PB 8.0

    Hi Matt, so what you say is that it is better using OLE DB instead of SQL server? We have about 10.000 products...... regards, David
  7. RTR1900

    Conecting to SQL server 2003 using PB 8.0

    Hi, After a 5 year break using PB, I am staring again, this time with version 8.0 (instead of 6.5) and SQL server, instead of an ODBC DB. My questions are: 1) Any good books recomending me? 2) How can I connect to an SQL server? I tried the next, but no result: a) Made in SQL server a DB...
  8. RTR1900

    How to print a gfx ON A tlp 2844 pRINTER

    Hi, We have a Zebra TLP 2844 printer and I am trying to print a GFX, but with no success. I have made a PCX file with Photoshop of 23.208k (using DIR in MSDOS box). Then I made a File STOREIT.TXT === GK"LOGO2" GK"LOGO2" GM"LOGO2"23208 === Then in MSDOS Box I type: COPY STOREIT.TXT + LOGO2.PCX...

Part and Inventory Search

Back
Top