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

    [b] Formatted Printing In Dos Mode [/b]

    Hi There I m using VB6 now and want to print FORMATTED text in DOS mode. It is quite possible to print with Clipper or Foxpro for DOS by using @ row, Col Say command but i dont know how to print this in Vb environment. I think I should use text file for that but i dont know how to place...
  2. rskomal

    How to determine listindex of Combobox Items

    Hi There Please help me to sort this problem out. i am using following lines to save listindex of combobox items to listview control but nothing is showing in listview. I need to store listindex in listview for editing purpose. Thanking u in anticipation Raj For cbit = 0 To...
  3. rskomal

    How can I prevent Duplicate Bill No in my app. ?

    I use the following to obtain last bill no from a dbf sele Bill_book set order to 1 // index on str(bill_no,7) to bill_1 set filt to bill_no = mbill_no go bott store bill_no + 1 to mbill_no set filt to Now when I call the save routine, I check for duplicate bill_no :- Do Case...
  4. rskomal

    How can I retrieve unique no form a database

    How can I retrieve a unique no (say bill No) from an access database after saving a record/form loading. I am learning VB and I am interested in database programming. Thanks
  5. rskomal

    How Can I save data in different dbfs in Multi user Envrn.

    I am trying to develop an application under Multi user Environment. I have to save information in two different databases. If I lock first dbf i think the second may being used by other user or vise versa. How can I safely place data in both dbfs, Please suggest. Thanks
  6. rskomal

    Can a single UDF be used to put values in Diff. Variables

    Is it possible to repalce value of different variales with one database in a say/get system. Say I have 5/6 var. like @ row, col get a valid MyPickListPrg() @ row, col get b valid MyPickListPrg() @ row, col get c valid MyPickListPrg() @ row, col get d valid MyPickListPrg() @ row, col get e...
  7. rskomal

    Dbedit() can be used to enter/edit records?

    Hi I am shifting to Clipper from Foxpro for dos. How could I use DBEDIT() to enter/Edit new records with UDF.

Part and Inventory Search

Back
Top