Search:

Type: Posts; User: zynder

Page 1 of 13 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    661

    Re: Group via date MSFlexgrid problem

    For example the given is:

    2 2 2 2 1/1/2011
    1 1 1 1 2/1/2011
    1 1 1 1 3/1/2011
    2 2 2 2 3/1/2011
    1 2 3 4 3/1/2011...
  2. Replies
    3
    Views
    661

    Group via date MSFlexgrid problem

    Hi everyone,

    I am having problem with these codes. I should sum up the values grouping them via date.

    I think the problem is when i add those values. I can't find a workaround for this.
    ...
  3. Replies
    39
    Views
    6,916

    Re: Opinions about DoEvents

    I always use this when using DoEvents.


    Private Declare Function GetInputState Lib "user32" () As Long

    If GetInputState Then DoEvents

    I only use it if really needed for the app to respond...
  4. Replies
    1
    Views
    1,036

    Setparent Word to Modal Form

    Hi everyone!!!

    Why is Setparent not working on modal forms but works perfect with modeless forms?

    Here is my code on module.


    Public Sub GrabMicrosoftWord(ByVal wName As String)
    Dim...
  5. Re: Data Provider or other service returned an E_FAIL status

    Yes there is a date time. I can't change it to text. Is there any other workaround?
  6. Data Provider or other service returned an E_FAIL status

    Hi guys,

    I'm getting this weird error when populating a listview.
    Data Provider or other service returned an E_FAIL status

    But before that I'm getting a runtime error "Invalid Use of Null". I...
  7. Replies
    8
    Views
    1,682

    Computer Freezes from time to time

    Hi everyone!

    I have my nephew's PC that i need to repair. It freezes from time to time. It will boot and load Windows 7, after couple of hours or minutes it will freeze so i need to restart...
  8. Replies
    1
    Views
    412

    Run app as service

    Hi everyone,

    I created an app that's running for 24/7 and i want to run it as service.
    Do you guys have any helpful links on how to make an app run as service.

    OS: Windows XP Pro SP3

    ...
  9. Replies
    2
    Views
    472

    Re: Prevent opening page

    Thanks for the tip. Yes i will change it to asp. I'm just trying to grasp this asp/server side scripting.
    OK now do you have some links on cookie tutorials? That's just i need methinks.
  10. Replies
    2
    Views
    472

    Prevent opening page

    Hi everyone.

    I'm kinda new to ASP I need your help in my login form.

    I already coded the login/pword authentication. I have a question though. How do i prevent users from bypassing the login...
  11. Replies
    5
    Views
    4,612

    Re: Sum data in MSFlexgrid.

    here is my code snippet.

    is my logic correct?


    Private Sub Command1_Click()
    Dim lngIndex As Long

    For lngIndex = 1 To MSFlexGrid1.Rows - 1
    With MSFlexGrid1
  12. Replies
    5
    Views
    4,612

    Re: Sum data in MSFlexgrid.

    Here is my SQL.


    mySQL = "Select ServiceDate,Sum(QuantityStat) as QuantityStat,Sum(QuantityNonStat) as QuantityNotStat,Sum(AmountStat) as AmountStat, " & _
    "Sum(AmountNonStat) as...
  13. Replies
    5
    Views
    4,612

    Re: Sum data in MSFlexgrid.

    Hi thanks for the input. I already wrote some codes but i got a alternate blank rows. What is the code for clearing the row?

    I cannot group by date field as my SQL is kinda complicated. Or what if...
  14. Replies
    5
    Views
    4,612

    Sum data in MSFlexgrid.

    Hi everyone!!!

    I need help in summing these data by date.

    http://img15.imageshack.us/img15/3434/msflex.jpg

    How do i do this using one MSFlexgrid? After summing it, the output should only...
  15. Replies
    12
    Views
    6,834

    Re: Read VarBinary in SQL Server

    I don't get the part with image size. I don't have a image size field on the database. How do i get around with this?

    ' Copy the data into the file.
    file_length =...
  16. Replies
    12
    Views
    6,834

    Re: Read VarBinary in SQL Server

    Ok thanks Gary I will try again.
  17. Replies
    12
    Views
    6,834

    Re: Read VarBinary in SQL Server

    I'm stumped with this. Any direct link to convert varBinary data type from SQL Server 2005 to text or put it in a richtextbox?
  18. Replies
    12
    Views
    6,834

    Re: Read VarBinary in SQL Server

    I tested the code. I haven't made it to work using richtextbox as its output. The link posted is an example of extracting picture. Mine is a word document. There's probably a modification i need to...
  19. Replies
    12
    Views
    6,834

    Re: Read VarBinary in SQL Server

    Thanks for the help. Sorry I didn't see the links on the siggy. I will let you know if it works.
  20. Replies
    12
    Views
    6,834

    Re: Read VarBinary in SQL Server

    @Gary

    The link is for storing. What i need is retrieving the string in varbinary data type.
  21. Replies
    12
    Views
    6,834

    Re: Read VarBinary in SQL Server

    Thanks for the input. I've search the VB6 section I haven't found one. Can you give me some links?
  22. Replies
    12
    Views
    6,834

    Read VarBinary in SQL Server

    Hi guys,

    There's a VarBinary field in the SQL Server database i need to convert to text.
    The varbinary field is a document template from Microsoft word.
    Is there a way to do this using VB6?
    ...
  23. Replies
    12
    Views
    4,442

    Re: Programming Practical Test

    Hi Gary. Thanks for the scenario. What are the input values in that? Randomize perhaps?

    Ok so i will tell the guy to add random numbers from 0.001 to 100,000 and then find the highest number in...
  24. Replies
    12
    Views
    4,442

    Re: Programming Practical Test

    @Techngome

    Thanks for the helpful reply. Do you have any on the fly exams on your mind? Like if I was an applicant and you're the senior programmer. What would you want me to do to test me?
    ...
  25. Replies
    12
    Views
    4,442

    Re: Programming Practical Test

    nice suggestion but i'm looking for a more generalized assignment like recursion, pointers, etc to gauge the logic/skill of the applicant. What small app specs should i give him?

    I want him to...
  26. Replies
    12
    Views
    4,442

    Programming Practical Test

    Hi guys!

    I was instructed by my boss to hire a new programmer.

    Do you guys know of a website that has programming test or practical programming to gauge the applicant?

    Or if there isn't a...
  27. Replies
    18
    Views
    5,507

    Re: what is fast/ best way to erase hard drive

    why do you want to erase your hard drive? that seems weird to me.
  28. Re: Cannot split text using vbCrlf as delimiter

    LOL i missed reading post #2. VbCR worked like a charm. Woot +1 to all that helped!
  29. Re: Cannot split text using vbCrlf as delimiter

    This is unreal. Immediate Window is showing clearly that the variable has newline. why it wont split? I really don't know what is causing this.
  30. Re: Cannot split text using vbCrlf as delimiter

    I tried vbNewLine same. It didn't split.

    InStr(1, sometext, vbCrLf) returned 0 OMG!!!!
  31. [RESOLVED] Cannot split text using vbCrlf as delimiter

    I pulling my hair on this one. Split is not working.

    Dim sometext as string


    myArr() = Split(sometext, vbCrLf)

    Sample data. The data is stored on sometext variable already.
  32. Replies
    3
    Views
    857

    Re: File Pooling in a Folder

    Thanks Hack. That's what I'm looking for nice API.
  33. Replies
    3
    Views
    857

    Re: File Pooling in a Folder

    My GUI would have 4 buttons. RUN, PAUSE/RESUME and STOP. Yes imma need a timer in this. Can somebody post a sample code because my code sucks. I'm populating the path on a listbox and then looping...
  34. Replies
    3
    Views
    857

    [RESOLVED] File Pooling in a Folder

    Hi everyone!!!

    It's been more than a year since i last touch my VB6 app, and I'm kinda rusty now. Before i create this thread I already search the archives and i cant find anything or i probably...
  35. Replies
    2
    Views
    750

    Yahoo Messenger Worm

    Hi guys,

    My friend got this worm from YM by clicking a link sent out by one of her friends.

    Now I'm fixing her computer. To my surprise, I cannot run an exe except for Firefox.

    I cannot...
  36. Re: Dynamic Reporting / Database Structure HELP.

    So your database field values are bit 1 and 0s? Why don't you add values to it or put the strings on another table on the database, put a delimiter like | then parse it. Put the values on an array...
  37. Replies
    1
    Views
    2,068

    Dell Vostro 200 Wont Boot Up

    Hi guys,

    I got a problem with my Dell Vostro 200. I bought it last year it was running fine until yesterday. It started with a hangup as i was browsing the internet. I cold reboot it and then now...
  38. Replies
    10
    Views
    3,122

    VS 2005 Re: Aspose Word Alternative

    Okay thanks very much for the help.

    I found this site and it seems feasible. It's programming with open office with c#.net.

    http://www.opendocument4all.com/download/OpenOffice.net.pdf
  39. Replies
    10
    Views
    3,122

    VS 2005 Re: Aspose Word Alternative

    Does OpenOffice have SDKs? Have you seen someone done that?
  40. Replies
    10
    Views
    3,122

    VS 2005 Re: Aspose Word Alternative

    Is this embedded in the app. I mean you don't need to write code. In the aspose editor i can't see insert header or footer or even the highlight part. The user will do the action.

    Thanks for...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width