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. spurs100

    PDFlib error: [2518] when trying to run script that creates a PDF

    Hi, hope someone can help with this error message. Fatal error: PDFlib error: [2518] PDF_findfont: No file specified with outline data for font 'Helvetica' in /home/sites/site28/web/test/pdf_test.php on line 12 anyone know what this means i am php newbie and just followed the tutorial...
  2. spurs100

    editing a specific record from a MYSQL database

    Mike, I found a great tutorial that helped me figure my problem out. http://www.devshed.com/Server_Side/PHP/PHPMySQLPublishing/page7.html in particular the section on admin and the edit.php script: http://www.devshed.com/Server_Side/PHP/PHPMySQLPublishing/page7.html Hope this helps.. All...
  3. spurs100

    Uploading images and editing stored images

    Hi spookie/gizmicek, there will be no confidential data, only images of properties. I am using this tutorial as a basis of what i am trying to achieve: http://www.devshed.com/Server_Side/PHP/PHPMySQLPublishing/page1.html What i am trying to achieve is a simple admin page that will allow...
  4. spurs100

    Uploading images and editing stored images

    Hi everyone, Hope someone can help shed light on this issue! I am working on a simple property database, i am fine returning all the records in the database as links. Clicking on the link will take me to a form which will allow me to edit the data for that record if i want. My question is, if i...
  5. spurs100

    editing a specific record from a MYSQL database

    Hope someone can help, i am relatively new to PHP and MYSQL. what i need to figure out is this: I want an admin page that will pull all records from a property database and display them all on one page with two buttons next to them an edit record and delete record button example: id |...
  6. spurs100

    custominsing e-mail message alert in outlook using VBA

    i have tried changing the security setting to meduim but it keeps reverting back to high. Do you have the latest security patch installed? i have read around and found out that this is the cause of the message. I have tried to sign the macro however it does tell me it is not from a trusted...
  7. spurs100

    custominsing e-mail message alert in outlook using VBA

    Glen, That is excatly what i was looking for thanks for your help, only one problem, every time i recieve a new mail the code excutes but i get a box appearing with the following message "A program is trying to access email addresses you have stored in Outlook, do you want to allow...
  8. spurs100

    custominsing e-mail message alert in outlook using VBA

    i think away around that is to create your own form with its own message i think? what about creating a vba form which only appears if the new mail is from a certain address. I found something close to what i am trying to achieve but not sure how to proceed after creating the form...
  9. spurs100

    custominsing e-mail message alert in outlook using VBA

    Hi all! i dont know if this can be done, i am reletively new to VBA. Is it possible to customise the email notification message that pops up across your screen when a new email arrives from a certain address, i would like to create a message notification that says you have new mail from...
  10. spurs100

    changing mail accounts using VBA

    Hi everyone, dont know if this is a simple thing? is it possible to use VBA to change the from address field. I currently have access to 2 mail accounts: 1. me@company.com 2. sales@company.com i have a macro set up that opens a template response, however when i send this, it gives my email...
  11. spurs100

    Actionscript help - trying to understand code

    Hi all, I am a beginner actionscripter, i am trying to learn by analysing other peoples code. Please can anyone help answer some questions about the following snipet of Actionscript so that i may understand it!! Frame 1 the following variables are decleared i = "1"; row =...
  12. spurs100

    Flash movie not recognised by browser

    I was using the publish feature in Flash. its working perfectly fine now! i just changed it to publish with flash 5 and it worked fine. i then republished it with flash 6 and it worked fine. thanks for trying to help anyway.
  13. spurs100

    Flash movie not recognised by browser

    i am just testing it on my desktop windows xp, internet explorer 6, file is in the same directory hope you can help thanks again
  14. spurs100

    Flash movie not recognised by browser

    Hi Guys! I wonder if anyone could help me, i dont know if this is a flash problem or a browser problem. When i publish my .fla i am unable to view it embeded in a html document. I can view it perfectly well as a shockwave file. Can anyone help? this has happened to me before and i had to...
  15. spurs100

    changing font colours in adjcent cells

    Hi all, Is there a way in VBA to change the font colour of adjcent cells. For example if cell A1 font is red i want cells a2 and a3 to have a red font aswell. I am relatively new to VBA, can anyone help? Many thanks
  16. spurs100

    Inserting an object in a form

    Hi All, Can anyone help? I have a form with a field that i want to contain a pdf document, at present i have to select the field then click on Insert-Object, from there i have to browse to find the file i want to upload. Is there anyway of having a button that when i click on it, the insert...
  17. spurs100

    Filtering query results based on a calculated field. Please help!!!

    thank you both for your help, However it still does not work. it works fine on a normal field but it wont use the date range to filter the calculated field, it just returns all the records, dont know why this is happening, like i said earlier it works fine if i put the date range directly into...
  18. spurs100

    Filtering query results based on a calculated field. Please help!!!

    Hi all, Can anyone help me!! I have a table named appointments with the following fields: Patient ID|Appt ID|Appt Date| I use all this fields but add a new calcualted field called New Appointment:([Appointment Date]+ 84) to run a query,which produces the following results: e.g Patient...
  19. spurs100

    Problems calculating a fields data

    Hi all, I have an appointments table with the following fields: Patient ID || Appointment Date || Appointment Time || Appointment type || Last Appointment I need the Last Appointment field to calculate when the patients last appointment was using the data in this table. How can i do this...
  20. spurs100

    Query by form problems

    Hello, I have a query that takes its parameters from a form, however i am having trouble with one of the fields. I am tring to limit the records by using expressions i.e less than (<) then a number in the form field but i keep getting an error message saying the expression is too complex, if i...

Part and Inventory Search

Back
Top