Search:

Type: Posts; User: EddiRae

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. VS 2015 Re: Google Maps Using Subgurim - Map is not loading - Getting blank map

    Sorry for not responding sooner. I resolved this recently.

    I changed the coding for the AddMarker subroutine to be as follows:



    Protected Sub AddMarker(ByVal strAddress As String, bStartLoc...
  2. Crystal Reports - Main Report having two subreports

    Hello,
    I have a report where I am combining two independent reports together.
    The main report doesn't have any data sources; they are only on the sub reports.

    Both sub reports use the same...
  3. VS 2015 Google Maps Using Subgurim - Map is not loading - Getting blank map

    I am new to creating Google Maps on a website.

    I am using the software provided by http://en.googlemaps.subgurim.net/.

    I have tried to get this to work, but I am not sure what to look for.
    ...
  4. Replies
    7
    Views
    1,188

    VS 2010 Re: Drop Down is not getting correct TEXT

    Sorry for the long delay, sapator.

    In the code below, when I debug and step through those lines, the Value that is going into the 1st line is a "5"; which is for "APPOINTMENT". When I then get...
  5. Replies
    7
    Views
    1,188

    VS 2010 Re: Drop Down is not getting correct TEXT

    This is in a Website.

    I have an object data source that uses a Business Logic that ties to a dataset.

    I pull in all of the "Status" codes that are in the dataset.
  6. Replies
    7
    Views
    1,188

    VS 2010 Drop Down is not getting correct TEXT

    Hello,
    I have a drop down list that has 11 items in it.

    When I am processing, I have a Session field that has the value of "5" in it. The text for this is "APPOINTMENT".

    I have made this the...
  7. Place Data Into Textbox From ObjectDataSource

    Hello,
    I have a web page where I am using an Object Datasource to pull data from my database. It will get one record. I want to be able to fill textboxes on my page with this pull.
    ...
  8. Re: Copy record from Gridview when using BLL and DAL

    All of that code is in the BLL.

    I was thinking about this and the real issue is that I have some fields that I have the autopostback turned on so that the OnChange logic would fire. When this...
  9. Copy record from Gridview when using BLL and DAL

    Hello,
    I have a gridview that has a "COPY" button on the Item Mode. When I click this, I want to automatically insert a new record and then open the new record in Edit Mode.

    I want to be able to...
  10. Replies
    0
    Views
    576

    FindControl not finding my control

    Hello,
    I have a textbox on my gridview that I am trying to do some changes in VB coding. For some reason, when I do my FindControl for this, it is not finding the control. I am not sure what I am...
  11. Re: Requested URL /Default.aspx was not found on this server

    Thanks, but I found the issue. This is caused from placing cookieless="true" into the web.config file.

    This is now how I have the line.

    <system.web>
    <sessionState mode="InProc"...
  12. Re: Requested URL /Default.aspx was not found on this server

    The junk that is between the MyWebsite/ and /Default.aspx is automatically being substituted and I am not sure how and why.
    That was my question. I do have the Default.aspx in the folder that it...
  13. Requested URL /Default.aspx was not found on this server

    Hello,
    I hope you can help. I converted my .net Framework from 2.0 to 4.0. I am trying to wean myself from VS 2008 to VS2010.

    When I run my websites, I am getting some encryption in the URL as...
  14. Reference required to assembly 'System.Web.Extensions' ERROR

    Hello All,
    I had a website that was working perfectly well.

    I upgraded the framework from 2.0 to 3.5. I even tried 4.0. I am using VS 2010.

    When I compile, I am getting the following error:...
  15. VS 2008 Re: Split Date and Time into two fields on FormView

    Thanks for the input. I was hoping there was an easy way. I guess I will need to create the ApptTime fields in the database.

    I appreciate your comments.

    Eddi Rae
  16. VS 2008 Re: Split Date and Time into two fields on FormView

    So below would work for each field and then when saved, pull together properly?

    tbSoldDate: Bind("SoldDate", "{0:MM/dd/yyyy}")
    tbSoldTime: Bind("SoldDate", "{0:hh:mm tt}")
  17. VS 2008 [RESOLVED] Split Date and Time into two fields on FormView

    What would be the best way to have one date/time field in the table, but display them separately on the form?

    Thanks in advance!
    Eddi Rae
  18. VS 2008 Show Pop-up before changing web page to save data on form

    Hello,
    I have a web page that when the user presses the "Go Back" button, if the formview is not in ReadOnly mode, to ask if they want to exit without saving.

    I was thinking of having a pop-up...
  19. Re: dropdownlist duplicates when refilling dataset

    Thanks for the input. I thought that was what the ds.dispose was doing.

    I did finally get the drop-down to only supply one set of data. I had to clear the drop-downlist. Below is the code:

    ...
  20. dropdownlist duplicates when refilling dataset

    I have a dropdown list that fills correctly when I first create the datatable with the first pull of data for a locatioin.
    When I go back and choose a different location, it still is holding the...
  21. Replies
    1
    Views
    560

    Convert string to Integer using VAL

    Hello,
    I have a variable that contains "within 50 ml". I want to pull the "50" into an integer variable. What is the best way to do this?

    I tried iOutput = val(sInput) and the iOutput is...
  22. Replies
    6
    Views
    2,438

    Re: Crystal Reportviewer in Modal Form

    Thanks for the input, jggtz.

    I am not able to compile. The Visual Studio 2008 is not showing the "App" as a value. Do I need to import anything to be able to use this?
  23. Replies
    6
    Views
    2,438

    Re: Crystal Reportviewer in Modal Form

    That is okay to navigate from one to another.

    My program is executed from another 3rd party application. If my program was not closed and they ran my program a 2nd time, how could I close the...
  24. Replies
    6
    Views
    2,438

    Crystal Reportviewer in Modal Form

    Hello,
    I am trying to have the Crystal Reportviewer as a modal form.

    I have an application that has two forms. The main form that pulls all of the data together for the Crystal Report. This is...
  25. The located assembly's manifest definition does not match the assembly reference.

    Hello,
    I am working with Microsoft Outlook and trying to create a calendar event. I can get this to work on my PC, but when I move to the hosting site, I get the error in the header.

    I am adding...
  26. Replies
    1
    Views
    1,408

    compare validator datatypecheck for datetime

    Hello All,
    I have a compare validator datatypecheck that was set up to check the date entered. I am now changing this to check to make sure that the date/time entered is valid. I changed the...
  27. Partially bold field to go into Crystal Report dataset

    Hello,
    I am trying to create a string variable in VB that has some of the text bolded. This will then be passed to a Crystal reports.
    Does anyone know if this is possible?

    Thanks
    Eddi Rae
  28. ReportViewer - Nbr of Pages on website is different than Nbr of Pages when printed

    Hello All,
    I am trying to get the number of pages on the web page to be the same as when you are printing.

    Is there anyone that can help me with this?

    Thanks in advance!!
    Eddi Rae
  29. Re: Report in MS Reportviewer not maximized for IE Explorer

    I found out what is causing the report not to be spread correctly across the entire IE Explorer page. I didn't have the "List" on the page with the Table inside of it. This is what keeps the table...
  30. [RESOLVED] Report in MS Reportviewer not maximized for IE Explorer

    Hello,
    I have created a website that uses the MS Reportviewer and the rdlc reports. When viewing these reports in Firefox, all the reports stay maxmized. When you view them in IE Explorer, they...
  31. Re: New to ReportViewer ... I Cannot get to work

    That corrected that. Now I have other issues that I can work through.

    Thanks for all of your help!!
    Eddi Rae
  32. Re: New to ReportViewer ... I Cannot get to work

    The value of myPath is "D:\Eddi Rae - Data\Consulting\AMS\Applications\fpccarecentre\NavCare\mailouts\rptNav106.rdlc"

    This is working correctly.

    I found that I was getting the error on the...
  33. Re: New to ReportViewer ... I Cannot get to work

    Yes, the code I have is rvNavReports.LocalReport.ReportPath = myPath

    This is how myPath is defined.
    myPath = Server.MapPath("rptNav106.rdlc")
  34. [RESOLVED] New to ReportViewer ... I Cannot get to work

    Hello,
    I have been trying to find an answer to this all day and I just cannot get my web page to work.
    I am currently getting this error "The source of the report definition has not been...
  35. Re: VS2008 - Oledb ExecuteReader is opening Windows Form

    I found the issue. I didn't open the connection. So therefore it was erroring.

    Thanks for all of your help.
  36. Re: VS2008 - Oledb ExecuteReader is opening Windows Form

    NO, it didn't finish ALL of the code. I was debugging and it didn't get to where it was filling in the arrays. It also didn't get to all of the rest of the code that was after this statement. This...
  37. Re: VS2008 - Oledb ExecuteReader is opening Windows Form

    The person that is creating the input file for the defaults is creating an excel file. That is what I am having an issue with.

    For the form, it is not the Msgbox that is popping up, it is the...
  38. Re: VS2008 - Oledb ExecuteReader is opening Windows Form

    Sorry, I forgot to change the F1 to be the field value. I have attached the debug code of the program where it I am when the form (next picture) is opening. This should not be opening until I have...
  39. [RESOLVED] VS2008 - Oledb ExecuteReader is opening Windows Form

    Hello,
    I am reading in an Excel file that I am getting default data for my Windows application. When I get to the ExecuteReader statement, the form opens and stops processing my code.

    I am...
  40. VS 2008 Re: Not enough storage is available to process this command.

    dunfiddlin,
    I greatly appreciate all of your feedback for this issue.

    I have changed the process using the vfpoledb table and have gone with a .csv piped file. I am readying this properly and I...
Results 1 to 40 of 72
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width