Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by FCAS

  1. FCAS

    Determine number of labels

    ok, I found it... The VPOS field for record with OBJTYPE=1 in Label.LBX contains the number of columns.
  2. FCAS

    Determine number of labels

    Thanks audiopro ok .. so maybe I need to know the (width of paper / (width of label + gap between labels)) Any ideas how I can access this information from the report design ?
  3. FCAS

    Determine number of labels

    Is there any method of programmatically determining the number of labels across the width of the paper ?
  4. FCAS

    navigate with button

    Place Server.Transfer('http:\... to wherever'); Into the OnClick event for the button
  5. FCAS

    Passing values from Page 1 to Page2

    That didn't post correctly ... on webform 2 "Product" should exist inside square brackets - if that makes sense.
  6. FCAS

    Passing values from Page 1 to Page2

    If you are using C# then you need to access the session variable using square brackets... On webform1... Session("Product") = "Bankruptcy"; On webform2... lblProductType.Text = Session["Product"];
  7. FCAS

    FPW26 and Winxp

    One possibility... This error can occur if the disk drives on the machine the application was compiled on do not match the target machine. i.e. If you compile this on a second hard-drive (D:) then if the target machine does not have a drive D: it will raise this exception. (No matter where you...

Part and Inventory Search

Back
Top