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 Chriss Miller 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: ameen
  • Content: Threads
  • Order by date
  1. ameen

    Flash with ASP.Net

    Can any one help us on the following: We have swf file which will get data from ASP.Net application. The data is coming regularly when a ststaus changes. When we host the web application and run the fla file simultaneously, we are getting the data in flash file. But if we dont run the fla file...
  2. ameen

    Permission Denied

    In application have 2 dll, Replica.dll and Linker.dll. Linker.dll get the reference from Replica.dll which is accessing the database. My exe reference to Linker.dll. After create the Application Proxy from the server machine, installed it in a client and when run the exe, the component class...
  3. ameen

    Winsock to Get Data From PABX

    Hi, I need to write an application in VB6 which needs to receive raw data from PABX through TCP whenever there is a call hangup by the user. Currently I am using serial port to capture such data. What I want to know is if I use winsock control in my VB application in which the data to be...
  4. ameen

    Insert record to MS Access DB using Delphi

    Is there any sample code to describe how to insert data into a MS Access database using Delphi BDE. I have configure ODBC Administrator and BDE Administrator, when try to insert data, I am getting the following error: <i> &quot;Table is busy. Corrupt table/Index header. File: <directory with...
  5. ameen

    Get Data from Delphi Application using DDE

    How to receive data from an Application written in Delphi using DDE. Regards Ameen
  6. ameen

    Using DDE

    I have an application in Delphi and I have to pass data to a VB application. If I want to use DDE in my delphi to send data exchange between two application, what would be the corresponding component VB application should use to get my data from DDE. Or any other suggestion would be much...
  7. ameen

    How to identify external IP Address

    Hi, When a server has two network card with one IP assigned for LAN and another IP for external. How to identify or find which card assigned for External IP (which may be fixed or dynamic) and what is the IP assigned as external. Any help much appreciated. Ameen
  8. ameen

    BACkUP DATA FROM PARADOX TABLE

    Hi, Is there any component available to backup the data from the paradox table. Any help much appreciated. [thumbsup2] Regards Ameen
  9. ameen

    Communication through UDP

    Hello, How to receive datagram from a remote pc to a local pc using UDP. Is there any references to implement this. Any help will be appreciated. Regards Ameen
  10. ameen

    Proxy Server Functionality

    Can any one give me some useful links as reference for the implementation proxy server functionality to the application. Regards Ameen
  11. ameen

    Retrieve mail from General Server

    How the client can retrieve the mails from the General server (if it is not a POP3 or SMTP Server). Any useful links, sites and suggestion would be much appreciated. Regards Ameen
  12. ameen

    Printable Component

    What is the printable component in VB like QReport in Delphi? Can any one give me some sample code for printing the data into a preprinted form. In Delphi, I can achieve this by using QReport. But I am not sure in VB? Any help would be much appreciated. Regards Ameen Regards Ameen
  13. ameen

    Windows ME &amp; Delphi

    Hello, Why the system with Windows ME can not shut down properly after install delphi in the same system. How to overcome this problem? Regards Ameen Regards Ameen
  14. ameen

    Encoding and Decoding Procedures

    Hello, Can any one give me some online tutorials URL to learn how to encode and decode passwords for the application using Delphi 5. Regards Ameen Regards Ameen
  15. ameen

    How to set Default Destination Directory for Database in Packaging

    Can any one tell me how to set the default destination directorey for Database using InstallShield Express for packaging the application. I am getting the database default destination directory as C:\Program Files\ Sub Dir\Data when I set the value, in BDE Alias Step 3 of 4, for Path as...
  16. ameen

    BLINKING LABEL CAPTION WITHOUT USING TIMER

    Hello, Can any one give me some suggession whether it is possible to blink a label caption without using timer. If yes, I would appreciate for any suggession. Thank you. Regards Ameen
  17. ameen

    How to suppress the error and generate error log

    Can any one give some suggestion, how to suppress the error and generate the error log in a application developped using Delphi 5. Regards Ameen
  18. ameen

    Form Display Problem

    A form for an application was created with one setting of screen area. After run the application, I can view the full size of the form. But if I change the Screen Area settings, the application only showing portion of the form instead of full width as earlier. I have set the form's stretch...
  19. ameen

    Type Mismatch in Expression (in Date Field)

    I have a table in Paradox. One of the field has a Date data type. In my application, I supposed to receive the value for this date as a string from a Server in dd/mm/yy format. Before I store the data into my database, I have to check my system date format (whether it is in British format or US...
  20. ameen

    Key Violation Error

    How to avoid seeing the EDBEngineError with message Key Violation. Ameen

Part and Inventory Search

Back
Top