CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: viperbyte

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    132

    Field Display Problem

    Hello everyone. With CR8.5 I need to be able to allow a user to enter a Quarter when prompted, such as 1, 2, 3, or 4. Our tables don't store quarters. We store months as integers which we call...
  2. Replies
    1
    Views
    130

    Re: SQL Help

    Never mind; figured it out. Thanks anyway :)
  3. Replies
    1
    Views
    130

    [RESOLVED] SQL Help

    Good morning all,

    When I run my report I get an error message that says "Too few parameters, expected 3". It's the "Location in (30, 31, 32)" that I'm trying to get to work in the query and it's...
  4. Replies
    1
    Views
    154

    C# with ACCPAC Question

    Hello everyone,

    Does anyone have a link or can provide sample code on hooking up to an ACCPAC database? Even a point in the right direction would be appreciated. I'm exploring the idea of...
  5. Replies
    2
    Views
    478

    How Do I Get A System Email Sent To Me?

    I'm about to add the capability to my app for a user to submit data to a database. The data will be sort of like "sign my guestbook" level but not quite a guestbook. The data will be displayed for...
  6. Replies
    4
    Views
    380

    Re: Unloading Forms.

    I just took a look at that code. That was great. I'll definitly use this approach. Super thank you very much.
  7. Replies
    4
    Views
    380

    Re: Unloading Forms.

    Hi Sotoasty.

    I was so messed up that I didn't have any code to show. What I ended up doing was hiding the login form. But that alone wasn't good enouh becuase when I closed the main form Visual...
  8. Replies
    4
    Views
    380

    Unloading Forms.

    Hello everyone.

    I have winforms app with a login form in which the user enters a user Id and a password. After the correct user id and password is entered, the main form is displayed. When the...
  9. Replies
    3
    Views
    738

    Re: To Migrate Access db to MySQL

    I used the bullzip link. It was sooo easy to use the program from that website and it converted the Access database to mysql perfectly. Thanks.
  10. Replies
    5
    Views
    1,356

    Re: CE 6.0 Programming

    That was helpful. I didn't know that CE programming was so different. I passed on that project because of that. Thanks.
  11. Replies
    5
    Views
    1,356

    CE 6.0 Programming

    Hi everybody,

    I want to take on a project which is an app to run on a MC2180. The MC2180 is a Windows CE 6.0 OS device. The thing is though that I've never coded a CE app before. What do I need...
  12. Replies
    3
    Views
    738

    Re: To Migrate Access db to MySQL

    Thanks Victor.

    I'll let you and the brotherhood know how it goes :)
  13. Replies
    3
    Views
    738

    To Migrate Access db to MySQL

    Hi everyone.

    I need to convert an Access 2007 database to MySQL 5.5. The Access database has thirteen tables. My first thought on how to do this is to create the MySQL database and tables by...
  14. Replies
    4
    Views
    510

    Re: How Big of a File Can I Process?

    Thanks Zip.
  15. Replies
    4
    Views
    510

    How Big of a File Can I Process?

    Hey everybody.

    I'm looking into doing a project in which I would have to import some text files into a MSSQL database. I tried opening one of the files in notepad to take a look at its format and...
  16. Replies
    2
    Views
    446

    Re: Quickie Question on Dystructors

    Thanks a lot.
  17. Replies
    2
    Views
    446

    Quickie Question on Dystructors

    Good morning everybody.

    What triggers a destructor?
  18. JavaScript Re: How do you do Keyup Event in Javascript.

    I replaced the body of the function with a simple alert('test'); just to simplify it some and tested the code in IE and Firefox and it worked just fine. Super thanks my friend.
  19. JavaScript How do you do Keyup Event in Javascript.

    Hello everyone.

    I'm trying to code either the keyup or keypress event for an input field in javascript but can't find any good sample code on how to do it. The example on www.w3schools.com...
  20. JavaScript Re: How Do You Read/Write Mult-value cookies in Javascript?

    ...So I have it working now. I used pipes for the delimination. Here's the js/jq:


    // display selected row index.
    $("#jqxgrid").bind('rowselect', function (event) {
    ...
  21. JavaScript Re: How Do You Read/Write Mult-value cookies in Javascript?

    Oh ok, so the value will be have to be a put together thingie. I'll start trying to put this together and post my work of art when I'm done. Thanks for the direction. Stay tuned...
  22. JavaScript Re: How Do You Read/Write Mult-value cookies in Javascript?

    Thanks PeejAvery,

    I've seen this code at w3schools before. As-is the code creates a cookie in which the cookie will have a name and have one value asscoicated with it and not the multivalue type...
  23. JavaScript Re: How Do You Read/Write Mult-value cookies in Javascript?

    Hello PeejAvery,

    I also need to write such a cookie. Any chance you have the javacript function that writes the type of multi-valued cookie I described in my post? Especially can you help me out...
  24. JavaScript [RESOLVED] How Do You Read/Write Mult-value cookies in Javascript?

    Good morning gang.

    I'm having a hard time figuring out how to do this. I'm trying to write a cookie that has a name for example "Order" in which this "Order" cookie will have values associated...
  25. Other Re: Debugging Javascript with FireBug and Visual Studio

    Yep, disable script debugging other(and internet explorer) are Not checked. I'm working on a project in which some test code that gets data from a web service won't work under Internet Explorer but...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4



HTML5 Development Center

Click Here to Expand Forum to Full Width