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 dencom 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: ratzp
  • Content: Threads
  • Order by date
  1. ratzp

    Refresh Problem

    I have create a Event Handler of Dynamic Save Button. it is working properly. But after Save if I press F5 or Refress Button. Thr Event Handler again executed and Save Duplicate Data. Provide Solution for the same. Thank You.
  2. ratzp

    custom setup

    hello everybody Any body has an idea how to use Custom Setup in .NET Have many queries Ratish
  3. ratzp

    JavaScript

    I have a select control written in HTML which has multiple selection.. Those values selected from the list has to copied to Text box.. Want a client side code written in JavaScript Ratish
  4. ratzp

    File Upload

    I have a File Upload Control and a button which is NOT used for upload.. When I click this Button the File Selected with the File Upload control is cleared.. Need a solution Tried creating page directive AutoPostBack=false Need appropriate solution Thanks and regards Ratish
  5. ratzp

    Package and Deployment

    I have created a project .. Now i want to create a setup for it.. Now I have added a new Setup Project to the existing project. in the user interface window I have added a new Dialog which contains 4 TextBoxes.. I want to know how to trap the values of the 4 TextBoxes. and validate the...
  6. ratzp

    Tree View Control To XML

    Can anybody help me out... I have a TreeView Control which has Nodes and ChildNodes I want to convert it into XML What is the easiest way to do it.. Ratz
  7. ratzp

    Data Transfer

    I hav a very serious problem using SQL Server and Oracle I have 2 Database having same structure one in Oracle and other in MSSQL 2000 I want to transfer Data from Oracle to SQL Server ---- Using Code con.CommandTimeout = 0 con.ConnectionTimeout = 0 con.Open "Provider=MSDASQL.1;Persist...
  8. ratzp

    Crystal Reports 8

    I am using VB 6.0 and Crystal Reports 8... I need to know which all files are necessary for exporting the Crystal Report file (.rpt) to any other format say(.pdf) This is for the client as he is gonna use only our software and he dont hav crystal report at his place and also not intend to...
  9. ratzp

    Format Function

    I need to use the Format Function Which will display the current time even the milliseconds For eg : It should display 12:25:30.015
  10. ratzp

    CR Viewer

    I am using Crystal Report 8 and VB 6.0.. I can set the CR file to the CR Viewer.. But can anyone tell me how to find out the name of the File currently displayed in CR Viewer
  11. ratzp

    top Rows

    How to get from the Third Row to Second Last Row from a Table in one RecordSet
  12. ratzp

    SQL Procedure Error

    I have written a Stored Procedure of around 50 lines... Well while executin it manually it does not give any error but while executin it via Application it executes a part of it but not in full.... how to find out the Error if its occuring Ratz
  13. ratzp

    How to use Union in two query/Other Way

    Query1 select BD.PAYMENT_CODE,PM.PAYMENT_DESC as 'PAYMENTMODE', BD.COUPONTYPE, SUM(AMOUNT_RECEIVED) as TOTAL, 0 as total1 from BOM_HEADER BH JOIN BOM_DETAIL BD ON BH.SHOPCODE=BD.SHOPCODE AND BH.CASHINGUP_ID=BD.CASHINGUP_ID join PAYMENT_MODE_MASTER PM ON BD.PAYMENT_CODE=PM.PAYMENT_CODE where...
  14. ratzp

    Print Direct to Printer

    I am using VB6.0 and Crystal Report 8 I dont want my report to be Shown on the Screen while want to Route directly to the printer
  15. ratzp

    Property Window

    When we Right Click the Text Box (Password) The windows Property Window is popped up.. I dont want that to happen nor I want to use Ctrl+C Ctrl+V combinations Help me !!!
  16. ratzp

    ZPArchive

    Private Declare Function ZpArchive Lib "vbzip10.dll" (ByVal argc As Long, ByVal funame As String, ByRef argv As ZIPnames) As Long Returns long 0 if successfully Zipped and what are the other possibilites and what the long signifies
  17. ratzp

    SQL Server version for Windows 2003

    Which SQL Server Supports for Windows 2003 Ratz
  18. ratzp

    Runtine Controls

    I want to add a Text Object and set Field Object at Runtime with Crystal Reports 8.5 using VB 6.0 .... Any Idea ????
  19. ratzp

    Serialization

    How to Serialize or Save the Whole Rich Text Box with all its Properties changed into the file
  20. ratzp

    Control Array

    Is there the concept of Control Array as we used to do with VB 6.0 ... if yes then How ?????

Part and Inventory Search

Back
Top