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

    Multiple instances of form

    Hi, My app resides in system tray. When it runs firsttime it loads 6-8 instance of a form say TForm1 (nonmodal) reading values from database and displaying it. Form1.Create & Form1.Show methods are executed from another form. Right now if you run application you see first window is...
  2. shmilyca

    Turbo delphi & Delphi 2006

    Can you have both versions installed on same computer? same drive?
  3. shmilyca

    Creating plugin based application

    Hi, Have anyone tried to create plug in based application? I have plan to do this application in delphi..But im interested know more about design/implementation part. Thats why I am posting it here.. My company is working on application that sync with outlook..I would like to create an...
  4. shmilyca

    Creating plugin based application

    Hi, Have anyone tried to create plug in based application in delphi? My company is working on application that sync with outlook..I would like to create an application use can customize the way he/she want..may be like displaying form or customizing form contents. I know this doesnt have to...
  5. shmilyca

    Format date in pervasive

    Hi, I dont knoiw lot about pervasive ..is there any function readily available that can format date display from 20060816 to 08/16/2006 format?
  6. shmilyca

    how to use $IF ?

    Hi, I have application level global variable called OpenFormType(string). I want to execute following procedure only if OpenFormType='1' procedure TForm1.CreateParams(var Params: TCreateParams); begin inherited CreateParams(Params); with Params do Style := Style or ws_Border or...
  7. shmilyca

    JvConversion Class in JvRichEdit

    Any one used this succesfully? I am having trouble converting RichText to normal text. Please help
  8. shmilyca

    ItemDataBound Event

    Hi, Can anyone please tell me how to use ItemDataBound event? How I can refer to one of the column in repeater control in that condition? I am just trying to show perticular cell blank if certain condtions are not met. Thank you
  9. shmilyca

    Supress row repeater

    Hi Guys, This worke fine except I get "Front" & "Back" row as last row. Is there anyway to supress it? Thank you <asp:Repeater ID="Repeater1" runat="server" DataSourceID="AccessDataSource1" > <HeaderTemplate> <table border=<%=iBorder %> width=60%>...
  10. shmilyca

    How to access VS 2005 Todo list programatically?

    Any idea how to access VS 2005 Todo list programatically? Tutorial would be great help. Thank you
  11. shmilyca

    How to Merge /Split cell in GridView

    Hi, How to merge/split cell in a grid view? In other words ..how to use rowspan/colspan in gridview Thank you BB
  12. shmilyca

    Delphi 2006 web programming

    Hi, I am new to web programming. Just wondering ..Borland offers various choices for web progammming like Asp.net , Web snap, Webbroker , SOAP , Indy, Intraweb??.. Did I miss something? What is good choice? I know it would depend on what kind of applicaction you are developing but I am...
  13. shmilyca

    make tables visible--plzz help!!

    Hi, I dont know lot about bTrieve or pervasive. When I try to import in access I get an error "This datasource contains no visible tables" but If I copy same folder to other computer I can see those tables. What can be possible cause that makes tables invisible? I am using xp pro, vb6...
  14. shmilyca

    make tables visible--plzz help!!

    Hi, I dont know lot about bTrieve. When I try to import in access I get an error "This datasource contains no visible tables" but If I copy same folder to other computer I can see those tables. What can be possible cause that makes tables invisible? I am using xp pro, vb6, pervasive sql...
  15. shmilyca

    Fetching data from Web

    Hello, Soon I need to start working on database project that involves logging into Secured Financial website and fetching data and use it in windows VCL Form Application. Can please any one help me to get started? How this kinda programming is normally done? I know one way of doing it by...

Part and Inventory Search

Back
Top