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

    HELLO ALL!! I'm new to this forum, PHP know how to talk!!

    Being a long time Clipper programmer, many "headaches" arrived with php and mysql to me. Not the syntax, (Since Pascal it's basically the same), but: "the way how php process the script make the problem, (to me, very new to php)". It's Imortant to understand that php works from the server's...
  2. GAstrada

    Refreshing php pages without using the browser's refresh button

    Hello all !! I have a mysql database table that dinamically has new records every minute. With sprintf() I've constructed a link to "record" one field named h6 with now() when the client click in the link (inclouded into the screen table). Then, and knowing that header(location... doesen't work...
  3. GAstrada

    Using Onclick event in any button of an HTML form to run a PHP script

    I know that I'm breaking the forum's rules: Look carefully in a Google's search, find a thread in this forum, and so.. before sending a question,...forguive me.. But I'm urgent to have to know: How can I call a php script (who must perform a query in a MySql database, and change fields), from...
  4. GAstrada

    Resctricting querys with datetime

    Hello all. I'm very new to php and have a Mysql table with a datetime field, (filled with now() ), a lot of records new every hour. My question: My clients want to fill a html form in where they write how many hours ago they want to view records, (last 1 hour, last 2 hours, etc.). Of course no...
  5. GAstrada

    Yet more problems with Clipper apps running on Intel 3.0Ghz

    Years ago I thought that the __wait_b.obj, linked with the program stuff, was the final solution for high speed machines. And it was. But now, in genuine Intel 3.0 Ghz (NOT in AMD architecture), new problems arises: the well known "CPU hogging" was pretty resolved by Ted Means's excellent...
  6. GAstrada

    ..... AND WHAT ABOUT GNU / LINUX ?

    Can sound as a "out of place" question. Not to me. In the last few years, I see how we, try, against all, to still survive with our clipper apps working. Becouse of restrictions version after version more strictly, of the world's first OS manufacturer. I hate restrictions, and...
  7. GAstrada

    Operating Systems and Clipper

    Dear brothers, programmers, and the like. I was involved, (directly or undirectly), in many forums here, Clipper programmers, where, I wasn't sure about the answer to write, in many cases. Why? Becouse I realized that almost all the answers, (and the questions I , myself, asqued me)...
  8. GAstrada

    400 Mb of "slack space" in a 2 Gbytes hard disk ???

    I was ashtonished when I realized that one of my two physical hard drives (2 GB, 32 bits file system), was running out of space. A thorough check show me that only 1.3 Gbytes were really in use in files and directorys. But I really have only 200Mb free.!!! Where are the others 400 Mb ...
  9. GAstrada

    Hey, clipper programmers !!!

    For years Clipper was OUR language proramming tool. But now is March 2001. Windows came to this world to stay......for years. And visual languages came to this world to stay.........for years. What can we do ? Vb ? don't like. Visual Fox ? nice!!, but the things goes far away...
  10. GAstrada

    "Broadcast" messages from Clipper in a Windows 9x network

    Hey !! I can't believe that windows 9x peer to peer network can't send messages (broadcast messages within a peer to peer Windows 9x network). A facility that Novell every time, years and years, suportted !. So simple as "net send xxxxxxxxxx 'client'". I have tried Winpopup...
  11. GAstrada

    "Broadcasting" in a Windows 9x network ?

    Broadcast messages from one computer to another, in "real time", in a Novell network, was a usual, and usefull feature. You could even manage them from into a Clipper application, directing them to a specific computer in the network, so, that computer was notified about an event...
  12. GAstrada

    Unexpected "garbage" in numeric fields in Clipper

    Thanks to all of you !! When I'm trying to make APPENDs from one computer to another, in a peer to peer Windows 95 network, one record at a time, in a loop, numeric fields that look like this in the sending machine (assume 10 bytes lenght): [ 458.23] fine, but the...
  13. GAstrada

    Anyone with "garbage" in numeric fields in Windows 95 network ??

    Thanks to all of you ! When I'm trying to make APPENDs from one computer to another, in a peer to peer Windows 95 network, one record at a time, in a loop, numeric fields that look like this in the sending machine (assume 10 bytes lenght): [ 458.23] fine, but the...

Part and Inventory Search

Back
Top