User Profile

Collapse

Profile Sidebar

Collapse
pqsoftware
pqsoftware
Last Activity: May 13 '09, 05:22 PM
Joined: Dec 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pqsoftware
    started a topic Pass data to another page?
    in PHP

    Pass data to another page?

    I need to pass data from one web page to another.

    For example I have 10 products, when the user clicks the price of the product I need to load a new page which can display data from the first page such as description, price, quantity etc.

    not sure if i need to do this in PHP or if it can be done in HTML?

    Any help appreciated.

    thanks
    See more | Go to post

  • pqsoftware
    started a topic Pass data to another page?

    Pass data to another page?

    I need to pass data from one web page to another.

    For example I have 10 products, when the user clicks the price of the product I need to load a new page which can display data from the first page such as description, price, quantity etc.

    not sure if i need to do this in PHP or if it can be done in HTML?

    Any help appreciated.

    thanks
    See more | Go to post

  • How to add Outlook Signature using VB & MAPI

    Hi,

    Does anyone know how to add the default Outlook/Outlook Express Signature using VB6 & MAPI.

    I have the code to send the message working fine but just need to have the signature file added to new mails.

    Thanks
    Andy
    See more | Go to post

  • pqsoftware
    started a topic 'run time 440' Automation error

    'run time 440' Automation error

    Hi,

    One of my users is getting 'run time 440' Automation error' when using the delete key in a textbox or sometimes when clicking on an item in a listbox with Windows XP.

    I thought this may be a mismatched or incorrect versions of the VB6 SP6 runtime files so supplied him with a setup program to re-install these along with all other dll's & ocx's used but the problem still exists.

    Any help with this...
    See more | Go to post

  • Exporting and formating Excel Spreadsheet from VB6

    Hi, I have the following code to export to a new Excel spreadsheet. What I need to do is format the cells. How can I change the font, font size and colour and most importantly the cells background color.
    Thanks in advance.

    Private Sub Command1_Click( )
    Dim appxl
    Dim Book As Excel.Workbooks
    Dim Wsheet As Excel.Worksheet
    FileName = "c:\new.xls "
    Set appxl = CreateObject("E xcel.Applicatio n")...
    See more | Go to post

  • pqsoftware
    replied to Bound/Unbound Data Report?
    Thanks Manpreet, just what I needed.
    See more | Go to post

    Leave a comment:


  • pqsoftware
    started a topic Bound/Unbound Data Report?

    Bound/Unbound Data Report?

    I have a small VB6 program that uses Random Access Files. The data is stored in type decs. Can I bind this data to the Data Report or duplicate the data into a recordset and then use this in the data report? Thanks.
    See more | Go to post
No activity results to display
Show More
Working...