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 strongm 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. samsoysa

    TabControl: Delete TabPages causes an error

    Hi, I got this issue sorted out, anyway this is what happened. In my UI, I have tabcontrol and I generate tabpages as and when I need and given them names. When I close them, I just call tabcontrol1.tabpages.remove(mytabcontrol.selectedTab). This is working fine as far as I remove a tabpage in...
  2. samsoysa

    TabControl: Delete TabPages causes an error

    It happened when I tried deleting the 5th Tabpage. Situ: I got over 6 tabpages. I closes them from the end ... and when it comes to the 5th or 4th, i get that error. If I close it from the begining then no problem.
  3. samsoysa

    TabControl: Delete TabPages causes an error

    Hi, I got a problem with a tabcontrol. I uses a tabcontrol and creating tabpages and deleting them done programatically. When i delete pages I get an error saying "Specified argument was out of range of valid values ...". Can anyone help me on this. Thanks in advance, Samantha
  4. samsoysa

    Progress v8 and DataDirect ODBC Drivers

    Hi, I want to connect to Progress v8 DB using .NET application via DataDirect ODBC Drivers v.4. If anyone can help, that will be great. Thanks, Sam
  5. samsoysa

    Developing frames using AppBuilder

    Hi, Have you tried with Pages. You can keep one fram in one page may be Page 1 and then keep the other in Page 2. Things in Page 0 will always be displayed. Samantha.
  6. samsoysa

    hi... how i can add a new contr

    Hi, You can enter the control Numbers through the "Licence Update" in Windows systems. For unix Let me get back to you. W. H. Samantha Soysa ss@kingslake.com/whssoysa@sltnet.lk
  7. samsoysa

    compiling using a batch program

    I hope you want to know whether you can compile programs using a .bat file. If it is the case ... you can do it as follows. Create a PROGRESS program as follows. compile <file_name> save <other_options>. compile <file_name> save <other_options>. compile <file_name> save <other_options>. ...
  8. samsoysa

    Link Progress-tables in MS-Access 2002

    You should have a ODBC Driver for Progress. You can check MERANT and download a eveluation copy for testing. If you realy going to use it, you better purchase it. Eval may not have all the features. WH Samantha Soysa ss@kingslkae.com
  9. samsoysa

    progress files

    U can use PRO*Tools to change your setting. Also, If you are using an INI file, u can change the fonts and Colors of the PROGRESS system. Hope this is clear for you, Cheers, Samantha ss@kingslake.com
  10. samsoysa

    Connect via DataDirect ODBC to Progress 8

    According to my knowledge you need to setup some environment Varaibles to access the broker. They are (Please check them, I can't remember). PROOIBRKR=<path for the oibrkr32.exe. PROOIDRVR=<path for the oidrvr32.exe. Also, u need to set IDLC=%DLC% IPROMSGS=%PROMSGS% for this u need to set...
  11. samsoysa

    I Want to Learn Progress

    I hope you have PROGRESS tools with you. They are providing Electronic documentations in &quot;Dyna text viewer&quot; format and PDF format. You can start with the &quot;Programming Hand Book&quot; to start learning the 4GL syntax and then you can proceed towards the SmartObjects. PROGRESS s...
  12. samsoysa

    Displaying Gridlines

    Hi, I want to know how I can draw gridlines in fram or a form and move objects snapping to the GridLines. thanks, Please send to ss@kingslake.com
  13. samsoysa

    Need to Know how DradDrop can be used.

    Hi, I need to know the follwing. .. I want to drag an Object and Drop it in the same frame or form. While dragging, I want to display the object and want to track the location and display the location in Pixels in the status bar. Also, want to change the color of the Object. Please help ....
  14. samsoysa

    writing browse progam

    I think I will be able to help you. Please send me your e-mail address I will e-mail them. My e-mail address is ss@kingslake.com Samantha.
  15. samsoysa

    PROGRESS UIB/APPBuilder APIs

    I want to creat widgets at runtime and save the window using PROGRESS appbuider or User Interface Buider. Pleas give me some hints and places to get help. Thaks, Samantha
  16. samsoysa

    PROGRESS &amp; WINDOWS MEDIA PLAYER OCX

    Hi, You use the COM Object viewer to get the function of the particular OCX. You can go to COM Object viewer Tools -> PRO*Tools There you can see the com object viewer. From that you can open a OCX file and PROGRESS syntax for any function or property. Place the OCX on the window and use...
  17. samsoysa

    Any way to do a procopy thru a .bat file ?

    Hi, You can write a simple bat file using the normal batch commands and it will work. eg: in your batch file you can say procopy source-db-name target-db-name -g bi-file -silent -------------------- -silent means: Suppresses the output of work-in progress messages. But this will work only if...

Part and Inventory Search

Back
Top