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

    Same session_id() from two different users

    What would cause two different users on two different computers come up with the same session_id. I am using this code on each page: session_start(); ob_start(); header("Cache-control: private"); $sessionID=session_id(); And then writing $sessionID to a database and calling from the...
  2. grovemedia

    Different session id in secure page

    I'm kinda new to php and I have session_start(); on a page and when I go to a secure page and use session_start(); it produces a new session id. Is there a way not to produce a new session id? Any help will be appreciated. Thanks.
  3. grovemedia

    Problem installing activex over intranet

    I have created an activex control for our intranet. In that control I have a third party control(FarPoint Spread 3.5). When I tried to install our control on a users computer on our intranet the FarPoint Spread needed a license. I did some research and the Spread control needed a .lpk license...
  4. grovemedia

    Problem with .lpk file

    I have created an activex control for our intranet. In that control I have a third party control(FarPoint Spread 3.5). When I tried to install our control on a users computer on our intranet the FarPoint Spread needed a license. I did some research and the Spread control needed a .lpk license...
  5. grovemedia

    Installing activex over intranet

    I built an activex control that is implemented into our intranet. When you open the control ovet the intranet it installs the control everytime. How do you make it so it installs the first time and that is it. Any help would be greatly appreciated. Thanks.
  6. grovemedia

    ActiveX Properties and ASP

    How do I pull property values out of an activex control into an asp page. In my vb code of the activex control i have: Public Property Get UserName() As String UserName = msUserName End Property How would i retrieve what "UserName" is into my ASP page. Any help would be greatly...
  7. grovemedia

    ASP passing parameters problem.

    We have reports built with strored procedures on our intranet. All of them work fine unless the report needs a parameter. If i run the report that needs a parameter locally on my pc it runs fine. When it is published to the intranet it doesn't work, and i can't figure out why. If someone...
  8. grovemedia

    RadioButton Multiline

    Can a radioButton have a multiline setting for the label. I'm using Flash Pro MX 2004. I can't find a way to do it, so i was just wondering if that is possible. Thanks.
  9. grovemedia

    Text URL link

    When you add text to a frame, is there a way to make the URL Link dynamic. I am using MX 2004. Thanks
  10. grovemedia

    TextInput disapears on "enter"

    Right now i have on (enter) { mycode } for my textinput. So when i test the movie and i hit "enter" my textinput disapears. Why is this doing this?

Part and Inventory Search

Back
Top