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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Tianjin

  1. Tianjin

    xcopy acts strange behavor

    Thank you so much, JustinEzequiel. As soon as I add .exe, my batch file run without problem. TianJin
  2. Tianjin

    xcopy acts strange behavor

    I include a simple line xcopy c:\test.txt c:\temp in a batch file test.bat. File and folders in context are all exist. when I run this batch file through either double clicking batch file or typing batch file name in the command window, it gave me an infinite rolling screen with repeative text...
  3. Tianjin

    SQL CLR Can not run on other machine

    Thanks, markros It works. but instead of only give tblemployee a permission(because a lot tables are called in my clr). I give select permission to database and it all solved. Thank again
  4. Tianjin

    SQL CLR Can not run on other machine

    I wrote A SQL CLR Stroedprocdure using C# on my machine and then deployed it to SQL Server 2008 on our company server. I Create a crystal report called this stored procedure and it worked fine. However, when I run this report on the other machine, it gave me an error as "Failed to open rowset...
  5. Tianjin

    Barcode press Ctrl+S on keyboard

    Hi thevillageinn, The link is http://support.scansource.com/images/TKP3XXX%20Articles/TKP3721/TKP3721.pdf I can not use the barcode in this document to trigger the ctrl-S combination, however I am able to program the scanner use ASCII code 019 as sufix to trigger the keyboard action. 019 is...
  6. Tianjin

    Barcode press Ctrl+S on keyboard

    Hi All, I have excel spread sheet where user can scan the barcode for data entry. instead of have user to use mouse or keycode to save workbook, I would like to use a barcode to act as if user press Ctrl+S which will trigger the saving. I found a piece of barcode for this purpose from a...
  7. Tianjin

    SQL with INNER JOIN run very slow

    I have two sql script as below that can generate same result. However, for unknow reason, the second one run almost 10 times faster than the one with "INNER JOIN", anybody can explain why? From my understanding,sql script that using INNER JOIN refer the newest sql syntax and it should run...
  8. Tianjin

    Inactivate part number cause integrity errors

    Hi tuba, Thanks So the errors are not harmful. Tianjin
  9. Tianjin

    Inactivate part number cause integrity errors

    As too many very old part numbers in our mysis system might cause poor perfermance, Last night I deactivated 8000 out of 22000 part numbers in the item module through accpac importing function, and those numbers may be currently used in the BOM at different level. It looks like system run OK. I...
  10. Tianjin

    Need sample database file "DEMODATA"

    Hi mirtheil, Thank you for quick reponse. v9 is the current version of pervasive. I found those demodata files and copy those files right under demodata folder. I also set database point to this folder. however, nothing is under table tree in pervasive control center. anything wrong with my...
  11. Tianjin

    Need sample database file "DEMODATA"

    I don't know when the sample database "DEMODATA" was missed on the server and I am currently learning syntax of pervasive sql engine. Without the sample database in place, It really difficult to play around sql example. what I knew is that the sample database is installed along with pervasive...
  12. Tianjin

    Show one of four sections of a group header

    Hi lbass, Thank you for great answer. * star is not working now. I will definitely send you a star when it is available. Tianjin
  13. Tianjin

    Show one of four sections of a group header

    I have report has a group header with four sections that used to show different information. when group detail cross more than one page I would like to repeat only one of those four section. In other words, I can not just simply set group option to repeat the the header. Is this possible...
  14. Tianjin

    Installed report doesn't show in the allocated group

    Thanks ettienne, I thought group interface is only for adding new group, but it also for adding report member. TianJin
  15. Tianjin

    Installed report doesn't show in the allocated group

    Thank you ettienne, Is this adding to group step within report installation interface or elsewhere? can you tell me how to add to the group. what I saw on the report installation interface possibly for adding to group is the "user prompt" and I did select the one same as orginal report. I am...

Part and Inventory Search

Back
Top