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: *

  1. whoknows361

    IE blocking popups - restarting flash movie

    so i have popups for customers to view add'l html files via getURL("xxxx.html" _blank); but when users approve IE to accept popups from my site - it starts the entire flash movie over (a pain). is there any way around this? what options do I have thanks in advance. J.
  2. whoknows361

    Email Form Validation

    Hello all - been awhile. I have searched this forum, but have not found a suitable answer to my needs.. hope you can help. I have the following text fields in a form: form.Sname. form.Semail form.Sphone form.Salt form.Smodel form.Sserial form.Sdescription i want to add validation in the...
  3. whoknows361

    add value on button click, by filtering table values ?

    firstly, thanks all for your feedback thus far.. it has really helped. table structure: tbl_ReferralData ReferralID (PK auto#) Client Name Client DOB tbl_Assigned_Thx ThxID(PK auto#) ReferralID Date TOC sent to billing Date TOC rcvd from billing Currently, I have frm_TOC_rcvd i have a...
  4. whoknows361

    update a field based on a form completion

    hello all I have a form which users enter data based on which client they pick from a combo box. the combo box(combo_client) is in the header so that when a name is picked the detail section shows the correct record, so that users can enter info for this client. the combo box(combo_client)...
  5. whoknows361

    Making Form GoTo correct record

    Hello all. I have really received from great advice (fneily, PVH) on my table and db structure.. and i have had some successes. But I am having trouble with my form "frm_OpenEpisode_submittd". As you will see when u open the form it shows record 1 of 3. the First combo box "ClientName" is the...
  6. whoknows361

    How to add data to another table using list box.

    Hello all. I have 2 tables: tbl_Referral_Data Referral ID (autonumber) PK client name client address client dob etc. tbl_Open_Episode Referral ID (as each referral ID has only one Open Episode) Admit Date Date Sent to Billing I want to create a form which will display a combo box where users...
  7. whoknows361

    index or primary key cannot contain a null value error?

    I have 3 tables: Client_Data tbl Client Name PK client phone client address etc. Open_Episode tbl Client Name PK Admit Date suicidal? (yes/no) homicidal? (yes/no) etc. Diagnosis_history tbl Client Name PK Axis 1 Diagnosis Axis 2 Diagnosis Axis 3 Diagnosis Axis 4 Diagnosis Axis 5 GAF score...
  8. whoknows361

    table design is confusing me.. please help me clarify

    hello all. firstly i appreciate ur help on my last 2 questions. I have a more effective design based on your support, but at this point I am a bit confused. background: i am creating a database for program managers in a mental health facility. my current problem is how to arrange the diagnosis...
  9. whoknows361

    ensuring that drop down boxes are only entries allowed

    I am using hte lookup wizard to provide a drop down box on forms in the datatype column.. However I notice on the forms that you can either click the down arrow adn choose an option.. or can type text in the box. How do I ensure that you can only choose an option from the drop down.. and not...
  10. whoknows361

    referential integrity with relationships

    hello all.. cant seem to figure this out.. and i know its porbably an easy one. I have 2 tables.. One with an ID (autoincrement) and also has a bunch of other fields in it (name, address, etc.).. have table 2 which has only 2 fields.. one is ID (the autoincrement) and the second is diagnosis...
  11. whoknows361

    cant figure out how to define these variables correctly

    Hello all. been quite awhile since i've posted. but ran into a prob. I am trying to set up a simple add item to cart function and evertyhing works below aside from the "paypal part". I ommitted my scroll function as its not necessary. stop()...
  12. whoknows361

    Question regarding a wave effect - fill problems :(

    Hey all. I am trying to make a flag effect.. have the following code: /*** Linkage name of the LEFT clip ***/ clip="flag1"; /*** Constants ***/ startX=0; // position of left hand of image startY=4; // position of left hand of image amplitude=3; // amplitude of oscillations...
  13. whoknows361

    Slider image viewer - slider only goes one way

    Hey all... I have a lot of code on this movie - It is a simply image slider which when you mouse over the right side of the "mask_mc" the images slide to the left and vice versa. However, my problem is that when I mouse over the right side the images go left (great), but as I go to the left...
  14. whoknows361

    flash and streaming audio

    I have searched and not found a really good tutorial on how to stream mp3 files in flash. I have a song which my customer wants in the background, but I want it to stream so as not to increase loading time. Anybody have a good tutorial on how to do this effectively? I would grealty appreciate...
  15. whoknows361

    A quick syntax question... thanks

    I am trying to concantenate (?) some info... Basically I have a variable _root.mycurrentchoice and I want to hit the movieclip _root.invis_mc.mytitle + (_root.mycurrentchoice - 1) and then tell it to gotoAndStop(2); I have tried: string = "_root.invis_mc.mytitle" + (_root.mycurrentchoice...
  16. whoknows361

    indicating x & y values using loadMovie

    I am using the following : _root.picone.picloader_mc.picloader.loadMovie(pic1[k]); is there a way to indicate a x & y value of this pic1[k]? I have seen this before - but am not sure how to do.
  17. whoknows361

    back button functionality wih flash

    I am interested in how to use the back button on popular browsers (ie, firefox, mac) with my flash websites. Upon many searches, it seems that many work arounds utilize javascript. But I have found many of the articles out of date. I would appreciate any links or software that you have found...
  18. whoknows361

    if conditional statement problems

    I want myif statement to check 2 different conditions. for example.. If I were typing it would read: if mynumber.text is greater or equal to 6 and mynumber.text is less than or equal to 11 AND colors is equal to 1, then my price would be 15.00 I tried writing it: if (6=> mynumber.text =< 11...
  19. whoknows361

    session variable doesn't seem to pass

    OK, I have been working on this - with some help - so thanks very much.. Here's the deal: I am using a form in flash which a user clicks a button and a file is chosen and uploaded using the following php file "upload.php" - (notice the session variable) <? session_start(); // store session...
  20. whoknows361

    referencing a file using php.

    I am having a file copied into the same directory as this php script that I want to reference. - but the name of the file will vary etc. Is there a way to reference the name of whatever file is in the same directory as the php script? so that I could email it, or move it, delete it, etc...

Part and Inventory Search

Back
Top