Search results

  1. J

    Identifying Input Device

    Hi Friends, I have an interface for swiping card (magnetic strip) . Both Keyboard and the swiping device is connected to the CPU through the same PS2 port. Now I need to stop input from key board while accepting input from the swiping device. I am unable to make my application differentiate...
  2. J

    EXCEL still open !

    Hi Guys I think I have a solution for the nagging "Excel Still Open" Problem. This thread is 6 years old. I hope many of us have the solution by now. :awink: Still... The following code should do the trick. They must be written in given order. chExcelApplication:Activewindow:CLOSE()...
  3. J

    how to insert record into a table

    There are many ways to insert record in a table. For that you need to log into the database. You can log in either from 4GL interface using a CONNECT statement. e.g. For multiusermode: CONNECT <dbname> -H <hostname> -S <servicename> -N <network protocol type> NO-ERROR. Or we can connect using...
  4. J

    Multithreading

    For Ref: Version: Progress 9.1D Platform: Windows 2000 Server Thanks to Joey and Tamhas. Hopefully we'll have some cool features for handling such issues from Progress in near future. But I am still looking for the best solution. I have around 30-40 client machines. In each machine my...
  5. J

    Multithreading

    Version: Progress 9.1D Platform: Windows 2000 Server My billing application has a client DB connected in single user mode and also connected to a server. The requirement is the client should get synchronized with the server as the Client application is loaded. But the synchronization...
  6. J

    Some thought about Progress's role transition

    Sitting in India I cannot see any important marketing activity on behalf progress to send message to companies which are migrating from Progress to SAP should rethink and new companies thinking about implementing SAP should go for Progress. Progress, with all its wonderful features can do no...
  7. J

    Renaming Tables

    Hi Klaus, Sorry for late reply.As I ould not visit this place for quite sometime. Your suggestion worked. Thanx a lot. Regards
  8. J

    Nokia API 1.1

    Hi John, Can you download your address book content in text format using software that comes with your handset and get it read by Progress? Or you want to talk directly to Nokia API without intermediate software. If you try the second case, unless Nokia should provide you an appropriate driver...
  9. J

    Renaming Tables

    Thanks Tom, But My requirement is to do this during loading incremental df. Coz I have to deploy my source code with incremental df. Thanks again... in advance.
  10. J

    Renaming Tables

    Hi, Is it possible to rename a table without dumping and reloading its data? Please help.
  11. J

    Sample Programe for Data Entry Screan

    Dear Sunil, If you have your database ready then 1. Connect to the database. 2. Create a new window. 3. Create some fill-ins. 4. Add a save button on your screen. After that add code of follwoing type. find <dbname>.<tblname> where <uniquefiled> = <fill-in:screenvalue in frame...
Back
Top