Search:

Type: Posts; User: boku

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    395

    Big Mess Up Emergency

    Hi, a program I was running which rebuilds tables messed up a clients database wiping out over $300000. All the data is still there, just in new tables prefixed with an X

    for example ......
  2. Replies
    0
    Views
    539

    Wonderful M$ Email format

    Hi guys,

    Is there a way/function to extract the plaintext, the HTML, all files as attachments and all inline images from an email. I have had some issue with microsoft outlook originated emails as...
  3. Thread: Function Issue

    by boku
    Replies
    2
    Views
    588

    VS 2008 Re: Function Issue

    I was inspired by the AutoIT functions, so want to call them like they do:


    CDTray("E:", "open")

    but in lua


    DLL.CallFunction("Autoit.dll", "CDTray", "\"E:\", \"open\"");
  4. Thread: Function Issue

    by boku
    Replies
    2
    Views
    588

    VS 2008 Function Issue

    Hi,

    I am trying to write a DLL that will take two parameters; a path and the text to write text to said path.

    I want to be able to call this function from any other language that can be coded...
  5. Replies
    3
    Views
    3,441

    Re: Receiving email issues

    SOLVED IT!

    Basically (Thanks to Kow) I discovered I was reading the wrong parts based on content, using this script I discovered the best ones to use.


    print...
  6. Replies
    3
    Views
    3,441

    Re: Receiving email issues

    Do you mean using this to get the entire?


    imap_fetchbody($inbox, $email_number, 0)
  7. Replies
    3
    Views
    3,441

    [RESOLVED] Receiving email issues

    This is my code.



    $message = imap_fetchbody($inbox, $email_number, 1.2);
    if ($message == "") {
    $message = imap_fetchbody($inbox, $email_number, 1.1);
    }
    if ($message...
  8. Re: How to Export Each page of report to seperate pdf files in Crystal Reports XI

    Unfortunately this is a common problem, you can export them all one at a time, which takes time, or what you can do instead is use a pdf splitter. What we use at work is this...
  9. Re: [CRYSTAL 2008] A subscript must be between 1 and the size of the array

    This is the new {Static.DOCMSG#1}


    # ##MELB UNI AUG09##09 OCT PAKENHAM##09 OCT KYNETON##09 OCT MOE##09 OCT CRANBOURNE##09 OCT SALE##09 OCT BENDIGO##09 OCT MORNINGTON##09 OCT AVOCA CUP##09 OCT...
  10. [CRYSTAL 2008] A subscript must be between 1 and the size of the array

    I am pulling data from MS SQL onto a crystal 2008 report.

    I get this error on page 10 of 22 of the report.

    A subscript must be between 1 and the size of the array


    Local NumberVar IndexNo...
  11. Thread: Code breaker

    by boku
    Replies
    0
    Views
    2,998

    Code breaker

    How does

    "Instant Access" = HEPFC CFIBE PBFBH

    (without quotes)

    Can you get it? :lol:
  12. Replies
    9
    Views
    1,480

    Re: Wierd Must Login Twice Error

    I have cured the issue!

    The issue seemed to be resolved by removing this ...


    if ($_SESSION['_TO'] != 'staff')
    {
    $_SESSION['_FROM']='staff';
    header('Location:...
  13. Replies
    9
    Views
    1,480

    Re: Wierd Must Login Twice Error

    Apparently I'm not the only one having this issue ... could it be linked to the issues listed here? http://php.net/manual/en/function.odbc-num-rows.php
  14. Replies
    9
    Views
    1,480

    Re: Wierd Must Login Twice Error

    This IS defining


    $_SESSION['userrecid']="An Error Has Occured!";
  15. Replies
    9
    Views
    1,480

    Re: Wierd Must Login Twice Error

    Thanks Kows,

    Doing an echo I have seen that the first time I login, the count returns null, nothing at all. Not even zero. However when I login again It works. NO SQL errors, or php errors display...
  16. Replies
    5
    Views
    5,269

    Re: Hours between two dates

    Thanks Kows :P :) my bad
  17. Replies
    9
    Views
    1,480

    [RESOLVED] Wierd Must Login Twice Error

    Hi,

    I'm very new to PHP to excuse my code...

    On my login form, its making me have to login twice, second time is always sucessful, never the first time. As far as I can tell my code is ok, but...
  18. Replies
    5
    Views
    5,269

    Re: Hours between two dates

    This is what I wrote yesterday



    But I do get decimals, which is annoying ...
    Also, yes this is a MySQL database ...

    I think I'm going to use this, it looks right ...
  19. Replies
    5
    Views
    5,269

    [RESOLVED] Hours between two dates

    I have a bunch of records in a MySQL database

    Typically I would like to work out the amount of hours and minutes between 2 dates for each record in the database...


    2010-01-01 00:00:00...
  20. Replies
    12
    Views
    1,004

    Re: Join from same table?

    Ah .... duh ... just change "table" to the actual name ... my bad, sorry for DP
  21. Replies
    12
    Views
    1,004

    Re: Join from same table?

    I am using MS SQL with TSQL :)

    I have been advised I can use this



    UPDATE s
    SET stklevel = s.stklevel + t.sktlevel
    from table s
    inner join
  22. Replies
    12
    Views
    1,004

    Join from same table?

    Hi,

    I have a bit of an odd one ... here is a sample of what I am dealing with...

    http://www.vbforums.com/attachment.php?attachmentid=74624&stc=1&d=1259384071

    What I need to so somehow do is...
  23. Replies
    16
    Views
    877

    Re: SQL Query Arithmetic

    Still lost with how to do inner joins :P

    I'll still keep playing around though...
  24. Replies
    16
    Views
    877

    Re: SQL Query Arithmetic

    Duh :p

    Excellent, thanks buddy :)

    -------------------------------------------

    Just a quick question, using that code you gave me for the select statement, where would I put another select...
  25. Replies
    16
    Views
    877

    Re: SQL Query Arithmetic

    This turns out to be rather a difficult query huh :p

    I do need the account name (top 10), but I do not want it as part of the filter criteria because I need more than 1 value...
  26. Replies
    16
    Views
    877

    Re: SQL Query Arithmetic

    That code looks good Pradeep but how do I do it for all "Invoices" i.e. without specifying an account?

    I want to do the math for all invoices and then select the top 10 best customers based on the...
  27. Replies
    16
    Views
    877

    Re: SQL Query Arithmetic

    If you look at my original code, it actually displays adding and subtracting :confused:

    This is in SQL Server 2005.
  28. Replies
    16
    Views
    877

    Re: SQL Query Arithmetic

    Sorry guys both of those wont work.

    @ GaryMazzone - Cannot work because firstly the invtype denotes whether or not the value is adding or subtracted from the grand total.

    @ Pradeep1210 - This...
  29. Replies
    16
    Views
    877

    SQL Query Arithmetic

    Hi Guys, been looking at this way too long now and figured out most of it but cannot finish the last little bit ... please help :(

    This is my code



    SELECT "ACCT",
    (
    SELECT...
  30. Replies
    3
    Views
    2,860

    VS 2008 Re: Using MDB for all all objects

    Thanks Gep13 those links are excellent, I think they'll provide me with all the info i'd ever require.

    However, how would you set the text for all form controls?

    Load the database into a...
  31. Replies
    3
    Views
    2,860

    VS 2008 Using MDB for all all objects

    Hi guys,

    I am just wondering how you would do it basically?

    The plan is to use a database just a MDB one, which holds all text fields for all the objects in my application.

    For example (real...
  32. [MS SQL Server Management Studio] sp_trace_create

    I've been asked by our dev team to run a trace on a sql databse due to a customer crashing regularly.

    I've never done this before and am struggling. Does anyone have any tips on how to trace?
    ...
  33. Replies
    8
    Views
    766

    Re: Connect To SQL server

    Thanks jmcilhinney you've been a lot of help!

    I might just take you up on your offer ;)

    "If more specifics are need you can ask."

    @dee-u

    Thank you for your 2 cents :) ... However the...
  34. Replies
    8
    Views
    766

    Re: Connect To SQL server

    Yes this will be done in VB.NET 2008 Pro, I have never connected to SQL Server like this before or done anything like this before in VB, all work has been done in SQL Server Management Studio....
  35. Replies
    8
    Views
    766

    Connect To SQL server

    I have done a lot of reading on this matter but cannot seem to find an answer.

    I know how to build a connection string to connect to a database, BUT the program is a generic program for customers,...
  36. Replies
    3
    Views
    521

    English to Russian

    Can anyone translate english to russian? I mean like properly, none of this Google/Babel/Free Translation stuff? If you can PM me please!!
  37. Replies
    2
    Views
    913

    Re: VB.NET encryption/decryption

    I don't have the time to search around and look for it and then to make sure it all works etc, I've got a lot to do at the moment which is why I would like a quick bang thank you mam solution to it...
  38. Replies
    2
    Views
    913

    VB.NET encryption/decryption

    Using the following characters ONLY

    abcdefghijklmopqrstuvwxyz
    ABCDEFGHIJKLMNOPQRSTUVWXYZ
    0123456789
    ~!@#$%^&()_+`-=[];',.{}

    I need a decent algorithm to encrypt a textbox string which holds...
  39. Replies
    9
    Views
    2,459

    Re: [2008] Change Icon of another EXE

    he has probably seen a job on rentacoder and wants to try and do it aye alex ;)
  40. Replies
    6
    Views
    685

    Re: [2008] Is this possible?

    bumb
Results 1 to 40 of 396
Page 1 of 10 1 2 3 4



Click Here to Expand Forum to Full Width