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: Ahssan
  • Content: Threads
  • Order by date
  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

    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...
  6. 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...
  7. 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...
  8. 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...
  9. 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
  10. 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...
  11. Ahssan

    Great plains data structure help...

    hi all, does any body give me the actual names of the tables in GP for following: customers table invoices table products table i would appreciate alot in this regard. thanks
  12. Ahssan

    Applications Integration

    Hi All, Merry christmas to every one . Well i have been given a task to integrate the currently running applications in our corporte with surely doing ammendments in all of the applications. We have 4 different applications running independently which do not communicate with each other at all...
  13. Ahssan

    DataGrid not populating on open form

    Hi guys I have a form which has 1 datagrid in it and datagrid is link to a data connection. the problem is when i open the form the datagrid populates but the rows are collapsed. i have to click on newdata set word in the grid then on table word in the grid to view the data. any body tell me...
  14. Ahssan

    Field data taking more space

    Hi i have a field of worklog in crystal report but the data from the worklog is too big to come at one page , is there a way in crystal report where data could be break up by it self and rest of the data could come on next page ? A hint of help will be appreciated

Part and Inventory Search

Back
Top