Search:

Type: Posts; User: Estuardo

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    543

    VS 2010 Re: [RESOLVED] A quick deployment question

    I'm glad you've found the answer. :)
  2. Replies
    3
    Views
    539

    Re: Help with Scheduler

    Thanks a lot to both :)
    DataMiser, if this problem would be yours, you'll take the second option. Is that right?

    skor, Every time i can i try to keep my tables at least in the 3rd Normal form....
  3. Replies
    5
    Views
    543

    VS 2010 Re: A quick deployment question

    G'd evening Davide,
    May i ask what do you mean by "Only installs on one user"? putting aside the fact that you're running on vmware, if the OS is running most of apps should run fine as well....
  4. Replies
    3
    Views
    539

    Help with Scheduler

    G'd Evening!
    I'm having a problem with the table(s) structure for a little app. that will help the fire dpt. in my city to schedule the transport for patients.
    The requirements are pretty much the...
  5. Replies
    1
    Views
    499

    VS 2010 Re: adding a simple sql sp to a windows form

    G'd evening Bogdan,
    I guess you may want to read this post from one our moderators.
    G'd Luck
  6. Replies
    2
    Views
    617

    VS 2008 Re: Video Conversion Utility

    Hello Spooke,
    You may want to try this
    G'd luck
  7. Replies
    1
    Views
    366

    Re: whats wrong with my code?

    G'd Afternoon,
    First you may want to check this.
    As far as i know the listview doesn't work the way you're trying to. If you need to add items you need to use the listviewitem object, and then add...
  8. Replies
    1
    Views
    858

    Re: Bindingsource and datasorce / combobox

    Hello Greekman!
    First is not mandatory to use a databindsource object to have two related comboxes (aka "cascade comboboxes"). Here is a video if you want to keep the bindingsource object.
    I...
  9. Replies
    5
    Views
    2,686

    VS 2010 Re: Extra pages in ReportViewer

    I think this a question i'd should asked before. Any way. Are we talking about crystal reports?.
    If so, crystal reports are divided by sections. Let's say Report Header
    Group Header, Details, Group...
  10. Replies
    5
    Views
    610

    VS 2010 Re: Newbie looping problem

    Thanks for the clarification!.
    Back the what the poster ask, i think we both have a different view.
    Because he also said "...I'd be grateful for constructive suggestions or alterations you folks...
  11. Replies
    1
    Views
    789

    VS 2010 Re: two tables in Crystal Report

    G'd Afternoon,
    Just as straight as your code. Instead of a table use a view (qry) with both tables. or use a subreport
    G'd luck
  12. VS 2010 Re: [VB.NET] Open WebBrowser Popips in new Webbrowser?

    G'd afternoon Aristide,
    I guess that no one reply, because the investment of time and effort is not worth. To achieve what you want, you will need to build an add-on for that browser, to intercept...
  13. Re: Connection between Vb.net and web browser on the interenet

    G'd Afternoon mangore,
    you may want to check this
  14. Re: Crystal Report Versions for VS 2005 or 2010

    G'd Afternoon Raine,
    Check this
    G'd luck
  15. Replies
    2
    Views
    17,887

    VS 2010 Re: Export DataTable To text file

    G'd Afternoon Lyong,
    i don't know if this is the faster and efficient, but is an easy one.


    Private Sub PersistData()
    Dim dtr As SqlDataReader
    Dim cmd As New SqlCommand
    ...
  16. Replies
    6
    Views
    700

    VS 2010 Re: Press a button when opening a form

    G'd afternoon Octavio,
    Why do you need to press the button? whatever the procedure your button will call, you can call it as well.
    Eu não acho que seja necessário um procedimento para fazer click...
  17. Replies
    5
    Views
    610

    VS 2010 Re: Newbie looping problem

    G'd afternoon owdcoder83,
    I'm wondering why do you say that it will give just one chance to answer. Could you please point me out where the error is. I'd tested the code before posting and is...
  18. Replies
    1
    Views
    4,142

    Re: VB2008 + Crystal Report + MSSQL using ADODB

    G'd morning!
    Search the forum, you will find several post that may answer your question.
    try this and this to start.
    G'd luck
  19. VS 2008 Re: help receive sms and save to mysql using terminal

    G'd morning!
    no, that i know, even if you know your modem AT commands you will need an API to handle the response inside your app and then insert the "clean" text in your db.
  20. VS 2008 Re: [HELP] Crystal Report load IMAGE using file path

    G'd morning Caution,
    Yes is possible, but you will have to deploy the pictures with your report.
    When you insert an image in CR you can set its location opening the "Format Graphic" option in the...
  21. VS 2010 Re: How to get files from every sub folder?

    G'd morning Litego,
    Search the forum for Recursive File Search, you'll find many code examples.
    G'd luck
  22. Replies
    2
    Views
    702

    Re: Database connection-problem

    G'd evening!
    First change the backlash in your filepath, second change your provider. If you have a mdb file you don't need the access 12 provider. try with something like this:

    ...
  23. Replies
    5
    Views
    610

    VS 2010 Re: Newbie looping problem

    G'd evening Torind,
    You're right the problem is in the guess section.
    Suggestions:
    1. Const variables use to be out of procedures, most of the times in the upper section
    2. Dim statement is for...
  24. Re: need a little bit more help with desktop should take 5 mins

    G'd evening!
    There is a function to move a folder from one place to another, but i'm not aware of a function that copy a whole folder.
    I think that you will need a recursive function to achieve...
  25. Replies
    2
    Views
    2,059

    VS 2010 Re: Fill TreeView with 2 Tables

    G'd evening,
    I haven't see the Northwind example, neither i know a way to populate a treeview with related tables, but here is a working example of how you can achieve the same result.


    Private...
  26. VS 2008 Re: What is equivalent property of Window.document in vb.net?

    G'd evening,
    i don't remember that property/method, but you can tell us what you want to achieve and we can try to help you.
  27. VS 2010 Re: Reading remote registry with WMI returns no results

    G'd evening Ginolard,
    I don't use to work with WMI, but i know that if you want to have access to the registry, all your machines must have running the remote registry service and the remote...
  28. Replies
    1
    Views
    585

    VS 2010 Re: Printing on A3 paper

    G'd evening Ashley,
    I saw your excel sheet, as you said it can be do it in a better way. If i would have to do that i will start to splitting the structure into tables. Then create a GUI web/win app...
  29. Replies
    5
    Views
    2,686

    VS 2010 Re: Extra pages in ReportViewer

    Without having a look at your report is hard to say.
    The title columns shouldn't be a problem. check the "can grow" option on each textbox and the data you are displaying is free of blank spaces....
  30. Replies
    4
    Views
    670

    Re: Who is Using???

    Oggmorg,
    Now you loose me. Your software make backups? is so it should implement the shadow-copy technology. No need to close any file.
    What do you mean by all required files?
    When you say...
  31. VS 2005 Re: Mobile application VB 2005-How can I detect if an instance of app is already runn

    G'd evening!
    It's been so long since i drop ppc programmig, but I think that you should avoid more than on instance of your application. If that's a requirement, you have a lot of work ahead....
  32. Replies
    1
    Views
    4,743

    VS 2010 Re: how to create vb.net report

    G'd evening!
    Now days you have several options to choose from. CR for VS2k10 is free, Active Reports is 100% managed code and is ok for not toooo complex reports. If you search for Printing tools...
  33. Replies
    1
    Views
    587

    VS 2010 Re: email validation

    G'd afternoon!
    Usually when you sign some one in, is because he/she already registered right? if so you already have stored that info. and all what you have to do is to compare the input with the...
  34. Replies
    1
    Views
    702

    VS 2008 Re: help in Microsoft Report viewer header

    G'd Afternoon!
    Just include that field/variable in your report's source and drag and drop to your header
    G'd luck
  35. Replies
    4
    Views
    670

    Re: Who is Using???

    G'd afternoon!
    The answer is yes, but... it will depend on your network.
    To do that you will need first to change the security access to set up the "Audit" on that file or folder.
    Then you will...
  36. Replies
    1
    Views
    1,299

    VS 2008 Re: Windows mobile 6 access database

    G'd Afternoon,
    As far as i know there is no ms access for ppc since long time ago. you still have several options:
    1 Use sqlce
    2 Connect remotely to a real sql db. For this you will need an...
  37. Re: VB .Net 2005 and Crystal Report (passing values to parameters issue)

    G'd Afternoon!
    If you search the forum you will find lots of examples, like this Crystal Reports Parameters.
    Depends on how is set your report you can use something like this

    ...
  38. Replies
    2
    Views
    630

    VS 2010 Re: e-mail sending program

    G'd afternoon!
    I don't understand your problem. Do you shared your project so your forms are readable? if so, just deploy the .exe file. if you have third-party assemblies build a setup project and...
  39. Replies
    5
    Views
    2,686

    VS 2010 Re: Extra pages in ReportViewer

    G'd afternoon!
    I'm not sure what the problem is, but i would start by checking the report-footer size and page-footer size.
    If i get right you have several instances of report viewer, if so, i...
  40. Re: Advice needed for a message box if not enough data entered.

    G'd Afternoon all!
    Steve, you don't need to go away, this is a great place to learn. In fact right now you're learning.
    I'm sure that Incidentals didn't meant to be hard on you. We all once were...
Results 1 to 40 of 68
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width