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

    Flash over web content Mozilla problem

    Hello all, if anyone could give me a hint. This web page www.visitsplit.com has some content and has Diokletian tzar flash animation playing the tennis. We placed this animation in a way where tsar would hit the ball and ball will bounce between top, left and right content column. All is done...
  2. alfalf

    Flash over web content Mozilla problem

    Hello all, if anyone could give me a hint. This web page www.visitsplit.com has some content and has Diokletian tzar flash animation playing the tennis. We placed this animation in a way where tsar would hit the ball and ball will bounce between top, left and right content column. All is done...
  3. alfalf

    Includes > PHP Architecture Question

    Hello all. I have some general questions about INCLUDES in PHP. Perhaps it will sound dumb, but I want to be sure :-). So, PHP (pseudo) code: if (condition 1) INCLUDE APPROPRIATE INCLUDE FILE if (condition 2) EXECUTE SOME CODE So, my questions are: 1. Does PHP, while parsing...
  4. alfalf

    Double click on folder returns Search

    HEllo. I'm using Win XP Pro as my Os. I don't know if I have done something, but when I'm browsing folders, when I doubleclick on a folder, instead of opening it in same window (as my settings are), it opens another window offering search. In other words, when I rightclick a folder, first...
  5. alfalf

    problems with sessions

    Hello all. Recently I changed server computer and set new web server for developement purposes. My sessions are stored in an mySQL table. Every page on this developement web starts with two following lines: if(file_exists('C:/includes/phpSecureSessions.inc')) {include...
  6. alfalf

    how to deal with 'Web Page Expired'

    Hello all. I have an form (POST submitted to php script). I do validation on that form, and if someone misses to fill something, it reloads itself (when Submit button pressed) pointing to missing or bad data. Then when everythings ok, the form is submitted to another page. The problem that...
  7. alfalf

    Value from disabled text input field doesn't pass POST method on form

    Hello all. It seems that value from disabled text input field doesn't pass POST method. Can that be a case? I use PHP as SSS, and it returns unset value of HTML disabled field on POST method HTML form, even if it value is set. Help? Thanks.
  8. alfalf

    Problem with querying text that has singlequote

    HEllo all. I run into a problem with singlequotes and querying. Help is appreciated, or if anyone have some expirience, this would be fine. I have cities table (MySQL). City names are sometimes like: 's-Hertogenbosch (this is a name of actual city in Netherlands) or Saint David's (this is a...
  9. alfalf

    mysql_connect doesn't work

    Hello all. I recently installed Mysql 4.1 Server, on a mashine with WinXP having APacheSSL server. Apache/SSL is working fine. Mysql as service is started/working OK. Mysql is using server instance configuration. PHP is also working OK except connectiong to mysql server. One of procedures...
  10. alfalf

    Red Hat Installation - missing HD drivers

    Hello all. Recently I bought computer with Western Digital Hard Disk and I'm having problem finding drivers for it since Linux installation doesn't recognize it as hardware. Can anyone point me to a solution which drivers for hard disks can I use to install Linux? PC: AMD Athlon 64 Asus K8N...
  11. alfalf

    Delayed update over network problem

    Hello all. I developed an application that is distributed over network. Application checks if network connection to server is present and then it adjusts it's behaviour -> Server or Local Save, with my pretty advanced code :-): Public Function checkLink_M() As Integer 'Returns 1 - link is...
  12. alfalf

    VBA Check if Folder is Shared

    Hello. Is there a way (besides reading folder attributes), to read if folder is shared? I want to warn user, when saving report to desired location on disk, that folder is shared and "not safe" (or do nothing if it´s not shared). Thanks for any suggestions.
  13. alfalf

    problems with report.recordsource

    Hello. I have one db -> db1.mdb with only one table in it: tbl Here's my code (under Report_open): Dim CSQL as String CSQL = "SELECT * from tbl;" Dim workjet2 As DAO.Workspace, contbl As DAO.Database Set workjet2 = CreateWorkspace("NewJetWorkspace", "admin", "a", dbUseJet) Set contbl =...
  14. alfalf

    set Report.RecordSource from another mdb

    Hello all. I have small problem. WHAT I'VE GOT: - I have main mdb app; - I have cities.mdb in wich US cities are stored; - Objects in another mdb are tables only and all tables in it have their owner (with password); - From main app., I connect to this mdb via public & permanent connection (no...
  15. alfalf

    Center Acc. report on screen

    Hello all. Is there a way to center report on screen? Thanks on any suggestions.
  16. alfalf

    Closing all opened Reports

    Hello. I have this piece of code: While Reports.count > 1 DoCmd.Close acReport, Reports(0).Name Wend but I can't get Reports to close with it (which is my intention). Any help will be appreciated. Thx.
  17. alfalf

    TransferDatabase creating link to PWD protected mdb

    Hello all. I need to link an table from pwd protected mdb. I use TransferDatabase method to perform that, but can't guess proper syntax to link an table from PWD protected database without having db_pwd dialog to popup. I need to automate linking, on one side, and I have pwd protected...
  18. alfalf

    VBA Way to check if AutoDial utility is setup on System?

    Hello. Does anybody know if there's VBA way to check if System's AutoDial utility is setup? Or if anybody knows error codes for errors that appears if AutoDial isn't present or setup I would appreciate it. Since mine AutoDial is Setup and wverything works fine, but in case someone's isn't...
  19. alfalf

    double as id value

    Hello all. I always used integer data type to store my IDs in tables design. Is it wise to use double data type (as 2,7 Bill is small array here due to fact that our id are not autonumbers, instead they're combination of four different IDs)? Does anyone have expirience with this issue? Thanks...
  20. alfalf

    Important security issue - security hole in Access

    Hello all. Recently I run into two mda files on Internet (will not mention names), free to download from legal site (will not mention name). Those "Add-ins" are: one for viewing database password and other for viewing user's passwords from system.mdw file. And, really, when I used "add in"...

Part and Inventory Search

Back
Top