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 TouchToneTommy 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
  • 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

    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...
  16. Ahssan

    Great plains data structure help...

    thanks ptina, i will do that and check . since u are in to GP i assume from a long time i would like to put one more query. how is the invoice table related to products or inventory table i mean u have any idea what key is unique between both table to link them.
  17. 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
  18. Ahssan

    Notes Table ?

    thanks jymm, well i was just searching for this and found it in this thread so i just gave it a try. hey one more thing have you worked directly with the tables to make it a source of some other database of some other application ? i am into such development at the moment where i might have to...
  19. Ahssan

    Notes Table ?

    HI All, Im currently very new with greatplains can somebody tell me what table in the database holds the profile of the customer ? thanks
  20. Ahssan

    Applications Integration

    Thanks Mike, Well im not planning any project too man the condition is more pity ful as the guy behind the development and integration and knowing technical stuff about databases and applications is me and only me my IS manager (he thinks he is) knows none and what ever i say he says ofcourse...

Part and Inventory Search

Back
Top