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 Ahssan

  1. Ahssan

    Dataset question please

    Hi All, Im trying to search a record from an dataset this is my code Dim temptable As DataTable temptable = ds.Tables("Customers") Dim dv As New DataView(temptable) dv.Sort = "LLID" Dim i As Integer = dv.Find(customers.SelectedValue) If i = -1...
  2. Ahssan

    Web user control not rendering - Help please

    Hi All, I have a wierd kind of problem which i dont know how to solve. I have webusercontrol which im loading at the load function of the main page. Now the control is not showing on the browser screen, I checked the source of the page and there i can see the whole html code of control. I...
  3. Ahssan

    API vs Database triggers (Need suggestion please)

    Hi All, I have an upcoming projects which needs integration of one application on windows server to integration on other Unix server. The data from appA has to pass to appB. Im suppose to suggest the management a solution. The easiest solution is to create triggers at db level of services...
  4. Ahssan

    Help required please anybody

    I am new on using Oracle 9i DS designer tools. I can create forms and all but when i try to run them it gives me an error msg FRM-10142: Http listener is not running on localpc at port 8888. Please start the listener or check your preferences. Please some body here working in forms can help...
  5. Ahssan

    Calculation

    hi custom what is iCodeNumber in your code ?
  6. Ahssan

    Help Needed Please help Me

    Dear All, I will highly appreciate if some body help me out with this small but confusing for me problem. I have a dropdown 1 which has all months in it I have drop down 2 which has all weeks in it When user selects month and a week from drop downs i want the application to return all the...
  7. Ahssan

    Need Urgent Help please

    Hi All, I need to make one script query in which i have following task to do. - Number of Tasks opened by user - Number of Tasks closed by user from tasks opened - Value of total tasks opened - Value of total tasks closed query should also return username along with each count and sum of the...
  8. Ahssan

    Can web form perform drag and drop?

    LV it doesnt work
  9. Ahssan

    Force Capitals

    hi dvannoy try "javascript:this.value=this.value.toUpperCase();" with html textinput instead of web controls. This will work surely and u can make your text input as a server side element at the same time.
  10. Ahssan

    Help Please!!1

    Hi all, I have little simulation in my application which im trying to perform but its not happening the way i want it. I have a page A which is use to create a new record once user clicks submit he should see page B which has a little animation showing that sending notification after that the...
  11. Ahssan

    HELP PLEASE!!!!!!!!!!

    High jhon i even tried that but nothing same error
  12. Ahssan

    HELP PLEASE!!!!!!!!!!

    Hi All Im doing a small conversion in vb.net all i wanted to do is to take a value from one of the column in datagrid and convert it into integer value and accordingly display data. Code is like this Public Sub ChangeColor(ByVal sender As Object, ByVal e As DataGridItemEventArgs) If...
  13. Ahssan

    How to check WAP enabled browser

    hi all, i have a WAP site which i want to be accessible only from the mobile devices. At the moment any body can open it cause its done under ASP.net. Any body of you have any idea how i can disable this so that its limited to devices only. Thanks
  14. Ahssan

    Vb.net datagrid not expanding

    hi all, I have a datagrid in vb.net application which i populate from sqldataadapter. the datagrid populates but i have to click on a word table to expand the whole datagrid to see the data. isnt there a way to expand the datagrid once it is populated i have used expand function of the datagrid...
  15. Ahssan

    Great plains data structure help...

    thanks duke well i can see the table though not every thing is clear, well im not a GP developer or a user i just need to integrate the GP with some other application. through GP i have seen that when some order has to be invoiced it has to be first selected from the sales order transaction...

Part and Inventory Search

Back
Top