Search:

Type: Posts; User: MeSH

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Need help on updating a data on a table using facebox

    Good day to all of you. As the title says I need help about facebox when updating a data(s).

    Here's the code for the button to show the facebox



    <a rel="facebox"...
  2. Re: Need to Extract this Sign-in & New Account form (NODAL)

    Hi coothead! I'm sorry, I lack of details... I download the file last December 21, 2015 until now I can't get it work. :o

    so I decided to post my problem here :)
  3. Need to Extract this Sign-in & New Account form (NODAL)

    Good day to all of you guys! I need your help to extract the elements of this log-in nodal form.. I want to use this form on our project.

    134351
    134353

    here's the link.

    Thanks in advance
  4. Replies
    2
    Views
    4,365

    Re: Need help for the CSS code in Web2py

    is there any other way?

    because your code will overwrite it... and web2py has it's own code. I will show you the screenshot but here's the code first:

    Controller:



    def create():
    form...
  5. Replies
    2
    Views
    4,365

    Need help for the CSS code in Web2py

    Good day everyone!

    Any Web2py user here? I need help for the CSS code for the textbox and button. I cant't find the right code.

    The default are these:
    Firstname: textbox here
    Lastname:...
  6. Re: How to connect MySQL Database to cakePHP v3.0 using XAMPP

    inside C:\xampp\ folder I-type in the search box "database.php" but no luck... so what's the problem? it is the new version of cakePHP?
  7. How to connect MySQL Database to cakePHP v3.0 using XAMPP

    Good morning/evening to all members here!

    I have a problem to connect the database of MySQL to cakePHP v3.0

    I already follow the instructions here

    when I run localhost/nameOfMyWebsite
    ...
  8. Re: Can't use General exception in my code using try and catch

    good morning 2kaud! thanks for the code! it really really help! by the way... in your current code... it's only if? you'r not using try and catch? sorry for the question but I don't get the post in...
  9. Re: Can't use General exception in my code using try and catch

    in the create an account only integer must be input sir... but when I input letter.. it will cause infinite loop
  10. Can't use General exception in my code using try and catch

    Good eve/ am guys!

    I have a problem encounter on my codes when using try and catch... the try and catch won't work on my code... the "New account number: " will do an infinite loop.

    here's my...
  11. VS 2010 Re: Is this a bug? Parameter is not valid when showing a form

    I'm really really confuse now...

    first

    I delete the "forgotYourPasswordLabel" and create a new one named Label4

    tried it and it worked! now I rename the Label4 to "forgotYourPasswordLabel"...
  12. VS 2010 Re: Is this a bug? Parameter is not valid when showing a form

    ok here's the full details hope you can find other way to fix this sir :(



    System.InvalidOperationException was unhandled
    HResult=-2146233079
    Message=An error occurred creating the form....
  13. VS 2010 Re: Is this a bug? Parameter is not valid when showing a form

    it means that I need create a new project? :( but it's almost finish :(
  14. VS 2010 Re: Is this a bug? Parameter is not valid when showing a form

    ok forgive me if my questions are confusing... I will rephrase again....

    I made a fresh copy from my backup... and apply all the changes from the old one to the copy on the desktop

    then build...
  15. VS 2010 Re: Is this a bug? Parameter is not valid when showing a form

    please see this code.. I copy some of the details



    InnerException: System.ArgumentException
    HResult=-2147024809
    Message=Parameter is not valid.
    Source=System.Drawing
    ...
  16. VS 2010 Re: Is this a bug? Parameter is not valid when showing a form

    and now it worked... can anyone explain?
  17. VS 2010 Re: Is this a bug? Parameter is not valid when showing a form

    how can I view the details? i tried to click the link provided but it won't open
  18. VS 2010 Is this a bug? Parameter is not valid when showing a form

    Good am/eve guys!

    I have problem here and this is the first time I encounter it...

    these are the scenarios:

    1. Run the app

    2. open log in page
  19. Replies
    2
    Views
    782

    Re: NEED help: Is this possible for C ++?

    bump!
  20. Re: [SOLVED]Need help in comparing 2 dates in c++ using char as data type

    sir this is my example

    the customer consumed 300 cubic per meter in a month and his type of connection(classification that what we call here) is Residential


    the rate of Residential is 17...
  21. Replies
    2
    Views
    782

    NEED help: Is this possible for C ++?

    hello guys good am/eve!

    I have a question and need answer if possible...

    in VB.NET

    this is the code
  22. VS 2010 Re: Cannot protect a workbook if a worksheet has Merged Cell

    thanks for reminding... I forgot the cells are locked by default... now I can lock the entire cells even if there are merged cells in the worksheet.... thanks for reminding me :) I'll mark this as...
  23. VS 2010 Re: Cannot protect a workbook if a worksheet has Merged Cell

    sir if I change to that value it will merge the cells



    xlSourceRange1 = xlworksheet.Range("A1", "J1") <-----
    xlSourceRange2 = xlworksheet.Range("A2", "J2") <-----

    ...
  24. VS 2010 [SOLVED]Cannot protect a workbook if a worksheet has Merged Cell

    guys good am/eve! I successfully protect my workbook on my Daily Summative Report.... the problem is I encounter an error in catch it says that cannot change the part of a merge cell

    this is my...
  25. Re: Need help in comparing 2 dates in c++ using char as data type

    UPDATE:

    it's working now sir the remarks are shown... and now this is the last favor I ask to you sir... since the important task is being solved....

    how can I put that on a conditional...
  26. Re: Need help in comparing 2 dates in c++ using char as data type

    yes I intentionally not include the newRecord(), updateRecord() function and try and catch...

    this is the code for newRecord() function



    void newRecord( fstream &insertInFile )
    {
    long...
  27. Re: Need help in comparing 2 dates in c++ using char as data type

    then how can I put a value in my dueDate inside struct if my code only accept char.. if I change it to string I got error.... is there other way using char?

    as I understand the value of stim is...
  28. Re: Need help in comparing 2 dates in c++ using char as data type

    I got error:

    here's my full code


    //#include "functions.h"
    #include "stdafx.h"
    #include <iostream>
    #include <fstream>
    #include <cstdlib>
  29. Re: [WORKING] Block a User if log in attempt reach 3 times. [BUT] need PROPER code

    bump!
  30. [SOLVED]Need help in comparing 2 dates in c++ using char as data type

    need help guys when comparing two char dates

    here's my code



    #include <time.h>
    using namespace std;

    int main()
  31. Re: [WORKING] Block a User if log in attempt reach 3 times. [BUT] need PROPER code

    thank you for the clarification sir... but I think this thread has less viewer than in the VB.NET... so it has low chance to notice my thread :(
  32. Re: [WORKING] Block a User if log in attempt reach 3 times. [BUT] need PROPER code

    thanks for moving... I never thought there is a thread for this.... btw what are the difference between VB.NET thread to this Code it better thread sir?
  33. [WORKING] Block a User if log in attempt reach 3 times. [BUT] need PROPER code

    Good eve/day guys! our defense is finish but our teacher suggest that if the user input invalid username or password 3 times it will block the user to log in.... I have a code here and it's working...
  34. VS 2010 Re: Need a code to change the Chart Title in excel (if possible)

    bump!
  35. VS 2010 Need help on inserting data in a field with auto number type field

    I'm helping a friend of mine of their thesis. Their thesis is Daily Time Record...

    I got the code for log in and log out for the "AM" also for "PM"

    the problem is it won't add in next row in...
  36. VS 2010 Re: Need a code to change the Chart Title in excel (if possible)

    for clarification before I sleep.. sorry for no reply... I will reply soon I wake up

    http://s6.postimg.org/afk7zkya9/clarification.png

    Library Attendance for College Students January 2015 is...
  37. VS 2010 Need a code to change the Chart Title in excel (if possible)

    Hello guys! after searching here in vbforums I found this post

    the problem is the TextBox 6 wasn't found

    Error:


    The item with the specified name wasn't found.
  38. VS 2010 Need help for getting the number of days excluding sunday in a month

    Our system is almost done and I check all the requirements in our system base on the manual system...

    and I missed one feature on a report that will get the Average of students who logged-in in a...
  39. VS 2010 Re: Convert the long codes to short code but have some error encounter

    OH MY GOD! it worked! Super MANY MANY MANY THANKS to techgnome for clarifying on what I don't understand in the code! I forgot also the basic in array... specially also for IanRyder, who CONTRIBUTE...
  40. Replies
    15
    Views
    1,707

    VS 2010 Re: [NEED CODE] Need code for timeGapCount

    hey passel GOOD NEWS! it worked! I put in the nested loop now... the problem why is not working BECAUSE I only put in the UPDATE code... I did not put also the Select Case hour in the ELSE on the...
Results 1 to 40 of 95
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width