Search:

Type: Posts; User: Longbow22

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds; generated 35 minute(s) ago.

  1. Replies
    8
    Views
    2,146

    VS 2010 Re: Use variable name with radio button name

    Ah,
    I did not realize that if i have 8 radio buttons side by side that when it runs through my loop, basically on the last one is enabled.
    The idea was that it was giving the user a graphic...
  2. Replies
    8
    Views
    2,146

    VS 2010 Use variable name with radio button name

    I have several radio buttons on my form name rb1, rb2, rb3 etc.

    I have this sub that I want to loop through to set them to true. I'm passing in a sudo binary string "00010011"
    Whats the syntax to...
  3. VS 2010 Re: Clickonce Deploy/Install missing desktop shortcut

    Anyon have any suggestions?
    For this one pc I have to remote into it, save off my database file, un=install my app, install the updated app again from my dropbox location, finally re-load my...
  4. Replies
    5
    Views
    49,658

    Re: Sorting a datatable for REALS!

    Yea, I read all the posts in this thread, I was just not sure how it applied to what I was trying to do.
    Some of us are not experts like you, some of the obvious stuff that glares out at you does...
  5. Replies
    5
    Views
    49,658

    Re: Sorting a datatable for REALS!

    I am trying to sort a datatable before I write it out to a text file.
    Fld4 has these values before sort:
    0, 1, 5, 22, 31, 41, 53, 101, 119, 0, 163, 221, 0, 300, 312, 15

    After the sort its...
  6. Replies
    2
    Views
    640

    VS 2010 Re: Select Statement Error

    That was it.
    TYVM
    LB
  7. Replies
    2
    Views
    640

    VS 2010 Select Statement Error

    I am attempting to use this SELECT statment to caclulate the age of a person:
    Dim SQL As String = "SELECT DateDiff("yyyy",[Birthday],DateAdd("m",6,Date())) AS Age FROM AddTenants"

    I get the error...
  8. VS 2010 Re: Clickonce Deploy/Install missing desktop shortcut

    Thanks Gruff,
    That box is checked under Deploy->Options->Manifests

    LB
  9. VS 2010 Clickonce Deploy/Install missing desktop shortcut

    Hi,

    I have my app all completed and have done a test deployment (Clickonce to Dropbox) to my laptop, All is working as intended, updates are working as intended.

    I am letting a friend test my...
  10. Replies
    4
    Views
    1,022

    VS 2010 Re: Timespan In EDLC report

    I sure thought this would have worked in my expression for the total Build_Duration time field I have in my report.
    =TimeSpan.FromSeconds(Sum(Fields!Build_Duration.Value))
    But the error persists,...
  11. Replies
    4
    Views
    1,022

    VS 2010 Re: Timespan In EDLC report

    Right, I know to use TimeSpan.FromSeconds
    But for some reason when I try to add it to my expression in the report for my total field it has an error....
  12. Replies
    4
    Views
    1,022

    VS 2010 Timespan In EDLC report

    I am attempting to use something simular to this to sum the seconds in my report.
    =TimeSpan.FromTicks(Sum(Fields!Build_Duration.Value))
    Ultimately I'd like to display that total in hh:mm:ss
    ...
  13. Replies
    6
    Views
    1,391

    Re: Parse Machine Runtime

    Arrgg
    I follow what you are getting at ok, and it works as expected, the problem comes when that stupid print spits out something like 74:32, 74 minutes 32 seconds. I think if I was writing that...
  14. Replies
    6
    Views
    1,391

    Re: Parse Machine Runtime

    I thought this would be the answer, seemed pretty easy.
    tmp_Build_Duration = TimeSpan.Parse(tmpDuration).TotalSeconds
    I get the below error when any of my times are simular to 69:27, 69 minutes 27...
  15. Replies
    6
    Views
    1,391

    Re: Parse Machine Runtime

    I can't control what comes from the printer. I comes as one of the flavors above, I could convert it to an interger while importing (seconds), I think that is what you are getting at?

    Thanks
  16. Replies
    6
    Views
    1,391

    Parse Machine Runtime

    Hi,
    I have a text file I am trying to import into an access 2007 database, this file has the details of each print job from a 3D printer. The text file is comma delimited. One of m columns is the...
  17. Replies
    1
    Views
    2,807

    VS 2010 Re: rdlc with Sub Report

    I did find this example from the MS website, however I do not understand the dataset.ReadXml part. Where does the xml file come from?
    When I create a dataset/report I do not see an xml file...
  18. Replies
    1
    Views
    2,807

    VS 2010 rdlc with Sub Report

    Hello,
    I am using MSACCESS 2007 database.
    I have been trying for days to get a simple report with sub report to work in my app, here are the steps I am attempting:
    I created a dataset that...
  19. Replies
    6
    Views
    9,825

    Re: Slideable Controls

    Works great,

    I did notice that if I set it up on the left, then compile and run my app, it works as expected, however I notice in designer of that form now, the panel fills the entire form, I have...
  20. Replies
    15
    Views
    7,147

    VS 2010 Re: Slide panel out of form

    I know this thread is quite old, but is it possible to make it slide from the left instead of the right?

    Thanks
    LB
  21. VS 2010 MS Access 2007 Parent/Child Primary Keys

    I know I ask alot of seemingly simple/dumb questions, but hey, gotta learn somehow.

    I am redesgning my app from scratch using a ms access 2007 database as my backend.

    I created a...
  22. Replies
    3
    Views
    1,072

    VS 2010 ServerStream.Write

    I am trying to send a test transaction to a AIX Unix machine with the following code.
    I need to send the hex length (9F) 159 instead of (30313539)



    This works
    009f 44422e…
    Length 159
    ...
  23. VS 2010 [RESOLVED] Conversion from type 'DBNull' to type 'String' is not valid. How to handle properly.

    Hi,
    I have ALL my catch blocks writing to a log file that gets sent to me once a day.
    I see the error:
    Title: Error
    Message: Conversion from type 'DBNull' to type 'String' is not valid....
  24. VS 2010 Function does not return a value on all code paths.

    Just wondering what the proper syntax would be for something like this so it does not return the error above:



    Function DlookUp_In_Access(ByVal strLookUpFieldName As String, _
    ...
  25. VS 2010 [RESOLVED] Overwrite word bookmarks with .net

    Hello,
    I have the need to replace some word bookmarks from my windows forms app.
    I have all my word templates in my resources folder. My app is behaving as desired as long as I only open 1 word...
  26. VS 2010 Re: want to see a grown man cry..errors after changing framework 4.0 to 3.5

    I was able to get my datasets working again.

    I followed the instructions in this guide:
    Crystal Reports for Visual Studio .NET - Walkthrough - Reporting Off ADO.NET Datasets
    So I created my...
  27. VS 2010 Re: want to see a grown man cry..errors after changing framework 4.0 to 3.5

    Sorry Jm
    I am not allowed to visit forums on my work computer. I'm posting using my cell phone.
    I am getting errors like.
    TableAdapterManager is not a member of RAUAcctfileDataSetTableAdapters
    Or...
  28. VS 2010 Re: want to see a grown man cry..errors after changing framework 4.0 to 3.5

    That was my first thought. I changed it back to 4.0 and actually have a few more errors.
    Seems like that is my mo...2 steps forward 3 back.
    It looks like my only recourse is to start the project...
  29. VS 2010 want to see a grown man cry..errors after changing framework 4.0 to 3.5

    Long story short a few weeks ago my pc crashed and I lost my entire project. I have spent every spare minute getting back to where I left off.
    I the last 2 days I have been working on crystal report...
  30. Vb 2010/2012 Report with sub Report...pulling my hair out.

    This really is driving me bonkers.

    I created a simple project in vs 2012.

    1 form w/reportviewer.

    2 reports

    I can use either report on my reportviewer and my data is displayed.
  31. Replies
    1
    Views
    610

    VS 2010 Proper Syntax for a couple issues

    This is a quick one,

    I have this code, and when I turn Option Explicit on I get an error.

    Me.AddTenantsBindingSource.Filter = "TenantID = " & cboSiteFilter.SelectedValue & ""
    Option Explicit...
  32. Replies
    2
    Views
    702

    VS 2010 Re: Publish does not use current code/forms

    Thanks jmcilhinney

    Dropbox must not be actually refreshing the folder all the time. Previously the auto update feature was working correctly.

    Anyway deleted the folders on dropbox, did the...
  33. Replies
    2
    Views
    702

    VS 2010 Publish does not use current code/forms

    I have been using dropbox to publish my application, it was working fine, clickonce updates were even working. I had to switch computers and have had trouble ever since.

    I even deleted the entire...
  34. Replies
    3
    Views
    771

    VS 2010 Re: Just a quick explanation

    So in my case what would I replace ProductsRow with?
    I have an unbound column in my datagridview called age that i use birthday with to calculate the tenants age.
    AdditionalTenantsDataSet only has...
  35. Replies
    3
    Views
    771

    VS 2010 Just a quick explanation

    I found this code while watching the videos learnnowonline.

    Im just a little confused about this part:
    Where does ProductsRow come from? I've searched the example I have and cant seem to find it....
  36. Replies
    5
    Views
    1,124

    VS 2010 Re: Update Datagrid on form1 from form2

    Forgive me ahead of time for being dense, but i've only been using visual studio/basic 2010 for a very short time and have had to teach/attempt to teach myself everything i have know thus far.

    I...
  37. Replies
    5
    Views
    1,124

    VS 2010 Update Datagrid on form1 from form2

    I have a datagrid(bound to a datasource) on form1, and when i click my add button i open form2 (bound to the same datasource) my details form. All is good, on form 2 I am trying to use:...
  38. VS 2010 Re: Conditional Format Field In DataGridView

    Thanks dunfifflin

    I see that the problem is for column6, its 25 characters in the MS Access 2007 database table, and when I put a break point in I see "Vacant" is actually "Vacant " out...
  39. VS 2010 [RESOLVED] Conditional Format Field In DataGridView

    I am using the following code to change the color of a row based on column 7, what I would like to do is just change the font color if column 6 = "Occupied"
    Column 7 is an int, column 6 is text...
  40. Replies
    2
    Views
    717

    VS 2010 [RESOLVED] Keypress x 2

    I have a need to have a user enter at least 2 characters or an even number of characters in a textbox prior to my code running (this code needs to run realtime when an even number of characters is...
Results 1 to 40 of 81
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width