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: muraliambt
  • Content: Threads
  • Order by date
  1. muraliambt

    Rowset Does Not support fetching backward

    Dear All, Im using VB 6.0 and ORCALE 9i Lite Data base. I am getting the above mentioned error while try to Move backupward or Last record. I have created the DSN=VBSIP (Oraclite ODBC Driver) which refers to my oracle lite database. Here is the code. Set sDBconn = New ADODB.Connection...
  2. muraliambt

    Unable to Read the Serial Port

    Hi All, Can anybody tell me what is the problem with the following code. When i run, it gives me BytesRead :0 I Have electronic scale which is connected to My computer and scale is configured to send the output to computer also. SerialPort handle is OK ( hSerialPort is not -1 ). Thanks...
  3. muraliambt

    How to Query the data from Recordset

    Hi All, Is it possible to query the data from recordset using the SELECT Sql statement. Thanks in advance, Muraliambt.
  4. muraliambt

    How to show DataCombo 1st Value

    Hi, 1. i have datacombo bounded with recordset. When i open the form i want show the first value of the column. Set dcomPrd.RowSource = rsProd dcomPrd.ListField = "pr_name" dcomPrd.BoundColumn = "pr_code" I want to show the first Product Name. Thanks Muraliambt.
  5. muraliambt

    Populate Combo box or Different Combo box

    Hi, I have Flexgrid with 18 cols. I am using one combo box and one text box to make the grid editable. For 12 cols iam using Combo and rest Text Box. I am pouplating Combox box every time when it enters the respective column. Example. col 1 = Fill the Combo Box with Product Code. col 3 =...
  6. muraliambt

    How to make Flexgrid fixed col 0 to show Picture

    Hi, 1. I have flexgrid with 1 fixed row and 1 fixed column. when i add more rows, in the fixed column( column 0) i think it is displaying record no. how is can avoid that display. 2. Instead i want to show some picture on column 0 and also focus should not got there. Muraliambt.
  7. muraliambt

    Delete the Row in Flexgrid

    Hi all, what is the best way to give the user Able to DELETE the row in FlexGrid. By Mouse or By Keyboard Key, etc... Muraliambt.
  8. muraliambt

    Administrator Login Restriction in Workstation

    Hi All, I have NT4 Server and 10 win'98 workstation connected to it. I want to Restrict the use of Administrator Login From the Workstation ( WIN'98 ) OR I want to give the Administrator Login access to some workstations only. Thanks. Murali L
  9. muraliambt

    NTVDM.EXE Error

    Hi, I have machine with w2k and i am running the application which is developed in foxprow 2.6a. I have set the network printer as the default printer in w2k machine. When that machine ( where the network printer is connected ) is shutdown, when i goto reports in my applicaion It shows an...
  10. muraliambt

    W2K printing problem

    Hi all, I have installed EPSON LQ2170 in win'98 platform with share. I am accesing this printer from one of the W2K professional machine. This is the Default Printer In W2K machine. When i shut Down the Win'98 Machine, I am not able to view any reports using my Accounting System ( In Foxpro 2.6...
  11. muraliambt

    Report format conversion to Excel

    Hi all, I am using FPW 2.6a. How can i convert the report format ( exactly the same way it appears in screen preview ) to Excel. I can conver to excel using COPY TO command but it is converting exactly the same as the structur of the table. I need to include all the format which is there in...
  12. muraliambt

    I/O Operation failure

    Hi, I am using FPW26a. when i try open my project file it's giving me this error. Rgds, Murali.
  13. muraliambt

    Not able to enter into Grid

    I have form with Grid. I have buttons for add, modify, delete. i have created one cursor called "temp" in form load event and in the init() event of the gird i assigned the recordsource to "temp". when i am in enquiry mode i am able to see the records in gird. when said...
  14. muraliambt

    Grid column at run time

    I have form with grid. Nothing is set in the grid. In the form load() event i am creating the cursor. create cursor temp (field1, field2 etc...) 1. How can i use this cusor TEMP to display in GRID. 2. What are the codes to be written to display this cursor in grid. 3. How can i add and...
  15. muraliambt

    Grid Help

    First time i am developing one-to-many form. what is the best way to develop. Need Advice on this. * I am using Free Tables for this form * 1. I mean Grid control, creating cursor or use the table itself in the grid. 2. How to control the no of column display and only the...
  16. muraliambt

    How to pass param to another form and where to declare it

    I want activate the form2 from form1 and pass some parameters. and alos wher can i declare the varibles, so that i can access the param variables in all the methods and events fo form2. ex. FORM1:Click() && Button Click Event DO FORM FORM2 WITH "Master", "Code&quot...
  17. muraliambt

    How can i display two fields in list box

    I want to disp two fields in listbox. this two fields i want to create during runtime and how can save this two fields value to variable when i exit the listbox. Murali.
  18. muraliambt

    Report Preview with Win NT problem

    i have application which is developed in ver FPW2.6a. When i run the reports win'95 win'98 machines with preview i am able to see the fonds, but with window NT server i am not able read the output of preview. any suggestion would be appriciated. Murali.
  19. muraliambt

    How can i add Search option in form

    I want to add search button, when the user click it , it should display the required fields of the table (like all Product code and name ) and i am able to move over the details and whenever i move it should display the other detail of product in form. Murali.
  20. muraliambt

    Common Method for forms

    I want to place some common codes, where can i palce this code and how can i execute from the event or other menthods in the FORM.

Part and Inventory Search

Back
Top