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

Search:

Type: Posts; User: RajWolf

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,386

    Re: display compute command result in gridview

    hey thanks for the quick response, but the compute command gets data into multiple data tables in a dataset . i.e. if there are 10 items then it brings 20 data tables containing rows and sum ...
  2. Replies
    3
    Views
    1,386

    display compute command result in gridview

    hello gurus,

    i have a requirement, there is a compute command in MSSql , i.e.

    select item,qty from sales order by item compute sum(qty) by item

    i am unable display the result in gridview....
  3. Replies
    6
    Views
    5,899

    Re: ReadOnly TextBox in Update Panel

    somebody please help
  4. Replies
    6
    Views
    5,899

    Re: ReadOnly TextBox in Update Panel

    Hey , yesterday i worked out and came to know that the problem is not only with the update panel, normally it happens that way

    i have done an example page to show the problem, i have taken 2 text...
  5. Replies
    6
    Views
    7,753

    Re: VB6.0 Ubuntu Linux ActiveX

    I downloaded it and executed in windows, well it says

    Client does not support authentication protocol requested by server; consider upgrading MySQL client

    well i haven't tried it in ubuntu yet...
  6. Replies
    6
    Views
    7,753

    Re: VB6.0 Ubuntu Linux ActiveX

    Thanks for the guide, now what i did is i installed Visual Studio in Wine, it sucessfully installed,
    i am able to open a new project and write code. I think ADO is also installed with the VS Setup....
  7. Replies
    6
    Views
    5,899

    Re: ReadOnly TextBox in Update Panel

    No, the same problem with the label also. i have tried it


    What i am doing is , as the user selects the itemname, i am loading the rates of it with Javascript function calling webservice i.e....
  8. Replies
    1
    Views
    1,136

    Re: Function to search name on a page

    The website you mentioned does not submit data in GET method , instead uses POST method
    so you will not come to know what is the field name that is used to submit there

    and besides , there is a...
  9. Replies
    6
    Views
    7,753

    Re: VB6.0 Ubuntu Linux ActiveX

    Any Help Gurus

    please............. just guide me
  10. Replies
    6
    Views
    5,899

    ReadOnly TextBox in Update Panel

    I have a ReadOnly TextBox in an update panel along with several.

    I am loading some value using Ajax & Webservice to the TextBox so that it will be displayed to the user and not for changeing it ....
  11. Replies
    8
    Views
    2,014

    Re: save data on client before send to server

    I think you are trying to save the data so that if the browser closes by any means, you want to retreive.
    I would suggest 2 ways,

    1) try cookies
    2) try session

    But i dont know how to do it...
  12. Replies
    0
    Views
    935

    Dataset to MySQL all records

    Hello Gurus,

    I get data from one MySQL database table into dataset and using loop I insert all the records to another MySQL database table.

    What I require is a way to push all the records from...
  13. Replies
    6
    Views
    7,753

    VB6.0 Ubuntu Linux ActiveX

    Hello Gurus,

    I have a problem, I dont know if I should be asking this question here, but the problem is with VB6.o application in Ubuntu Linux (OS) .

    I have successfully installed a demo vb...
  14. Replies
    3
    Views
    1,263

    Re: Mobile applications directory

    Hey i checked it out in detail it is nothing but some dumb advertisement.
  15. Replies
    3
    Views
    1,263

    Re: Mobile applications directory

    I think it should have short description of each directories of what it means ,
    then one can tell if it makes any sense...
  16. Replies
    1
    Views
    2,735

    Re: MIDP RMS Speed Problem

    Please Gurus , somebody help me...........
  17. Replies
    3
    Views
    1,253

    Re: Help me With DOS Print

    Thank you but the printer friendly page will be a windows print , it will not be a raw print, it is very slow in a dot matrix printer. I wanted to print the data in raw format , so that the ink is...
  18. Replies
    3
    Views
    1,253

    Help me With DOS Print

    Hello Gurus,

    I dont know where to exactly put this question, since i am doing it wit asp.net i am here.

    My problem is :
    I have a report to be printed. If i give window.print() in java script...
  19. Replies
    4
    Views
    1,265

    Re: Sql Command - 2 Inner Joins

    Try This ,



    Select
    `SpecialPrices`.`ACCOUNT`,
    `Debtor`.`Account_Name`,
    `SpecialPrices`.`KEY`,
    `Stock`.`DESC`,
    `GRP`,
  20. Replies
    29
    Views
    18,060

    Re: I have a project on visual basic-sms

    Sorry Friends,
    Just Remove those two lines


    Set SMS_Conn = New Shared_Connections
    Set SMS_Server = SMS_Conn.GetHandle

    And the sample will work.
    1. The sample displays all the messages...
  21. Re: VBA conversion of MySQL erroneously returns nothing

    I to did not under stand your code properly, but i think you are missing

    single quote every where



    SELECT thetext FROM longdescs WHERE thetext in (SELECT thetext FROM longdescs WHERE (507 =...
  22. Replies
    2
    Views
    6,936

    Re: How to make Batch file(.bat) through vb?

    Try This




    Public Function Create_Batch_File(byval path as string, byval filename as string ) As Boolean
    On Error GoTo X
    Dim FSO As FileSystemObject
    Dim F1 As TextStream
    Set FSO = New...
  23. Replies
    4
    Views
    892

    Re: Who? what? what next??

    Than ks a lot ,

    I think I'll try sniffer and then follow with it.

    Thank you again...
  24. Replies
    4
    Views
    892

    Re: Who? what? what next??

    Please,

    Somebody Just Guide me......
  25. Replies
    4
    Views
    892

    Detect Connected IP and disconnect

    Hello Gurus,

    Can anybody help me with this ??

    I want to create an application/ service running in the background which popsup the IPAddress of the

    computer connected/connecting to my...
Results 1 to 25 of 70
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured