Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Good old Browse Field in VFP
Message
From
25/11/2004 13:45:02
 
 
To
25/11/2004 02:11:02
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
ASP.NET
OS:
Windows XP
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
00964530
Message ID:
00964751
Views:
7
Well I guess we are both in the same boat. The infragistics UltraWebGrid object probably suits your needs. Still you would need to perform the filtering yourself. They do have client side hooks in the object to help facilitate the JavaScript programming.



>Hi Gordon!
>
>Thanks for advice - sounds good, but I don't think that I could ever handle this. My JavaScript isn't the best you know.
>
>But thanks anyway!
>
>>How is your JavaScript?
>>
>>Depending on the control you use for a WebGrid, you could use JavaScript to cycle through the rows hiding them based on the entry. I am not sure if there is an event or if you can create an event which can sense the individual keystrokes.
>>
>>For example, when you enter the 2, the JavaScript will cycle through the rows of the grid hiding all of the rows that do not begin with 2; then repaint the webform. When you enter the second character 3, the JavaScript will cycle through again hiding all of the rows that do not begin with 23; then repaint the webform. Again when you backspace in the object it would do the reverse.
>>
>>Regardless, you would need the complete set of data on the client side to perform this type of action.
>>
>>Good luck!
>>
>>Gordon.
>>
>>
>>>Hi all!
>>>
>>>I have to create a webapplication and it is absolutely necessary to have something like a browse field in VFP for selecting specific user input - a dropdown box with the available values is not enough.
>>>
>>>This means: The user enters 2 digits of a 4 digit number. A window or something else should be shown up containing all numbers where the first 2 digits match the entered ones and the user can choose inside the result which number to use.
>>>
>>>The only possible way I could imagine is using a button for searching these digits in an extra webform and the returning to selected value to the original webform.
>>>Are there any other possible ways to manage this?
>>>
>>>Thanks for help!!!
Gordon de Rouyan
DC&G Consulting
Edmonton, Alberta
Email: derouyag@shaw.ca
Previous
Reply
Map
View

Click here to load this message in the networking platform