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 Wanet Telecoms Ltd 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: hallm
  • Content: Threads
  • Order by date
  1. hallm

    Nortel 3x8 External Relay

    We have a Nortel 3x8 compact phone system that we need to add an external normally closed relay to and set the handsets to open that relay. Is that possible with this system? Does hardware have to be added or is this integrated into the station or co block? hallm http://www.fatgenie.com
  2. hallm

    Replacing &#39 in database with '

    I've got a database that I'm converting over to php / mysql. Alot of the text entries have &#39 instead of ' saved in. For example don&#39t instead of don't. I've tried running str_replace on it and it's not working. Am I missing something? hallm http://www.fatgenie.com
  3. hallm

    Turning keywords from text into links

    I've got a script that I use to update pages on my website. I've got three variables that apply to my issue. $keywords Keywords that I designate $link Link where I want the visitors to go $text The actual text thats displayed What I'm wanting to do is somehow parse the text before it is...
  4. hallm

    Mini Search Engine

    My site is using the Google, Amazon API's to provide search engine results. What I'm wanting to add is the ability to throw in a box with results from my sites have keywords that match the search query. Right now I'm playing with using LIKE in a SELECT statement (SELECT * FROM `geniesites`...
  5. hallm

    Adding webmail to sharepoint

    We are using the Pop3 and smtp services for our email on Windows 2003 Server Standard. We have a Sharepoint Services site up for our calendars and events. How easy would it be for us to add webmail to our sharepoint site. Is there a product or addon that would offer that? Thanks, Marion
  6. hallm

    Email server

    We are just setting up a Windows 2003 Standard server and are converting alot of our Linux duties over to it. We've got the webserver working already and are getting ready to work on an email server. I've turned on the Pop3 service and my computers is holding open both the smtp and pop3 ports...
  7. hallm

    Issues List

    We've just set up Sharepoint Services on our Windows 2003 Standard Server just to help us centrallize our contacts, events and stuff. I was playing with the issues list and I've just about got it customized for our purposes of help desk tracking. The only thing I lack is producing a printout...
  8. hallm

    Domain Policy question

    Is there a way of creating a system wide policy on Windows 2003 Standard server that control dumping the temp internet files. We have a Citrix application and some of the problems we are having are related to needing to dump the temp internet files. Or is their a system wide police that can...
  9. hallm

    Using a page control to give the user two different forms

    I've got a page control that is on my form. The first page is the form to add child records to my form and the second page is a graphic and an add record button. I'm wanting the 2nd page to be displayed when there are no child records for the currently displayed parent record. If a child...
  10. hallm

    Sorting table data that fills a grid

    I've got a grid control on the first tab (page) of my form that I use to select the records. I've got it set up so that I can click on the header of each column and change the sort order of that column. What I'm wanting is when the form is first opened the grid is sorted by customer name...
  11. hallm

    Search text box with button

    I've got a form that has several page tabs with a grid control on the first page. Right now if I click the grid control it changes the current record and refreshes my pages. I'm wanting to add a search box on the same screen as the grid control that will find and select the current record...
  12. hallm

    Grid that changes the current record in text boxes

    My form layout is a four tab page frame. The first frame has a grid that contains a list of my records. The other three frames have details for whichever row on the 1st page grid is highlighted. The code I'm using right now only seems to work the first time the form is run, it doesn't seem to...
  13. hallm

    Opening a form on startup using VFP 8 App. Builder

    I've got an application that is almost done. I used the app builder to generate the ui and menu's. About the only change I want to make right now is to have a form come up on startup. What is the best way to do that without changing the way the framework is setup? Thanks, Marion
  14. hallm

    Using a combo in a grid to autofill other grid values

    I've got a form that just consist of some header information at the top and then a grid control that contains employee names and ssn numbers. I've made the employee name column a combo box. I'm wanting to be able to select the employee name in the combo and have it automatically fill the ssn...
  15. hallm

    SELECT statement not working

    This is the other part of the export file that I'm working on. For some reason the text file that is created only has the first record duplicated. It doesn't list all the records for a certain date. The code was posted in answer to one of my posts in the VFP Forms forum and just used a SELECT...
  16. hallm

    How to use a form text box value in a SELECT statement

    I've got a form that has a text box that stores the date and a command button that's set up to create an export file of the data thats on the screen (the current record). I'm having trouble getting the SELECT statement to work. Here's what I have so far: SELECT "D0" + employeepay.ssn...
  17. hallm

    Removing duplicate records in a table

    I've got a table with existing data that I'm using in a fox pro database, it has a bunch of duplicate records that were keyed in by mistake over time. I want to create a primary index and can't becase of that. Is there a way within Fox Pro 8 to automate removal of duplicate records.
  18. hallm

    Problems with old database built with Delphi

    We have a internal database that was built years ago that is no longer supported by the developer. We are having to move this database to another pc, it runs on an Windows XP Pro system now, but we are having to replace that pc. I've copied the program directory exactly as it was on the other...
  19. hallm

    Creating a position delimited text file from Fox Pro 8

    I'm working on a database where I have to create an export file monthly from some of my queries. The file format is like: Pos.01-01 ----- Field1 Pos.02-11 ----- Field2 Pos.12-35 ----- Field3 I'm not wanting anyone to write code for me, but maybe give me some ideas on the functions I...
  20. hallm

    VFP 8 App Builder Wizard User Prompt Checkbox

    How do you go about adding and user logins to a VFP8 Project. I know that a form could be made with code that checks a table and gives access, but what is the checkbox in the App Builder for? I played with it a little, it will prompt me for a user name and password, I just can't get past that...

Part and Inventory Search

Back
Top