User Profile

Collapse

Profile Sidebar

Collapse
mra
mra
Last Activity: Jul 26 '12, 07:05 AM
Joined: Sep 28 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mra
    started a topic how to printing receipt with continuous paper?

    how to printing receipt with continuous paper?

    I tried the printer.print method

    but after printing the printer is scrolls the paper as per the paper size like A4 ,legal

    I needs print the next receipt without scrolls the printer.
    I wants use the paper not scrolled after printing one receipt and used to print the next receipt from where it stops the printing

    kindly suggest me a solution
    See more | Go to post

  • thanks ur suggession. but i need to pass usertype to the second project. different users will be login same project. user type means clerk, administrative officer etc. each users can have different menu....
    See more | Go to post

    Leave a comment:


  • passing a parameter to a vb project from anothe vb project

    I need to pass a parameter from a vb project to anothe one. is there any solution. can i use vb project group
    See more | Go to post

  • how to connect mysql server using vb from client machine

    pls help
    i have some probles while connecting mysql server from a client machine using visual basic. thanks in advance
    See more | Go to post

  • mra
    started a topic CD copy protection

    CD copy protection

    How to copy protect a windows file in a CD/DVD using VB...
    See more | Go to post

  • mra
    started a topic error in scanning

    error in scanning

    i developed a vb program for scanning photos. it worked in windows 2000 server platform. but in windows 2003 platform it not working. an error imgscan.ocx missing obtained. i tried to register this file using regsvr32. it is not successful. please give me solution. urgent
    See more | Go to post

  • hi please try this, if u mean it
    for i = 1 to 10
    txtBox.text= txtBox.text & strVariable(i)
    next i...
    See more | Go to post

    Leave a comment:


  • help for calculate page total in crystal report 7

    hi every body
    i need a help for finding page total in crystal report 7. please give me solution, ery urgent. thanks in advance
    See more | Go to post

  • mra
    replied to uploading and down loading files
    I GOT IT IT IS A SIMPLE MISTAKE Lack OF A COMMA...
    See more | Go to post

    Leave a comment:


  • hi
    are you mean removing the minimize, maximise and close button of a form. if it please do the following steps
    set the controlbox property of the form false

    bset of luck
    See more | Go to post

    Leave a comment:


  • mra
    replied to uploading and down loading files
    thank you
    this is my code
    '************** ********
    Code:
    Dim CnTest As New ADODB.Connection
    Dim i As Integer
    Dim ConnectedFlag As Boolean
    Dim ServerDirFlag As Boolean
    Dim DownloadFlag As Boolean
    Dim UploadFlag As Boolean
    Dim FileSizeFlag As Boolean
    Dim homeLen As Integer
    Dim LocFilespec As String
    Dim SerFilespec As String
    Dim gFileSize As String
    Private
    ...
    See more | Go to post

    Leave a comment:


  • mra
    started a topic uploading and down loading files

    uploading and down loading files

    Hi
    I Need Help For Uploading And Down Loading Files Using Internet Tansfer Control. When Assign The Name Of File In A Variable, It Does Not Execute The State Change Event. When I Give The File Name Directly It Execute The State Change Event And Down Load And Uploadin Process Success.

    My Requirement Is To Down Load Selected Files From A List Of Server Files

    Very Urgent
    See more | Go to post

  • mra
    replied to recordset.find
    Hi,
    it is a simplle work, Please try this and refer the vb msdn Help

    Dim ObjCon As New ADODB.Connectio n
    Dim Rst As New ADODB.Recordset
    Dim mark As Variant
    Dim count As Integer

    count = 0
    ObjCnn.Open "Driver=Microso ft Access Driver (*.mdb);dbq=" & App.Path &"\Library.m db"
    Rst.Open "SELECT title_id FROM titles", ObjCnn, _
    ...
    See more | Go to post

    Leave a comment:


  • mra
    replied to ADO runtime error 3251
    please try the following code

    Dim cn As New ADODB.Connectio n
    cn.Open "Driver={Micros oft Access Driver (*.mdb)};Dbq=c: \Website Projects\ExitCa shFlow\logMaste r\Logs.mdb;"

    dim recdcath as adodb.recordset

    tstrSQL = "select * from ct_enccath where cteh_reg_no ='" & txtpat(0).Text & "'"
    recdcath.open tstrSQL,cn,adOp enKeyset, adLockOptimisti c
    if recdcath.record count=0...
    See more | Go to post

    Leave a comment:


  • multiuser programming using ms access and visual basic

    I need to allow multiple users to get into the same Access database at the
    same time accross a network.
    The system will be importing and exporting data in the background as 4 or 5
    users work with it.

    What issues do I need to consider?
    How and when do I use Table locking in ADO?

    Any help on the matter much helpful
    mra
    See more | Go to post
No activity results to display
Show More
Working...