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: *

  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

    Dear Zemp thnx for your timely help, its working now. and i thanks all those too who given their time to help me. Thanks u all.
  3. rskomal

    How to determine listindex of Combobox Items

    yes i have, vbsun, but i dont think that make any difference.
  4. 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...
  5. rskomal

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

    Dear Ian Boys This app. is not multiuser so there is no other user who can save in the mean time. Secondly I know filter is quite slow but the problem is that my database contain bill nos for Sale, Purchase, Mtrl. Issue, Mtrl. Recd... so I have to use filter command. If any other alternate...
  6. 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...
  7. 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
  8. rskomal

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

    I have tried both the techniques but data lost while I test the program on two computers, I used the following simple coding: xLoops = .t. DO WHIL xLOOPs @x,y say "Bill No " get mBill_No @x,y say "Date " get mBill_Date @x,y say "Party Name " get...
  9. rskomal

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

    Dear Rob thanks a lot But Is it possible to lock more than one file with f/rlock. I think locking is avvailable for one file at a time.
  10. 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
  11. 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...
  12. 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