Answer Posted / vinforum
Dim nFilenum
nFilenum = FreeFile
Open App.Path & "\test.txt" For Input As nFilenum
Text1.Text = Input(LOF(nFilenum), nFilenum)
Close (nFilenum)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ActiveX? Explain.
Draw Sequence Modal of DAO and Explain?
How do I get a bitmap picture in a field in an Access database?
How to get freefile location in memory?
What is OLEDB?
What is difference between datagrid and flexgrid?
What is a thread pool and how are the threads within a thread pool managed?
Difference between ActiveX Exe and Dll.
How many File System Controls are there ? Explain.
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
___ Property is used to count no. of items in a combobox.
What type of databases you can access through ADO Data Access Object?
Is it possible to Manipulate data through flexgrid? Explain.
What is constructors and distructors.
What is Pseudocode?