Search:

Type: Posts; User: vaishali

Page 1 of 6 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    13
    Views
    4,507

    Re: DOS label Printing using VB

    May i handle this through Notepad
    so that if he wants to adjust the Label he can.

    How it can be done just guide me???

    Thank You,
    :)
  2. Re: DOS Printing using VB to make faster

    Thank You,

    I got a Solution....
  3. Re: DOS Printing using VB to make faster

    Hi
    am not Using CR & I have formatted my data in text format.

    Thank you,
  4. [RESOLVED] DOS Printing using VB to make faster

    Hi I have written code for Printing Label. 8*3
    How can I Make Printing Faster using DOS Code
    Just guide me
    :cool:
    I have sent code as an attachment


    Thank You,
  5. Thread: new....

    by vaishali
    Replies
    2
    Views
    570

    new....

    I am VB Programmer i Wants to learn ASP.NET
    Any entry level Tutorials & Book

    Thanks,
    :confused:
  6. Replies
    13
    Views
    4,507

    Re: DOS label Printing using VB

    as there r three labels in Row
    so how can i centre out of each label


    Thank You
  7. Replies
    13
    Views
    4,507

    Re: DOS label Printing using VB

    & Paper size is 74mm By 34 mm

    Thank You,
  8. Replies
    13
    Views
    4,507

    Re: DOS label Printing using VB

    I have tried with tabs but its not working as there r three label on each row.
    There r 8 rows * 3 Cols ir 24 labels on a paper.
    as labels papers are contineous stationary.

    How can i go with...
  9. Replies
    13
    Views
    4,507

    Re: DOS label Printing using VB

    How can i manage space if User Is typing Caps or Small ie ASCII
    how can i matter exactly on the Label as its contineous priniting for 20000 labels. on a paper there 24 labels (8 * 3)

    its DOS...
  10. Replies
    13
    Views
    4,507

    DOS label Printing using VB

    I have written code For Label Printing Using VB.
    am having 6 Lines to Print on Each Label which is printing From Excel File using ODBC.6 Lines are as Follows

    SimNo
    Mobileno
    Type ...
  11. Re: oci.dll Could not be Loaded in ASP.NET Application

    i have installed Oracle 9i on New PC
    Connectionstrings are proper

    Still getting Error


    Thanks
    :afrog:
  12. oci.dll Could not be Loaded in ASP.NET Application

    I have made ASP.NET application on Oracle 8i
    Its running fine

    Then i installed Oracle9i Server
    Woth TOAD am able to connect database
    But through Application am getting Following Error
    ...
  13. Replies
    3
    Views
    1,215

    Re: oci.dll Could not be Loaded

    I have made ASP.NET application on Oracle 8i
    Its running fine

    Then i installed Oracle9i Server
    Woth TOAD am able to connect database
    But through Application am getting Following Error
    ...
  14. Replies
    3
    Views
    1,215

    oci.dll Could not be Loaded

    am using Oracle 9i Server
    When am connecting am getting Following Error

    oci.dll Could not be Loaded

    Thanks

    Vaishali
  15. Replies
    0
    Views
    391

    Stock Updation Query.........

    am Having Three Tables.
    1. Item_desc_local
    2. Outward_item_desc

    I wants to do Sum(Qty_rcvd) From Item_desc_local, Sum(Issue_qty) From Outward_item_desc, Sum(Qty_rcvd)-Sum(Issue_qty) as...
  16. Thread: Stock Problem

    by vaishali
    Replies
    11
    Views
    897

    Re: Stock Problem

    Actually i wants to calculate sum for Same Item_code

    Thanks
    :eek2:
  17. Thread: Stock Problem

    by vaishali
    Replies
    11
    Views
    897

    Re: Stock Problem

    Can anyone guide me on This Issue

    Thanks
  18. Thread: Stock Problem

    by vaishali
    Replies
    11
    Views
    897

    Re: Stock Problem

    am Sending Access TAble Structure

    Thanks
  19. Thread: Stock Problem

    by vaishali
    Replies
    11
    Views
    897

    Re: Stock Problem

    am Sending the Structure
    wait
  20. Thread: Stock Problem

    by vaishali
    Replies
    11
    Views
    897

    Stock Problem

    am developing Application VB and Access
    i have 3 tables
    Item_desc_local
    Item_desc_outward
    Stock_master

    In Item_Desc_local am Having Quantity is Received
    In Item_desc_outward Qty is...
  21. Replies
    4
    Views
    600

    Re: Format String not Working

    For ListView am Giving Column Headings
    am using

    vsOrders.FormatString = "ORDER NO. | STUDENT NO. | TOT. AMOUNT "


    For Formatstring am getting error Member not Found
    actuaaly Object Library...
  22. Replies
    4
    Views
    600

    Format String not Working

    Microsoft Format Object Library is Checked
    Still Getting Error at Follwing Line of Code
    Path Member not found


    vsOrders.FormatString = "ORDER NO. | STUDENT NO. | NAME ...
  23. Replies
    7
    Views
    616

    Re: "adodc" and "DataGrid"

    John
    Go to Control Panel-> ODBC -> Make a DSN -> Select Access database Drivers -> Select Access File ->

    ConnString = "DSN=Name ur database;"
  24. Replies
    5
    Views
    544

    Re: [RESOLVED] Format Library

    No Sir
    thanks Alot
  25. Replies
    5
    Views
    544

    Re: Format Library

    i have checked that Library
    still am getting Error sir
    thanks
  26. Replies
    5
    Views
    544

    [RESOLVED] Format Library

    am using Trim, Format in Code
    but its giving Error Project Library can not find
    How to add This Library & Name of the library

    thanks
    :eek2:
  27. Thread: Datagrid ???

    by vaishali
    Replies
    0
    Views
    428

    Datagrid ???

    How to add Row to datagrid at runtime??

    thanks in advance

    :eek2:
  28. Re: Utility calculator not Running

    Thanks pnish
  29. [RESOLVED] Utility calculator not Running

    hi,
    i have written following for Code For Running Caculator utility from Application

    On Error GoTo Errhandle
    Dim A As Double
    A = Shell(" C:\WINDOWS\system32\calc.exe", vbNormalFocus)
    ...
  30. Replies
    8
    Views
    1,235

    Re: Autoloader.............

    Thanks Bushmobile, Jcis & Shakti

    :thumb:
  31. Re: How do I Search typed data in Textbox in Data Grid Column

    am using datagrid not Flexgrid
  32. Re: How do I Search typed data in Textbox in Data Grid Column

    Its urgent one anyone pls
  33. Re: How do I Search typed data in Textbox in Data Grid Column

    What is FG.Show & flexcpText

    on Which Event i should write the Loop
  34. How do I Search typed data in Textbox in Data Grid Column

    How do I Search typed data in Textbox in Data Grid Column

    on Form load Data From Access TAbles loads into Datagrid

    am having Textbox When i Typed Certain Name it should search on Selected...
  35. Replies
    8
    Views
    1,235

    Re: Autoloader.............

    Request For Items in Predefined Excel Format on Click Event All data From Selected Excel Sheet should be Transfered to MS Flexgrid
    After when i Click save button saving in Access Table
  36. Replies
    8
    Views
    1,235

    Re: Autoloader.............

    Actually i wants to Put data into Flexgrid from Excel Sheet
  37. Replies
    8
    Views
    1,235

    [RESOLVED] Autoloader.............

    i have developed a Form Called Outward Entry in VB 6.0 & Access as Database.
    i Stores Item Details in MS Flexgrid.
    User sends a Request of Items in Excel Predefined Format.as there r many no of...
  38. Re: [RESOLVED] How do i Validate Textbox Preventing Single ' & Double "

    Thanks Shuja & Hack
  39. Re: [RESOLVED] How do i Validate Textbox Preventing Single ' & Double "

    Shuja,

    For Every Data Field i Have to Write this
    \
    Set gParam = New ADODB.Parameter
    With gParam
    .Name = "ID"
    .Direction = adParamInput
    .Type = adChar
    .Size = 10
  40. Re: [RESOLVED] How do i Validate Textbox Preventing Single ' & Double "

    Yes Shuja,
    How do i get rid of this using SQL
Results 1 to 40 of 224
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width