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!

Search results for query: *

  • Users: prprogrammer
  • Content: Threads
  • Order by date
  1. prprogrammer

    Change image on attribute change

    Hi I was Wondering if exist a module to change the image of product when changing the attribute....Ej. Color attribute to change the color of product... I will pay for a module...
  2. prprogrammer

    User Password

    Hi I am a administrator of a win2003 server. (for investigation situationa )I want to, (if is possible) take the pass of regular user without reseting the pass.
  3. prprogrammer

    VB to C#

    Hi I was working wiht visual studio using vb language. now I tryin to learn some C# but I have a question , in VB I write Dim x as... then vb display all kind of stuff and press enter and the code do autotab..is that possible in c# because I write string x; and the code do not make autotab or...
  4. prprogrammer

    Stored Procedures for sum

    I need a sp to sum one column and return the sum value but if the sum is nothing i need to return 0 right the sp return null values right now. my sp create procedure dbo.name @var1 int output as select @var1 = sum(field) as total......
  5. prprogrammer

    Debugging on remote server

    I try to debug my application on remote server but I can't I open my project via frontpage extension........ error... Error while trying to run project:unable s start debugging on the web server. Not enought storage is avaliable to complete this operation.
  6. prprogrammer

    Class Question

    Hi Want to know if the only way to use my class .vb in my .aspx pages is via namespaces. if exist other better way please tell me.
  7. prprogrammer

    LogIn Page

    Hi..What is the best way to authe. users in database I have this.... In my default page ia have a function who call query and validate user an pass... I see some example do the same but winth the function in one class or in other aspx file... I wondering what metod is better or if esit other...
  8. prprogrammer

    Move Objects

    Hi.. I have a report with crosstab on it the size of the crosstab always is difereni I have a label in the report then I want to move the label based on the size of Crosstab...
  9. prprogrammer

    Application Question

    Hi I Have an aplication who was made for third party company to us....but the company only get me the .aspx files the project was made in VB.net. now I want to make some changes but I can't because I dont have a .vb files..any suggestion please....
  10. prprogrammer

    Key Press

    HI I Have a form with text,combo,etx,, I want when the user press the + in the key that call a sub no matter the user is on a combo or textbox...
  11. prprogrammer

    Move on Enter

    Hi I have a form with couple of textboxes,,,I want to move the focus over textboxes with enter key like I do with Tab key...
  12. prprogrammer

    Run VB Application Over the net

    HI I have a Windows VB Aplication in my Loal I want to know if exist some service o software to run this application over the net without changing it to webbase programing....
  13. prprogrammer

    SMTP Problem

    I change IIS 5 to IIS6.0 when I send a email via .net page using "mail as newmailmessage" to mydomain.com or other outside email... it's work good....but when I send a email using CDO to mydomain.com email it's send then emails to the bademail folder...using CDO and send to outsideemai.com it's...
  14. prprogrammer

    Loop Throw rows in datagrid

    I want to loop throw rows in datagrid...
  15. prprogrammer

    DB unlook

    Hi I Have a Access DB with startup form but when I open with shift press it open winthout a utility screen and stuff. I think it have some kind of look and I want to workarround to make some changes....
  16. prprogrammer

    Package & Deployment

    What is the best Package Program,,,Now I used the VB Package & Deployment Wizard I want something better...
  17. prprogrammer

    Change Char in string

    I have a stings in db 7657575675H I want to delete a H....
  18. prprogrammer

    Recorset undo

    I it's possible to make a undo to a recordset deletion.. I use sql server 7 and vb 6
  19. prprogrammer

    Formula Reset

    I have formula that Sum a value from subrepors(x=x+y) where y is the shared variable. but continued the sum for all group but no reset to 0 each group. group1 x=5 x=10 group2 x=15 x=30 group3 x=45 x=60
  20. prprogrammer

    Query Before Crystal up

    I wonderin if is posible to add 2 views to 1 report without link and make a query for each table before...in VB

Part and Inventory Search

Back
Top