Search results

  1. T

    I've wonder, Do I have any chance?

    Thanks!! These words are very encouraging, as it seems there are a lot of chances for both of a supposed employer and I. I will work harder on communications skills as you mention, and perhaps, in a near future, my ip address, will change
  2. T

    I've wonder, Do I have any chance?

    Hi there. I'm a Mexican developer, in contact with Progress since 1996. I'm doing a textil yarn factory system in V9.1. 31 years old. Enginiering degree. Married, two beautifull daugthers, i'll would do anything for them. I've wonder, is there a real need for hard workers, programming at last...
  3. T

    Need to talk to Comm Ports. Any good (read: easy) ocx?

    I wonder... I need to interact with a scale on COMx, Any advice? suggestion? Thanks. Octavio
  4. T

    Put control

    By the way, does any one knoes where to find the control codes for a laserjet? I try to adjust one user to print on a 6L, but could find docs on control codes for it. Also, i have -Wa -wpp at the startup, and get all plain text, i've tried ripping off the parameters, and i use _osprint.p, but in...
  5. T

    Put control

    This a documented bahavior. You can find some info on the following documentos of the Progress Knowledge Base docs: 16880 18271 check especially 15811, wich demonstates how you can store control codes 19066 17350 states particullary what's going on in you case. Also check 15276 and 16020...
  6. T

    UIB-problems ... HELP!

    damn... it happened again, i will change the simbols (Chris, would you kill the 2 bad posts?) <BLOCKQUOTE><font size="1" face="Arial, Verdana">code:</font><HR><pre> define var x like <FONT COLOR="Red">whatever you want or need"</FONT c> no-undo. [/code] With this, you create the place...
  7. T

    UIB-problems ... HELP!

    i have to repost cause the code went abroad... For the first question. <BLOCKQUOTE><font size="1" face="Arial, Verdana">code:</font><HR><pre>Define VAR x like <whatever you need or want>. [/code] Then on the browse property window go to fields, and then choose Calculated fields down the list...
  8. T

    UIB-problems ... HELP!

    For the first question. Define VAR x like <whatever youlike or need>. Then on the browse property window go to fields, and then choose Calculated fields down the list of fields, on expresion: <expresion> @ x. Voila. Octavio Olguin.
  9. T

    NEW: Track This Topic via Email

    It's great!!! You really has gone more away than duty. Is it ending some day? You efforts are just great. What we can do in exchange? Octavio
  10. T

    NEW: Your Favorite Forums

    <FONT face="Lucida Console">SUPERB!!!!!!</FONT f><FONT size="5">GREAT!!!</FONT s> just what was missing . Keep the very good stuff coming!!!
  11. T

    Data import

    I had the same odd behavior, the confusing thing was that the docs all over indicated that the comma is a valid delimiter, but i had to use some other product (you must read Foxpro) to remove the commas, and all went fine. A word of caution, use the "normal" interchange format, except the...
  12. T

    Multiple updates in one transaction using browse widgets

    Hi Chris. You haven't take on account the fact that you may be seen a customer name, while other user has changed it, when you commit, you woul need to use a way ("changed") to know if the record you were seing has been changed. All this points to that mra has to re-think his (her) need of...
  13. T

    Are the Digest working?

    Hi you all, talkers... Past days, I subscribed to some digest, but haven't get none. Are the digest been sent? do i have a trouble with my email?. Does anyone gettin' the digest? Greettings from Mexico!!. Bye. Octavio
  14. T

    Multiple updates in one transaction using browse widgets

    I guess a solution for this "most elegant" contest would be to make the main block of the procedure a DO TRANSACTION block. I can foresee a few disadvantages this would have in <u>my</u> current system, i can't see how is structured yours, but, can you afford a VERY BIG .bi? on the master...
  15. T

    Printing source code

    <FONT size="3">The full source code?</FONT s> I wonder why would you need to print the source generated by UIB. Learning what's going on, perhaps? Debug? Documentation? You could easily do what i do when encounter dificult code to debug. On UIB press F5, then you'll get a window with the full...
  16. T

    A real example of ADM2?

    <div align="Left"><font size="2" face="Arial" color="#000000"> Does any one have seen a brief app i can get to see the adm / adm2 model on the real world, i was schedulled on the trainig course of Progress here in Mexico, but it was delayed, and i read, and read, and read the manuals, but can't...
  17. T

    Printing on ladscape mode

    You will say that i have no other things to do, but the truth i got so much to do, and all is about not being able to print landscape. I guess i'll have to explain precisely my config, 'cause i think there's something about it, that doesn't allows me to print landscaped... I use ProVision 9.01a...
  18. T

    Printing on ladscape mode

    Hi Chris!. I was wondering, what version of proprint.dll do you have? I think the version i have, didn't support the 4th parameter being greater than 1? My proprint.dll is dated on May 7th, 99 and is 41,928 bytes. any clue? Octavio ------------------ and yes... i'm Powered by Progress...
  19. T

    Printing on ladscape mode

    Hi Chris! Thanks again. (I guess on your free time, you develop? The thing is: Perhaps you consider (as you being the Moderator) to mention how can we download the examples posted on the UBB, since if you cut-and-paste or save the page, or whatever you do, you get the source in one line...
  20. T

    Printing on ladscape mode

    Hi there!. I've been trying for a way to print a wide report in landscape, because it's so wide it cannot fit other way. On the system under development, i use _osprint (by the way, does any one noticed? internally it test for session:window-system to be "ms-windows", but on V9.0b it returns...
Back
Top