Search results for query: *

  • Users: knockyo
  • Content: Threads
  • Order by date
  1. K

    Question Twain - Total Files Scanned

    Hi All, Currently Im using Accusoft SDK to develop a system for scanning document files. Right now Im facing a problem with the current situation as below, FYI, I'm using the Twain Scanned EventArgs Question: 1) How can I count total all document files has been scanned? OR 2) How to detect...
  2. K

    Question EnterpriceLibarary UpdateDataSet

    Hi All, Currently Im using Microsoft EnterpriceLibrary "UpdateDataSet" to insert all the data in one times, Microsoft.Practices.EnterpriseLibrary.Data.Database.UpdateDataSet(DataSet dataSet, String tableName, DbCommand insertCommand, DbCommand updateCommand, DbCommand deleteCommand...
  3. K

    SELECT CASE problem

    Hi All, I'm doing the select case coding without hard code into the program, but do it in the alternate way. For example, If i hard code everything inside the select case statement below, it work fine Select Case sNumber Case "123", "234" xxxxx Case "567", "890" xxxxx End Select BUT...
  4. K

    Question Report Viewer: Export to PDF

    Hi all, I have a question regarding the report viewer export function, once i export to PDF format, the barcode not display out, but the Excel format it do. What is the problem? Excel PDF
  5. K

    SQL Server 2005: Timeout Expired

    Hi all, I have a .net application that run at the production 24hrs. 1st case: When i run the application around 2 days, next day i walk in to the production, i noticed that my application is "Out of responding". After that I closed all the application and tried to manual insert/update into...
  6. K

    Looping Multithread will cause HIGH USAGE?

    Do While Not stopFlag pmCon.QueryMe("Select * from DELL_OPC_ADDRESS where processing <> 1 and Active=1 and OPCServer=" & OPCServerNo2Scan, DTOPCAddress) If DTOPCAddress.Rows.Count <> 0 Then For Each DR In DTOPCAddress.Rows If Not OPCFunc.ReadOPCTag(DR("Address"), tmpValue)...
  7. K

    How to Archiving Database?

    Hi All, actually im using sql server 2005. How i can do it without compile a EXE file from vb.net coding.
  8. K

    How to make LOOP faster??

    hi, currently i have a function that involve DO WHILE Loop......... Within the loop, i have 600 hundred data need to trigger and update the data. Since it contains hundred data need to scan and trigger, how i can make the loop more faster. Once i need to update a records behind, it take...
  9. K

    UltraGrid - Object References not set to an instance of an object

    Here is my screenshot: i already try to put all the TRY..CATCH function, but all still unable capture the error above to debug...... Eg: InitialLayou, FormLoad, InitialRow.... etc.... all i have to put, but the exceptione error still display. The problems is, sometime it will display...
  10. K

    A generic error occurred in GDI+

    Since my program have a timer to has real time monitoring. After a long duration, my program will hit to memory usage 700k and above. Then it display an exception error "A generic error occurred in GDI+". how to solve this problems? Please advice :confused:
  11. K

    Datatable internal index is corrupted: 13

    actually im using Infragisctics tool to display my data, below is my code If frmMDI.UltraTabbedMdiManager1.TabGroups.Count > 0 Then For i As Integer = 0 To frmMDI.UltraTabbedMdiManager1.TabGroups(0).Tabs.Count - 1 If...
  12. K

    New Topic Copy table to another database? (Table Exists)

    How to copy from one table to another database? (Whether it exists or not i also need to insert records inside)?? the script below only allow me execute 1 time. If i need to insert the new records inside the same table, how it can be done? SELECT HOURLY_OUTPUT.* INTO...
  13. K

    Register IIS Issues

    Hi, im facing this error when i display each of the forms. few question: (1) what im missing? (2) Can guide me how i register? (3) How to get the files? screenshot errormsg: Unable to find script library 'aspnet_client/System_web/1_1_4322/WebUIValidation.js. Try placing the file manually...
  14. K

    ~~Work Week~~

    Hi all, how can I calculate work week using by code? thanks for help :p
  15. K

    Register Interop at Win NT

    Hi, I need to register a DLL (interop.scripting.dll) at WIN NT PC. This is because my program is running with that DLL for some function. I found out some page, they say need to register it. Here is my error message For example, typing regsvr32 interop.scripting.dll generates this error...
  16. K

    Any template forum??

    Hi all, any URL have provide the template forum asp.net with SQL server?
  17. K

    What is the symbol of "\"

    What is the function for this symbol? " \ "
  18. K

    Text File Issue

    Hi, I have a program that will read the file line automatically each of the time and get the all the result based on the text files. So, i try to add new line in the current text file, but it failed, it does not allow me to save. Why? **My program will keep on looping and retrieve the info...
  19. K

    Infragistics - UltraChart

    I have facing the problems setting the properties about the Infragistics chart. Can somebody know how to fix it will the longer length of words, picture as below:
  20. K

    Map network drive - NT (OS)

    Basically i have done and success the coding how to map the drive with 2003 vb.net for Windows XP. But, when I try on the Windows NT, the mapping drive is fail. Is that possible the coding run for Win XP, and it will not run at Win NT? Thanks advice. or can have some coding is better!
Back
Top