Search:

Type: Posts; User: Revontulet

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Error when deploying a web application.

    Hello forumers.

    The error:
    Error 174 The CodeDom provider type "Microsoft.VJSharp.VJSharpCodeProvider, VJSharpCodeProvider, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"...
  2. Replies
    13
    Views
    1,377

    Re: How to, xml as databases

    Yeah I thought also in that but they explicitally need the databasea in xml to use it in the prog used in different languages.
  3. Replies
    13
    Views
    1,377

    Re: How to, xml as databases

    Important: I have a table "customers" with some fields, between them, the ID. The problem that I can't see, is that I have another table with "products" with an id also. so, I will manage different...
  4. Replies
    13
    Views
    1,377

    Re: How to, xml as databases

    Well, thanks for your post :) !

    But dunno why is good to prevent the blank values. I thought that the blank values are useful to preserve the structure in case of the migration of xml files to...
  5. Replies
    13
    Views
    1,377

    Re: How to, xml as databases

    So, isn't enough to set the default values in the dataset ?? Ok, I'll check this article and i'll put here all news :) !
    Thanks again
  6. Replies
    13
    Views
    1,377

    Re: How to, xml as databases

    All made ! But just one thing. If I add rows to my datagridview, but I don't fill all the cells, for example, having: "name", "second name", "age", "school", I just fill "age" and "school", in the...
  7. Replies
    13
    Views
    1,377

    Re: How to, xml as databases

    Has been really useful. Thanks a lot :) !
  8. Replies
    13
    Views
    1,377

    Re: How to, xml as databases

    Thanks Kevinstructor. I'll do right now !
  9. Replies
    13
    Views
    1,377

    Re: How to, xml as databases

    Well the main use I wanna give to the xml is, I wanna keep in xml, amounts of data registers like if I would be managing a database in SQL Express.
  10. Replies
    13
    Views
    1,377

    How to, xml as databases

    Well, anybody of you knows how to use an XML file as a database?
    I mean:

    <Table>
    <register>
    <name>Name</name>
    <age>23</age>
    </register>
    </Table>
  11. Replies
    1
    Views
    3,159

    VS 2010 Read FLAC tags in VB.NET

    Hello.

    I'm looking how to read the tags of the audio files "FLAC" (and "APE"), mainly, the length.
    The main purpose is to get the length size of songs in FLAC.
    Any ideas? I didn't find anything....
  12. Replies
    6
    Views
    807

    VS 2008 Re: Installers, executables, updates...

    Aaaah okay! That's what I needed to know =)
  13. Excel interop. To datatable, convert string

    Hello how are you ?

    I have been having issues with imported excel data.

    I have an excel with data, where I have "DATE", in customized "yyyy/mm/dd", a column with "Time" in hours, and some...
  14. Replies
    6
    Views
    807

    VS 2008 Re: Installers, executables, updates...

    Thanks for your replies.

    When I mean portable I mean the exe that don't need installation. Inside the /bin/debug folder there's an exe with the name of application that can run if you just take it...
  15. Replies
    3
    Views
    698

    Re: VB Pro 2k8 and VB Express 2k10/2k12

    But can't do with VB Pro Trial is this ?

    Ok, then I can freely develop with Express and make what I want with the software ?
  16. Replies
    3
    Views
    698

    VB Pro 2k8 and VB Express 2k10/2k12

    Anybody knows what limitations of use has this 2 versions?
    I mean, I can create a software with them and distribute it for free accepting donations? Don't need to buy it just to freely distribute...
  17. Replies
    6
    Views
    807

    VS 2008 Re: Installers, executables, updates...

    Up!!
  18. Replies
    6
    Views
    807

    VS 2008 Installers, executables, updates...

    Hello mates. I have been with the following doubts for a "good while":

    - MAKE AN INSTALLER OF YOUR FINISHED SOLUTION. We have to use the default wizard of the vb.net 2008?? Is not like the other...
  19. VS 2008 CrystalReports - Don't want to sum suppressed values

    Hihoo forumers !

    Well, still being looking for all the web for the solution, but it escapes from my comprehension...

    Well....

    The problem is that I make a SUM of the AmountPaid, and it gives...
  20. VS 2008 Re: CrystalReports - Put a sql statement to text in report

    Thanks for your answer DataMiser.
    Why don't u take a look to my newer post ? Maybe makes clearer what I mean !
  21. VS 2008 CrystalReports - Avoid repeated registers

    Well, still fighting with it.

    http://img138.imageshack.us/img138/1426/halpl.png



    For you to see what I mean, I try to separate the registers for orders, but the orders are repeated values...
  22. VS 2008 Re: CrystalReports - Put a sql statement to text in report

    Well with Crystal I should show the quantity of items from every single order, but don't find any way to introduce a sql query. Maybe don't need it, but dunno how to do...
  23. VS 2008 CrystalReports - Put a sql statement to text in report

    Hello forumers, I've been breaking my head for 4 hours to find something i couldn't find.

    Well... I'm creating a report with crystal reports where I show some fields from 2 tables.
    The worst...
  24. Replies
    1
    Views
    542

    VS 2008 Functions for FX Keys (F1, F10...)

    Hello forumers ! How's all ??

    I have a question and I don't know how to point to the problem.
    I have a project with more than 10 forms, and I need that the whole project do a function when I...
  25. Replies
    5
    Views
    1,469

    VS 2008 Re: Program executing in second plane

    Yes ! That's it !

    Leave it running all the time, and when you press, dunno, F10, you capture an screen for example, but the program doesn't pop up. Is just in the tray :) !
  26. Replies
    5
    Views
    1,469

    VS 2008 Re: Program executing in second plane

    Not just that, also to leave it running while I'm working, to press a key and make it works with the features I developed
  27. Replies
    5
    Views
    1,469

    VS 2008 Program executing in second plane

    Hello friends !

    I wanna know how could I do to:

    Assemble a finished program, install it, and leave it executing in second plane to just push a key to work. Execute it once at the windows start...
  28. Replies
    1
    Views
    702

    VS 2008 Using XML. Relative path?

    Hello forumers !

    I have a doubt.
    I've been developing a project where I have to read XMLs.
    At the beggining, I moved the xml file to the bin/debug/conifg.xml, and works at perfection, but what...
  29. Replies
    1
    Views
    592

    Re: Assigning a var value...

    Solved :) ! I finally got the answer. In
    <a href="index.php?muni=girona">Girona</a> || <a href ="index.php?muni=figueres">Figueres</a>
    I should add the ?muni=girona or figueres, depending on where...
  30. Replies
    1
    Views
    592

    Assigning a var value...

    Hello !
    I'm very new in php and I'm trying to make a multi-city related web.
    In the globalFunctions I have the following:

    session_start();

    if (isset($_GET['muni']))
    $_SESSION['city'] =...
  31. Replies
    2
    Views
    491

    VS 2008 Once finished a project...

    Hello mates !! I have something big now...

    I'd like to know... well, I have finished a project managing databases and all that stuff... and using ADO.NET, some databases and the main program, I'd...
  32. Replies
    2
    Views
    549

    VS 2008 Re: Navigation through databindings

    Thanks a lot ! Is exactly what I've been looking for !
  33. Replies
    2
    Views
    549

    VS 2008 Navigation through databindings

    Hello friends ! How are you all ?

    I wanna know a thing.

    I wanna know how to move into the different regs of the form (using databindings), just focusing the ID textbox and selecting ALT + => to...
  34. Replies
    3
    Views
    566

    VS 2008 Re: Calendar and related

    Thanks for your reply, but MSDN don't tell how to change the color of the days, and is in what we're interested.
    Someone says that I should take something from 3rd's... but not quite sure.

    Thanks...
  35. Replies
    3
    Views
    566

    VS 2008 Calendar and related

    Hello forumers.

    Could someone tell me how to work with monthcalendar and their colours??
    We have lots of problems to work with calendar colors now... (basically change color date, backgrounds,...
  36. Replies
    5
    Views
    1,985

    Re: Problems adding elements to a vector

    Tried it and it works.
    Thanks a lot mate, You helped me a lot.
  37. Replies
    5
    Views
    1,985

    Re: Problems adding elements to a vector

    Oh, really ?? Okay then ...

    So, I have to fill with nulls all ??? Okay :) understood ! And how should I do??

    vectorname.insertElementAt(null, 0); ??

    THanks :)
  38. Replies
    5
    Views
    1,985

    Re: Problems adding elements to a vector

    Thanks for your reply!

    But nope, dont' want to add to the end.
    Just want to, if I need to add just the second car, add the second car to the second position of the array, and leave the...
  39. Replies
    5
    Views
    1,985

    Problems adding elements to a vector

    Well, I have a vector called "Vector" and I'm adding vehicles to this vector with the "insertElementAt" statement.

    I do:
    Vector <vehicle> saveVehicles= new Vector();

    if(option1){
    Cars Car1 =...
  40. Re: Instanciate an object with name inside a variable

    Thanks for your answer :)

    I decided to do it in other way, thanks anyway :) !
Results 1 to 40 of 57
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width