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 SkipVought 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: boab
  • Order by date
  1. boab

    When Arrays go Bad!!

    ok have tried that below is the Code I am using // checks each field to determine if the field is blank also builds body of email ###This first line of Code is to load your database variables. include ('Includepost.inc'); //set arrays for users table $Uvtmp = array(); $Udtmp = array(); //set...
  2. boab

    Is this possible?

    yes I've even had it working with a word application but my boss has his heart set on having a local off-line copy of the journal / notepad swf for the user to browse at their leisure. The Start of wisdom is to realise you know nothing. I'll be a genius then!
  3. boab

    Is this possible?

    We are using sharedObject to run the application on-line but what we want to do is save an off line version saved as a swf on the users local hard disk. This is so that the user can look at their notes off line. The Start of wisdom is to realise you know nothing. I'll be a genius then!
  4. boab

    Is this possible?

    Hi folks, We currently have an elearning application based in flash. There is a swf which is loaded in to be used as a notes / journal pad. What we would like to do is have a button which saves the swf to a local hard drive as a swf file which can act as an interactive journal when...
  5. boab

    When Arrays go Bad!!

    Folks any help is appreciated, What I have is a script which processes the results of a Flash movie and passes them into a database in order to encode the variables that are coming out of the POST I have setup two arrays one for each table...
  6. boab

    3061 Error - Possibly SQL Errors.

    Roy, The SQL strings for BCF are identical apart from the type field I have tried the SQL Statement below in the query window (substiting a value for Me.Course_id) and it seems to work fine. sqlBcf1 = "SELECT Bcf_info.[Name], Bcf_info.[content], Bcf_info.Bcf_Id, Link_Bcf.Course_id...
  7. boab

    3061 Error - Possibly SQL Errors.

    Sorry, should have posted code in full. I have ammended the SQL Statements, the full code is below. The datatype of the course_ID is varchar not numeric so I thought I should use ' at either end of it in the SQL statement Private Sub Sheets_Click() Dim db As DAO.Database Dim rs As...
  8. boab

    3061 Error - Possibly SQL Errors.

    PHV, Me.Course_ID is the control on the form whihc contains the course ID The Start of wisdom is to realise you know nothing. I'll be a genius then!
  9. boab

    3061 Error - Possibly SQL Errors.

    Thanks Roy, it was some errors in the SQL and the field names. I am now getting a Type Mismatch on the code below on bcf1 Set rs = db.OpenRecordset(sqlBcf1) arrVars = rs.GetRows(rs.RecordCount) For i = 0 To rs.RecordCount bcf1(0, i) = arrVars(0, i) bcf1(1, i) =...
  10. boab

    3061 Error - Possibly SQL Errors.

    Hi folks hope you can help, The application I am trying to build is in tended to search the data base for all items associated with a particular course Elements Learning Outcomes etc, The application then outputs the data to a word document. The code I am using is below (note that I have used...
  11. boab

    Flash Scorm / Navigation Problems (This is a Stumper:))

    HI folks The problem that we have is that we have a SCORM compliant Flash course which tracks all learning interactions. The problems start when we have a quiz which is loaded in a new window. we are using the code below...
  12. boab

    Dynamic Formulas

    Hi guys This is probably really simple but I am trying to change the formula in a a range of cells to total monthly figures I have 12 columns + 11 buttons + 11 macros (Feb - Dec) the first column is C and the last is N THe buttons are intended to SUm the add to that point so changing the...
  13. boab

    Looking for Capture Ideas

    Folks wonder if you can help I am looking for suggestions as to how I can capture animations from applications such as XSI on screen so they can be used in web based courses. However I am not sure if this can be done using hardware, software or both any help is greatly appreciated. cheers...
  14. boab

    Configuration Problems with MS SQL

    Guys any help greatly appreciated with this, I am trying to setup MS SQL Server 2000 on a WIN XP Pro running IIS 5.1 and php 4.2.3 The MS SQL Server 2000 itself is running fine and php is running fine on IIS 5.1 The problem I am having is that the whenever I try to use mssql_ functions I am...
  15. boab

    Custom Components and movie Navigation

    Hi guys, I have a little problem. I have created a custome component whihc is a self contained SCORM compliant question. The component in itself is working fine the problem comes when I try to incorporate it into a larger quiz file. The Component contains two buttons for navigation -...
  16. boab

    Button Visibility Problems

    Thanks that works brilliantly THe Start of wisdom is to realise you know nothing. I'll be a genius then!
  17. boab

    Button Visibility Problems

    I can send you the fla as an attachement if that would help I don't have webspace to post the fla. THe Start of wisdom is to realise you know nothing. I'll be a genius then!
  18. boab

    Button Visibility Problems

    The dialogue clip is internal to this movie an dthe button component is in the library even placing the button component on the main stage of the main movie yields the same result i.e. a functional bounding box but with no button visible. THe Start of wisdom is to realise you know nothing...
  19. boab

    Button Visibility Problems

    Hi guys wonder if you can help. I have a MovieClip symbol (dialogue)which is used as a pop up box by switching the visibililty property of the movie. Inside the symbol there is a button called close_btn which lets the user close the pop up(dialogue._visible = false). The button works fine as...
  20. boab

    Component code. Can someone have a look over.

    Hi guys, I think I've taken this thing as far as I can without throwing the pc out the nearest window. Can someone have a look at the coide below and offer some suggestions as to where I have screwed up!! The purpose of the component is to have a SCORM compliant question...

Part and Inventory Search

Back
Top