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

    VFP9-SP2 Help not appearing

    Based on the TT Search results, this is an OLD problem, but it has "raised its ugly head" once again. I just set up a new Win10 64-bit workstation with VFP5, VFP7, and VFP9-SP2 on it. All of the VFP's seem to work fine with the exception of VFP9's Help file not appearing when requested from...
  2. JRB-Bldr

    innerHTML onclick() functionality

    I have a web page with a <DIV> set up to receive an 'external' HTML page and display it. The 'Child' HTML page content is loaded into the <DIV>'s innerHTML to be displayed. Think of this as the 'Parent' page displaying the 'Child' page within the specified <DIV> In general this is working fine...
  3. JRB-Bldr

    VFP &amp; FoxChart

    I think that I must have taken a BIG dose of STUPID this morning resulting in the following confusion. I need to get a Line Graph onto a VFP Report (not just onto a VFP Form). It looks like the best approach for that might be to sue FoxChart (from VFPx), but I am having some difficulty...
  4. JRB-Bldr

    CR-V5 - Verify Database - File could not be found

    We are using CR V5 (yes its OLD, but we have a lot of CR Reports already written and they are not automatically supported in later versions). Regardless, when I open an existing CR V5 report and then try to do a Verify Database I get an error message indicating: Error Opening File - File...
  5. JRB-Bldr

    device.getUuids() (Android using Bluetooth)

    I am having trouble getting device.getUuids() working. My code is pretty simple: BluetoothDevice device = leDevices.get(i); // I use the Watch window to verify that device has a Valid MAC address final String deviceName = device.getName(); // deviceName shows as a Valid device Name...
  6. JRB-Bldr

    Mitel 5330 - Night Answer mode?

    I have a Mitel 5330 phone, but not a Mitel ACD. In the variety of Mitel 5330 Manuals (PDF documents) that I have found, they mention the availability of setting a key to Night Answer mode. But when I attempt to follow the directions I do not find that option available - neither within the...
  7. JRB-Bldr

    Mitel 5330 Web GUI ?

    I keep reading everywhere how the Mitel 5330 (and other phone models) have a Web GUI. Everyone says to merely put the phone's IP address into the browser and the GUI will appear asking for the username and password. Well that never happens. I cannot get the Web GUI to work in any way. My...
  8. JRB-Bldr

    Safely Remove Flash Drive

    I have written a small VFP utility that writes data files out to a Flash Drive. It is pretty simplistic and works just fine. But when the write operation is complete the user, more often than not, just 'jerks' the Flash Drive out of the USB port on the workstation. When they do this they most...
  9. JRB-Bldr

    Backgroundworker VS2008 VB - Can't get started

    Hello, I am trying to learn about using the Backgroundworker to get a ProgressBar working. But I can't seem to get this development effort off-the-ground. I am using VS2008 (VB). When I create a New Project - Web ASP.Net Application and look for the Backgroundworker object in the Toolbox, it...
  10. JRB-Bldr

    Backgroundworker VS2008 VB - Can't get started

    Hello, I am trying to learn about using the Backgroundworker to get a ProgressBar working. But I can't seem to get this development effort off-the-ground. I am using VS2008 (VB). When I create a New Project - Web ASP.Net Application and look for the Backgroundworker object in the Toolbox, it...
  11. JRB-Bldr

    Pass Values Back from Running Thread to Primary Server Code (VB.Net)

    I can pass a Session variable TO a thread as a parameter and use it there as needed. And there are other ways of accomplishing that. BUT I want to have the Thread routine run a process and calculate a value (e.g. a Percent Complete) which I need to have sent BACK to the primary server code...
  12. JRB-Bldr

    StartupScript (javascript) No Longer Working in Web Form from Master Page

    I had an ASP.Net web page that was working just fine. It was successfully executing the Javascript Startupscript that was Registered in my VB.Net Page_Load code with: ScriptManager.RegisterStartupScript(Me.Page, Page.GetType, "ChangeIconStartUpJavaScript", "startUpScript()", True) Now, with...
  13. JRB-Bldr

    AJAX UPDATEPANEL ProgressBar with external TimerControl not working

    Well I have asked my question(s) in the ASP.Net forum area and in the VB.Net forum area, so I'll try here now.... I have a webpage written with VS2008 in VB.Net that was working fine, but I wanted to add a ProgressBar to it. Many of the web references that I found indicated that I ought to try...
  14. JRB-Bldr

    Timercontrol not 'firing'

    Hello, I am beginning to try using AJAX with my ASP.Net page. Rather than wondering why my UPADATEPANEL is not appearing, I am trying to break things down to the basics. I have a Timercontrol object placed OUTSIDE of my Updatepanel and it is set for Interval = 2000 (2 seconds between 'ticks')...
  15. JRB-Bldr

    javascript getElementsByTagName() in conjunction with AJAX (javascript)

    Hello, I have finally gotten my intended javascript function to launch within a ASP.Net webpage utilizing an Ajax UpdatePanel. Just for a VB.Net FYI it took: ScriptManager.RegisterClientScriptBlock(TryCast(sender, Control), Me.GetType(), Guid.NewGuid().ToString(), "startUpScript()", True)...
  16. JRB-Bldr

    RegisterStartUpScript() Not Working After Adding AJAX UpdatePanel (VB.Net)

    Hello, I had a working web site, but wanted to add a ProgressBar to it. After much trial-and-error, I finally decided to try using the Ajax UpdatePanel on it to handle the ProgressBar. Previously the ScriptManager.RegisterStartupScript() was working just fine. Once I added the Ajax...
  17. JRB-Bldr

    SQL Insert of Multiple records

    I have perused this forum and other web references and found what should be the answer, but it is not working for some reason. The general answer that I found went something like the following: INSERT INTO table (field1, field2, ..., fieldn) VALUES (valuea1, valuea2, ..., valuean), (valueb1...
  18. JRB-Bldr

    FreeSwitch - config assistance for a newbie

    Since I am a total newbie to FreeSwitch please be patient and 'gentle' with me.... With a new IT position I have 'inherited' 2 FreeSwitch installations. * One installation environment is working (version 1.0.7) * And one installation environment (version 1.5.14) is a new test environment...
  19. JRB-Bldr

    Retrieve text data from off of ASPX page

    My apologies if this is already somewhere in the forum and I just could not find it. Let's begin by assuming that accessing a certain .ASPX webpage will display a text 'report' if a previous web operation was executed. If that operation was not executed, there will be a blank page displayed. I...
  20. JRB-Bldr

    Problem Connecting to MySQL Server via PHP

    I have doubly posted this question since I wasn't sure if it was most applicable to the PHP forum area or the MySQL area. So I apologize for the duplication... I have many years of development behind me with other languages and with MS SQL Server, BUT I am a total 'newbie' to PHP & MySQL - so...

Part and Inventory Search

Back
Top