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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pna3
  • Order by date
  1. pna3

    Scroll Bars on a Visual Basic Form

    can i extend a Visual Basic Form and have Vertical and Horizontal Scroll Bars on it? if so how? bcoz I have huge data that needs to be shown on the Visual Basic Screen. the data runs into 9 columns. Please help. This is urgent.
  2. pna3

    How to view data in Microsoft Hierarchical Flexigrid Control?

    I need some data to be viewed on the screen thru Microsoft Hierarchical Flexigrid Control. I am writing the following code: Set rstRPCAhmReport = Nothing rstRPCAhmReport.Open "set dateformat dmy select...
  3. pna3

    How to pass a variable to a stored procedure

    Thanx for the suggestion. I wrote the following code in the Form Activate event but when i execute it the window goes on a hang. Please help Set rstRPCAhmReport = Nothing rstRPCAhmReport.Source = "set dateformat dmy select...
  4. pna3

    How to pass a variable to a stored procedure

    I am using the MSHFlexiGrid to generate reports in my project. I have set the DataMember property of the MSHFlexigrid to an SQL Command written in the Data Environment.On the click of a button the report is viewed on the Screen. The report works fine. In this i have written a select statement...
  5. pna3

    Data Type of an Amount Column to have 2 decimal places

    thanx so much for the suggestion! i tried it and it worked.
  6. pna3

    Data Type of an Amount Column to have 2 decimal places

    thatnx for your quick revert. I tried your suggestion. Thru SQL Enterprise Manager, I changed the datatype of that column to Numeric and changed the Scale to 2. After doing so when i entered the value 25.25 into the database. However the value that gets saved is 25.00 What i require is 25.25...
  7. pna3

    How to change alignments in MSHFlexiGrid ?

    I am using the Microsoft Hierchical FlexiGrid Report option in VB to generate a report on the Screen for the User to view. I want to make alignment changes to text in certain columns. How do i do this? plz help. this is very urgent
  8. pna3

    Data Type of an Amount Column to have 2 decimal places

    hi, the front end of my package is Visual Basic and the back end is SQL 7.0. I have an Amount column in one of the Tables. the requirement is: whenever a record is saved the data in the Amount column should get saved with 2 decimal places. e.g if the user enters 100.25 in the text box, the...
  9. pna3

    report to be generated acc to output in the recordset

    I did select the Add Report option from the Project Menu. I get the design of the data report. if not wrong i need to grag the command object from the Data Environment onto the Data Report. However, I am unable to do so. Kindly help
  10. pna3

    Download PWS

    when i go on the link that u mentioned. i get a list of a no. of files. but when i try downloading 1 of the files like ado.cab i get a msg "This Page cannot be displayed". what do i do?
  11. pna3

    Download PWS

    I need to install PWS. I tried downloading Personal Web Server from the Microsoft site. on trying to download the files I get the msg "Page cannot be displayed" Please help. I need to urgently download and install PWS on my PC
  12. pna3

    Autogeneration of Serial No. in SQL

    I want the SerialNo. to be like for e.g "CC1" then "CC2" if i use identity it would only generate nos. like "1", "2", etc. how do i get SerialNos. like CC1 CC2 CC3 CC4 CC5
  13. pna3

    Autogeneration of Serial No. in SQL

    However, this SerialNo. needs to be displayed on a Visual Basic Screen. As and when every record gets saved the serialNo. should keep incrementing
  14. pna3

    Autogeneration of Serial No. in SQL

    I have a column named "Serial Number". I want the Serial Nos. to be auto generated. how do i do this?
  15. pna3

    report to be generated acc to output in the recordset

    I mean what option can i use in VB which will help me develop reports?
  16. pna3

    PC Configuration

    I would like to know the following: what are the requirements to make a sit using ASP, HTML, DHTML, VB Script / Java Script ? Also what should be the PC configuration of the Users who will be accessing this site? which is better to use in this Project VB Script or Java Script?
  17. pna3

    report to be generated acc to output in the recordset

    For my project the front end is Vb and back end SQL. I have to generate a report which shows how many records were entered for a particular day or a particular month. For this i have written an SQL statement. I use a recordset to open this sql statement. this output needs to be shown on the...
  18. pna3

    Unable to create EXE

    could u plz tell me a bit in detail of how i cud do that
  19. pna3

    Unable to create EXE

    I saved the project in a different folder still it gives the same error. Please help this is urgent
  20. pna3

    Unable to create EXE

    rename the project or rename the entire file in another folder

Part and Inventory Search

Back
Top