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

    Refresh to DBGrid and cursor points to the same record.

    Hi! I have an important question. I do a query to a Firebird database. I use the MDO (Mercury Database Objects) components for access the database. When I do click over the title of each column, I change the clause 'ORDER BY' and re-open the query. Then I execute the method 'Locate' to position...
  2. mlara

    Problems with the installation of InterBase 7.1-7.5

    I have writed the next message on the newsgroup borland.public.install.interbase. I wait that you can helpme. Thanks. Hi, I have purchased InterBase 7.5 Desktop, but when I receive my Installation CD, this is the CD from InterBase 7.1. Then download the installer of InterBase 7.5 Desktop for...
  3. mlara

    Some PCs show characters arroneous

    Hello. I'm software developer and I have a program that executes on any Windows platform. It's developed with Delphi. The program generate several reports. My PC show well the reports, however in some PCs the special characters, so well as á, é, í, ó, and ú, looks wrong, like characters of...
  4. mlara

    LIKE clause

    Hi I have the next DDL in MS_SQL Server, which is fine: CREATE TABLE DEMO( IDCHAR CHAR(2) CONSTRAINT NameConstraint CHECK (IDCHAR LIKE '[0-9][A-Z]') ); but on InterBase X does not work. How I can write this so that works on InterBase? Thanks.
  5. mlara

    include(""); --> Warning: Failed opening '' for inclusion

    Hi I have the follow problem: server 1: mypage.php server 2: pageserver2.php in mypage.php I write: <?php include(&quot;http://x.y.z/pageserver2.php?var1=help&quot;); and then I get this message: Warning: Failed opening 'http://x.y.z/pageserver2.php?var1=help' for inclusion...
  6. mlara

    webquota

    Hi Somebody know where can I find the program webquota to obtain disk quotas for users? Thansk for your help. En español... Hola Alguien sabe dónde puedo encontrar el programa webquota para obtener las cuotas en disco de los usuarios? Gracias por su ayuda.
  7. mlara

    LDAP over SSL with PHP

    I have the follow php code: $ldap_r=@ldap_connect(&quot;ldaps://hostname&quot;, 636); $r=ldap_bind($ldap_r); later, I obtain the follow message: Warning: LDAP: Unable to bind to server: Can't contact LDAP server in /path/filename.php on line 30 ? Thanks for your help.
  8. mlara

    LDAP over SSL

    I have the follow code: $ldap_r=@ldap_connect(&quot;ldaps://hostname&quot;, 636); $r=ldap_bind($ldap_r); later, I obtain the follow message: Warning: LDAP: Unable to bind to server: Can't contact LDAP server in /path/filename.php on line 30 ? Thanks for your help.
  9. mlara

    For that serve '=&gt;'?

    Hi For that serve '=>'? Thanks.
  10. mlara

    problem with fopen function

    Hello. I have a problem with the fopen function. I write the follow: $fp = fopen(&quot;filename&quot;, &quot;r&quot;); or $fp = fopen(&quot;http://www.name.com/dir/filename&quot;, &quot;r&quot;); In the first case, the return value is null or false. In the second case apparently too is null...
  11. mlara

    Hello. I have a problem with the

    Hello. I have a problem with the tables. When the data in a column exceed the width of itself, the column is expand, and the table exceed your maximum width. What I can do?
  12. mlara

    How to driver the mouse

    Hello. I need know how I can driver the mouse with TC++ 3.0. Thanks.
  13. mlara

    How to driver the mouse

    Hello. I need know how I can driver the mouse. I´m using TC++ 3.0. Thanks.
  14. mlara

    Hello. I have written a little C ap

    Hello. I have written a little C application, and I need that run it like a service on Windows 2000 Professional. How do it? Thanks, for your help.
  15. mlara

    kbhit &amp; delay

    Hello. I have a problem with a little c program. I don't know how do a 'delay'. Also I don't know what function could be equal or similar to kbhit(). You remerber that the libraries conio.h & dos.h it's not available in Linux. Thanks, for your help.
  16. mlara

    kbhit &amp; delay

    Hello. I have a problem with a little c program. I have the Borland C++ 5.5.1 compiler for Win32, and I don't know how do a 'delay'. Also I don't know what function could be equal or similar to kbhit(). Thanks, for your help.

Part and Inventory Search

Back
Top