Search:

Type: Posts; User: plaahemantha

Search: Search took 0.04 seconds.

  1. Replies
    7
    Views
    2,320

    Re: MOD operator problems

    b = 8333.33
    a = 58333.31

    a/b =7 and no remain. So Fix(a / b) should be 7. But Fix(a / b)=6, is it correct?
  2. Replies
    7
    Views
    2,320

    MOD operator problems

    Hi, All,
    I'm intermediate for VB6. I want to get remainder from divided two doubles. I used ,

    Dim a As Double, b As Double, result As Double
    b = 8333.33
    a = 58333.31

    result = a - (b *...
  3. "Logon failed " use Crystal report 9 with Two tables

    Hello,
    I try to create report using Crystal report viewer 9 ,MS SQL and VB6. I designed the report as Picture "CR1". My code is,

    Option Explicit
    Dim Appl As New CRAXDRT.Application
    Dim Report...
  4. Replies
    7
    Views
    7,617

    Re: Crystal Report - two databases

    Hello,
    I try to create report using Crystal report viewer 9 ,MS SQL and VB6. I designed the report as Picture "CR1". My code is,

    Dim Appl As New CRAXDRT.Application
    Dim Report As New...
  5. Re: not set left margin in printer please help quick

    Hello,
    In addition to Post 17, My problem is not solved yet. when I use Data Report and POS machine, can not adjust left margin size to 5mm(on paper. it is viewing as 0 margin on PC). But other all...
  6. Re: not set left margin in printer please help quick

    Dear SamOscarBrown,
    Many thanks for you. SP6 worked. But I have a another problem. DataReport adding option exist One PC(solved My problem). Other PC haven't. see the picture.160329
    Please help.
  7. Re: not set left margin in printer please help quick

    Hello,
    I also have this problem. I want to set leftmargin set to 0. Post #2 code is working correctly. But I want for DataReport.
    I'm using thermal bill printer. When Post #2 code is used, left...
Results 1 to 7 of 7



Click Here to Expand Forum to Full Width