Re: How to create a background process

2009-09-27 Thread Josep
Thanks for the info, I still testing. When finish I explain my experiencie. Salut, Josep TEDennis wrote: Josep wrote: Hi, I experimented with the send in time command. I need to program some tasks to run at fixed time and days. Like schedule a task for a backup for example

Re: How to create a background process

2009-09-26 Thread Josep
and one second message start, the first is stoped. How wait until the revspeak finish before start the next? I tryed from a custom message and using wait for message but doesn't work. Thoughts? Salut, Josep -- View this message in context: http://www.nabble.com/How-to-create-a-background-process

Open many instances of one stack

2009-09-25 Thread Josep
Hi List, I need open many instances of the same stack. These stacks perform a queries. I want drag drop and after drop open the stack. How can launch instances of the same stack? Like Textedit create new document. Any tip about use this for performance and stability? Salut, Josep -- View

How to create a background process

2009-09-25 Thread Josep
the process depending the last x value. Like a cron job but every new execution will be variable. Any idea how to handle this? Salut, Josep -- View this message in context: http://www.nabble.com/How-to-create-a-background-process-tp25616331p25616331.html Sent from the Revolution - User mailing list

Re: Open many instances of one stack

2009-09-25 Thread Josep
Thanks for the info. :) Sarah Reichelt-2 wrote: I need open many instances of the same stack. These stacks perform a queries. I want drag drop and after drop open the stack. How can launch instances of the same stack? Like Textedit create new document. Here is a good article about

Re: How to create a background process

2009-09-25 Thread Josep
Thanks, I will try to test my process. Salut, Josep dunbarx wrote: Josep Try this crude example, and add your own timing and functionality. In the card script: on preopenStack send yourMessage to this cd end preopenStack on yourMessage var if var = 5 then close

Re: Datagrid Drag and Drop

2009-09-24 Thread Josep
Hi Trevor, Only I get this error when drag from a edited cell, I want drag the entire row and drop some of the values.. I download the sample and check it... execution error at line 6 (Chunk: error in object expression), char 22 Salut, Josep Trevor DeVore wrote: On Sep 21, 2009, at 12:52

Datagrid Drag and Drop

2009-09-21 Thread Josep
Hi List, I need use drag and drop between datagrids and others objects, how to begin? I need perform operations like exec sql sentences or print. Any tip about how begin to handle this? Salut, Josep -- View this message in context: http://www.nabble.com/Datagrid-Drag-and-Drop

Re: View and print a PDF file from Rev

2009-09-15 Thread Josep
Hi, OK, I test more with the revBrowser. But exist any way to print a PDF directly without any dialog, only to select the printer? Maybe using applescript? The player is fine to show a preview but any way to move page by page without show the controller? Salut, Josep -- View this message

Re: CalendarWidget100

2009-09-15 Thread Josep
Hi, Where I can find calendarWidget100? Salut, Josep -- View this message in context: http://www.nabble.com/CalendarWidget100-tp25428570p25455099.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing

Re: View and print a PDF file from Rev

2009-09-15 Thread Josep
into tPrinters but this isn't the name of the printer in the system. How can now the printers name in the system to show to the user? I can know it using lpstat -p... Salut, Josep -- View this message in context: http://www.nabble.com/View-and-print-a-PDF-file-from-Rev-tp25445545p25461962.html Sent

View and print a PDF file from Rev

2009-09-14 Thread Josep
to handle this? Preview a PDF and print it if the user want. Salut, Josep -- View this message in context: http://www.nabble.com/View-and-print-a-PDF-file-from-Rev-tp25445545p25445545.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: My slides are up

2009-09-04 Thread Josep
Thanks! :) Salut, Josep -- View this message in context: http://www.nabble.com/My-slides-are-up-tp25278489p25300847.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution

SQL Yoga Query

2009-08-24 Thread Josep
then ## Array can be assigned directly to a data grid set the dgData of group dg_test of me to theRegionDataA else answer Error populating regions: theError end if But nothing happen or the protected stack appear... What I'm doing wrong? Salut, Josep -- View this message

Re: SQL Yoga Query

2009-08-24 Thread Josep
Hi Trevor, I reply you in the other forum. Salut, Josep -- View this message in context: http://www.nabble.com/SQL-Yoga-Query-tp25116856p25123674.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing

delete last char in Datagrid

2009-08-04 Thread Josep
key, don't work. delete the last char of the focusedobject Also, is posible edit directly the cells of the datagrid without make a doubleclick over the cell? Salut, Josep -- View this message in context: http://www.nabble.com/delete-last-char-in-Datagrid-tp24818097p24818097.html Sent from

Re: delete last char in Datagrid

2009-08-04 Thread Josep
I'm testing with delete the last char of fld the ID of the focusedobject and get: group grp_back: execution error at line 11 (Chunk: no such object) near 1158, char 4 Why? Salut, Josep -- View this message in context: http://www.nabble.com/delete-last-char-in-Datagrid-tp24818097p24818273

Re: delete last char in Datagrid

2009-08-04 Thread Josep
:) Reply to myself: delete the last char of fld ID the ID of the focusedobject This work both fields and editable cells of the datagrid. But how can edit directly the cell of the datagrid without making a doubleclick? Salut, Josep -- View this message in context: http://www.nabble.com

Re: Drag files and upload it

2009-07-29 Thread Josep
folder put url (binfile: the dragdata) into tFileName -- Load to local var to upload it Why this don't accept dragged data from websites? If I drag any file like .webloc or textclips the files are wrong generated. How I must save it? Salut, Josep -- View this message in context: http

How to handle one images with many images inside

2009-07-28 Thread Josep
of one part of the image to the status of the button. I don't know if I explain myself... :) Salut, Josep -- View this message in context: http://www.nabble.com/How-to-handle-one-images-with-many-images-inside-tp24698615p24698615.html Sent from the Revolution - User mailing list archive

Re: How to handle one images with many images inside

2009-07-28 Thread Josep
Thanks, also I think that wih tiff also is posible to put in layers differents images... well by the moment the easy is cut and paste :) the images.. Salut, Josep Jim Lambert wrote: On Jul 28, 2009, at 10:00 AM, Josep wrote: I found some resources images in png that inside the file

Drag files and upload it

2009-07-28 Thread Josep
,the formattedheight of me,the width of me,the height of me) into myNewSize set itemdel to comma set the width of me to item 1 of myNewSize set the height of me to item 2 of myNewSize unlock screen end dragDrop Any tip are wellcome :) Salut, Josep -- View this message in context: http

Re: EditTextField in Datagrid

2009-07-21 Thread Josep
Hi, I don't know dialogData. I will test today. :) Salut, Josep -- View this message in context: http://www.nabble.com/EditTextField-in-Datagrid-tp24571063p24587956.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use

Re: cell-phone HTML form using post method

2009-07-21 Thread Josep
Hi Sarah, I send (with exit I think) the form submit from one iphone... I recived succesfully the copy from the form... Salut, Josep Sarah Reichelt-2 wrote: On Tue, Jul 21, 2009 at 9:38 PM, Nicolas Cuetonicon...@gmail.com wrote: Hi Sarah, Tried your form.irev on my cell, but no luck

EditTextField in Datagrid

2009-07-20 Thread Josep
pass rawkeydown end rawkeydown Open as sheet the stack. Salut, Josep -- View this message in context: http://www.nabble.com/EditTextField-in-Datagrid-tp24571063p24571063.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use

Re: EditTextField in Datagrid

2009-07-20 Thread Josep
Hi Trevor, How assign the script of button Field Editor to my button? I'm lost... I read the manual and the chapters explaining this but I'm blocked... How can I see the script of Field Editor? Salut, Josep -- View this message in context: http://www.nabble.com/EditTextField-in-Datagrid

Re: EditTextField in Datagrid

2009-07-20 Thread Josep
Hi, Step by step... On preOpenFieldEditor assign my bInputControl On bInputControl control the keypress and show the stack and store the value in a global var And where put the value from the global var? Add the tab key to EditField? -- View this message in context:

Re: EditTextField in Datagrid

2009-07-20 Thread Josep
the flow between open, close and edit ... :) Salut, Josep Trevor DeVore wrote: On Jul 20, 2009, at 12:03 PM, Josep wrote: Step by step... On preOpenFieldEditor assign my bInputControl On bInputControl control the keypress and show the stack and store the value in a global var And where

Live Resize control

2009-07-16 Thread Josep
Hi, I want resize one control in execution time but I don't know how? Maybe is a easy question but after read the forum and the docs I don't found any. I want show the handles over the control and that the user can change the with and/or the height. Any idea? Salut, Josep -- View this message

Re: Load images at proportional size

2009-07-06 Thread Josep
test more... Why this happen? Isn't the same three sentences work for the same? Salut, Josep M Josep, Does either of these work better for you? set the fileName of img img_card to tURL OR put url (binfile: tURL) into img img_card -- View this message in context: http://www.nabble.com

Load images at proportional size

2009-07-05 Thread Josep
Hi, I need to load at proportional size images inside the image area, but the image area have her own size. How can fit the image inside the image area changing her width and height? I'm blocked... :( Any idea? I search the list but I can't found any... Salut, Josep -- View this message

Re: Load images at proportional size

2009-07-05 Thread Josep
have these size. Any idea? Salut, Josep Mark Schonewille-3 wrote: Hmmm yes, Josep might want to use my function with formattedHeight and formattedWidth rather than regular height and width. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering

Re: Load images at proportional size

2009-07-05 Thread Josep
Hi Mark, Before test your new code I restart Rev and begin again checking all. If I drag from the website all is fine while (of course) the image have the correct path to get from the URL. Mant images are referenced by CSS or others and doesn't work, so I drag into the desktop. Until here all

NumberFormat with SQLite or mySQL

2009-06-27 Thread Josep
Hi, Any idea to change the point by comma in the decimal numbers? I convert each query and each insert or update... exist other way? Salut, Josep -- View this message in context: http://www.nabble.com/NumberFormat-with-SQLite-or-mySQL-tp24232124p24232124.html Sent from the Revolution - User

Re: Aggregate values for columns

2009-06-23 Thread Josep
is follow some of the basic samples located and see oneself. I'm sure that you can discover infinite posibilities of use it to improve your projects. One real sample is the ScreeSteps application and the intensive use of the datagrid and Rev. Salut, Josep -- View this message in context: http

Re: Aggregate values for columns

2009-06-23 Thread Josep
... Where I put the call? The CloseFieldEditor is fired by drawing the datagrid from a database or manual added rows? I'm confused. :( Salut, Josep -- View this message in context: http://www.nabble.com/Aggregate-values-for-columns-tp24158600p24176903.html Sent from the Revolution - User mailing

numberFormat to datagrid

2009-06-22 Thread Josep
Hi list, How to apply the set the numberFormat to #.000 into the datagrid ? I have the numeric values with 6 positions for decimals but only I want show 3. I put it into the FillData but nothing happen.. Any idea? Salut, Josep -- View this message in context: http://www.nabble.com

Re: numberFormat to datagrid

2009-06-22 Thread Josep
Hi Klaus, I have it in the FillData but nothing happen, all the values are showed with 6 decimal places.. Salut, Josep -- View this message in context: http://www.nabble.com/numberFormat-to-datagrid-tp24152520p24156822.html Sent from the Revolution - User mailing list archive at Nabble.com

Aggregate values for columns

2009-06-22 Thread Josep
theTotal end uSumTotal Into the default column behavior, and I call it from the FillData or SelectionChange to update the values, but only get empty. What I'm doing wrong? Salut, Josep -- View this message in context: http://www.nabble.com/Aggregate-values-for-columns-tp24158600p24158600.html

Re: Aggregate values for columns

2009-06-22 Thread Josep
is empty and no more work. I must remove from the memory and open again the stack. Salut, Josep -- View this message in context: http://www.nabble.com/Aggregate-values-for-columns-tp24158600p24158604.html Sent from the Revolution - User mailing list archive at Nabble.com

Generate bar codes EAN13 and others

2009-06-11 Thread Josep
Hi, Any tip about generate bar codes from Rev? I downloaded some fonts to print EAN13. I need perform some calc or can I use directly with the font? What standard or generic bar code can I use? or is the prefered? Salut, Josep -- View this message in context: http://www.nabble.com/Generate

Save image as...

2009-06-11 Thread Josep
the image. What's the best way from Rev? Use the export command? To upload to internet. What's the best way that not freeze the application? Any tip or advice is welcome :) Salut, Josep -- View this message in context: http://www.nabble.com/Save-image-as...-tp23990391p23990391.html Sent from

Re: Tab in datagrid

2009-06-10 Thread Josep
mouseUp I use this to add rows manually, I put the row line but you can change it, for each col put one tab. put col1 value tab col2 value tab col3 value into tLinea I hope help you. Salut, Josep -- View this message in context: http://www.nabble.com/Tab-in-datagrid-tp23861351p23973440.html

Drag images into text field

2009-06-09 Thread Josep
after the text one by one. After, I need to save it into a database. I test with htmltext but I locked... I haven't idea how to do it? Salut, Josep -- View this message in context: http://www.nabble.com/Drag-images-into-text-field-tp23953741p23953741.html Sent from the Revolution - User mailing

Datagrid update cell

2009-06-08 Thread Josep
Hi, How can I check if the content of one cell was changed? Every row is a entire record from the database, when the user change something and click the save button, only I want to update the fields changed. I tryed some test but I don't see what is the best or easy way to do that. Salut, Josep

Re: Datagrid update cell

2009-06-08 Thread Josep
about? Salut, Josep -- View this message in context: http://www.nabble.com/Datagrid-update-cell-tp23926471p23929111.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution

Re: Popup menu bug?

2009-06-03 Thread Josep
for performance of the app? Salut, Josep local sMenuChoice -- this goes at the top of the script on markOption pMenuChoice -- option_button calls this put pMenuChoice into sMenuChoice -- store it in the script local -- set checkmark here if you want end markOption on search -- search button

Re: Popup menu bug?

2009-06-02 Thread Josep
correct, and pass through user handlers.. but I don't want execute now, so globals are the option. What you think? Salut, Josep -- View this message in context: http://www.nabble.com/Popup-menu-bug--tp23814764p23827732.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: Datagrid can't not find background

2009-06-02 Thread Josep
Hi, Nop, dg_productos exist, I solved I think, creating other datagrid control, the datagrid templates now are a substack of the main stack. But now how can delete this new datagrid without deleting the datagrid templates? I'm a little confused about the datagrid templates... :( Salut, Josep

Re: Popup menu bug?

2009-06-02 Thread Josep
Hello Jaqueline, Local at stack level? Where I must define it? I don't see... Salut, Josep -- View this message in context: http://www.nabble.com/Popup-menu-bug--tp23814764p23843347.html Sent from the Revolution - User mailing list archive at Nabble.com

Image background problem on printing card

2009-06-02 Thread Josep
as background or forecolor.. The image are imported as control, with blocked size and position. Layered to the background and ink to blend and blend level to 84. Any idea? Salut, Josep -- View this message in context: http://www.nabble.com/Image-background-problem-on-printing-card

Popup menu bug?

2009-06-01 Thread Josep
end switch The the selectedtext of button opt_search ever have the first option. But if you don't perform any operation into menuPick the the selectedtext of button opt_search have the correct option. Why? Salut, Josep -- View this message in context: http://www.nabble.com/Popup-menu-bug

Re: Popup menu bug?

2009-06-01 Thread Josep
Hello Jaqueline, But I need perform the DB stuff inside the search button. Maybe I can use a global for build the SQL and exec from the button... isn't? Salut, Josep -- View this message in context: http://www.nabble.com/Popup-menu-bug--tp23814764p23823497.html Sent from the Revolution - User

Re: OT: MySQL Open/Close question

2009-06-01 Thread Josep
, Josep -- View this message in context: http://www.nabble.com/OT%3A-MySQL-Open-Close-question-tp23785007p23823739.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution@lists.runrev.com

Datagrid can't not find background

2009-06-01 Thread Josep
that Data grid Templates xx not exist inside of the stack. Can be the problem for this? How replace de datagrid templates? Salut, Josep -- View this message in context: http://www.nabble.com/Datagrid-can%27t-not-find-background-tp23824276p23824276.html Sent from the Revolution - User

Re: [ANN] InfoWallet 1.0

2009-05-23 Thread Josep
Congratulations! Bill Vlahos wrote: I'm happy to finally announce the release of InfoWallet 1.0. http://www.infowallet.com -- View this message in context: http://www.nabble.com/-ANN--InfoWallet-1.0-tp23664145p23681628.html Sent from the Revolution - User mailing list archive at

Re: Best way to get the path to one stack/standalone

2009-05-12 Thread Josep
Thanks :) It's the same for Windows? Salut, Josep -- View this message in context: http://www.nabble.com/Best-way-to-get-the-path-to-one-stack-standalone-tp23494588p23497586.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: Set Custom property in standalone?

2009-05-12 Thread Josep
Yes, like a config.ini from windows... but in Mac how it work? Where are stored the file? together the App? Salut, Josep -- View this message in context: http://www.nabble.com/Set-Custom-property-in-standalone--tp23494567p23497638.html Sent from the Revolution - User mailing list archive

RE: Combobox filled from database

2009-05-11 Thread Josep
the codes for the visible names, but I don't know how to search inside and select the item... With ListMagic can be usefully but I want the combobox visualization. Salut, Josep Jim Bufalini-3 wrote: Hi Joseph I need any help about how to set up some combobox that is filled from a database

RE: Combobox filled from database

2009-05-11 Thread Josep
Well, I found that with lineoffset (Choice 1, button cb_manufacturer) I obtain the line where the value is. Great... but now I need to select this line... Salut, Josep -- View this message in context: http://www.nabble.com/Combobox-filled-from-database-tp23474905p23478253.html Sent from

Re: Combobox filled from database

2009-05-11 Thread Josep
Yes, I better with a button option but how can limit the visible items when click? I need the combo presentation so in other cases exist many values... Salut, Josep -- View this message in context: http://www.nabble.com/Combobox-filled-from-database-tp23474905p23480818.html Sent from

Re: Combobox filled from database

2009-05-11 Thread Josep
Yes, the syntax is the same, but how combo or option show the values when click is different. In combo you have a scrollbar to move between the values and with option all the values are showed.. Bill Marriott wrote: Hi Josep, Yes, I better with a button option but how can limit

Re: Combobox filled from database

2009-05-11 Thread Josep
Thanks to all. I will try it... Salut, Josep -- View this message in context: http://www.nabble.com/Combobox-filled-from-database-tp23474905p23494507.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution

Set Custom property in standalone?

2009-05-11 Thread Josep
Hi list, It's posible to write the value of a custom property in a standalone? I trying but I can't obtain any succes. I use set the cpDummy of stack s_main_stack to true This work in a standalone? Can I modify the custom properties? or only are read-only? Salut, Josep M -- View this message

Best way to get the path to one stack/standalone

2009-05-11 Thread Josep
Hi list, What is the best way to get the path where is it one stack or standalone? To open it from script? Salut, Josep -- View this message in context: http://www.nabble.com/Best-way-to-get-the-path-to-one-stack-standalone-tp23494588p23494588.html Sent from the Revolution - User mailing

Combobox filled from database

2009-05-10 Thread Josep
the database I don't see how to select the correct value. Maybe is a stupid question but I don't see how to do... Salut, Josep -- View this message in context: http://www.nabble.com/Combobox-filled-from-database-tp23474905p23474905.html Sent from the Revolution - User mailing list archive

Re: Embeded images don't showed in standalone

2009-05-06 Thread Josep
Hi, Yes, the images are in the same stack, I checked with the application browser. But the images in the standalone don't appear... Any idea? J. Landman Gay wrote: Josep wrote: Hi, Yes, the images was imported into the stack as control and in develop mode all is ok. The problem

Re: Embeded images don't showed in standalone

2009-05-06 Thread Josep
... Salut, Josep Mark Swindell wrote: If I understand the question, Josep is importing images via the import control command. They appear as advertised in development, but disappear when he makes a standalone. I think he said it's not a button icon issue. Josep, have you made sure

Re: datagrid Column grand total

2009-05-05 Thread Josep
Bonjour Andre, Yes, I can with this way or I can record any change in on FillIn and update a t_GrandTotal... go to try it... I think that with this way the operation will be automatic... Salut, Josep Andre.Bisseret wrote: Le 5 mai 09 à 01:55, Josep a écrit : Hi, It's posible

Re: Embeded images don't showed in standalone

2009-05-05 Thread Josep
How specify the path with embeded images? It's necesary?... Salut, Josep Josep wrote: Hi, I have some stacks that have embeded images, all run fine, but when I build the standalone all the images are showed as grey. All the images are embede using Import control as new image. Any

Re: Embeded images don't showed in standalone

2009-05-05 Thread Josep
with this... :( Salut, Josep -- View this message in context: http://www.nabble.com/Embeded-images-don%27t-showed-in-standalone-tp23378864p23392691.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution

Re: datagrid Column grand total

2009-05-05 Thread Josep
Thanks. Salut, Josep M Trevor DeVore wrote: On May 5, 2009, at 3:36 AM, Josep wrote: Yes, I can with this way or I can record any change in on FillIn and update a t_GrandTotal... go to try it... I think that with this way the operation will be automatic... Andre's example

datagrid Column grand total

2009-05-04 Thread Josep
Hi, It's posible calculate the total for a column using the column templates? Any tip of how do it? I need to calculate a grand total for all the items inside the datagrid... Where is better perform the operation? I'm blocked with it... Thanks in advance, Josep M -- View this message

Embeded images don't showed in standalone

2009-05-04 Thread Josep
Hi, I have some stacks that have embeded images, all run fine, but when I build the standalone all the images are showed as grey. All the images are embede using Import control as new image. Any idea? Salut, Josep M -- View this message in context: http://www.nabble.com/Embeded-images-don

Re: Datagrid send focus to a field

2009-04-23 Thread Josep
of the line I read the datagrid manual and don't see how change the colors. I think that maybe is posible perform calculate field via behaviors cols. But I haven't clear how do it. Thanks for your time to help us to know better this very good object :) Salut, Josep Josep wrote: Hi list

Re: Datagrid send focus to a field

2009-04-23 Thread Josep
Hi Trevor, Thanks for your inputs and your time. I will try this and report to the list. :) I send one email to you for the fixed library. Salut, Josep -- View this message in context: http://www.nabble.com/Datagrid-send-focus-to-a-field-tp23176973p23207190.html Sent from the Revolution

Re: Datagrid SetDataOfIndex Error

2009-04-22 Thread Josep
Hi Trevor, Yes, this work perfectly. I need to perform some operation over some data cols, so what is better, use SetDataOfIndex over each value or first make the operations and then update the entire line with SetDataOfLine? Salut, Josep -- View this message in context: http

Datagrid send focus to a field

2009-04-22 Thread Josep
of group DataGrid into tScroll set the location of fld ftmp to 625,tCoorFila-tScroll select the text of fld ftmp focus on field ftmp break case X... ... end switch end selectionChanged Salut, Josep -- View this message in context

Datagrid SetDataOfIndex Error

2009-04-21 Thread Josep
text I want to perform some operations over some of the values of the line selected, modify them and update the line into the datagrid. What I'm doing wrong? Any idea of how do it better? Salut, Josep -- View this message in context: http://www.nabble.com/Datagrid-SetDataOfIndex-Error

Re: Revolution 3.5 launched

2009-04-09 Thread Josep
Thanks to all Rev team! Salut, Josep -- View this message in context: http://www.nabble.com/Revolution-3.5-launched-tp22958159p22965945.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use

Re: Revolution 3.5 launched

2009-04-09 Thread Josep
Thanks to all Rev team! Salut, Josep -- View this message in context: http://www.nabble.com/Revolution-3.5-launched-tp22958159p22965943.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use

Re: data grid code

2009-04-09 Thread Josep
Thanks for the piece of code... very nice :) Salut, Josep mfstuart wrote: Hi Sadhu, I've modified your mouseUp script a little to not only save you some typing, but also to show another way to put a text file directly into a memory variable: gTheData. Also, the script checks

Re: Data grid questions

2009-04-08 Thread Josep
? For example, the user modify units, and I must recalculate the unit_price * units, and put into col Total I downloaded the datagrid manual and I saw the webinar but I'm lost about... Any idea? Salut, Josep -- View this message in context: http://www.nabble.com/Data-grid-questions

Table Fields problem

2009-03-15 Thread Josep
more, the 11 and 12. Why? and how can control? Many of you say me Josep don't use table field, they are the devil :) I know that now. Other solution proposed is use a field with tabstops and overlaping a hide field to edit the data that the user click in the field. I try it without exit. How can

Re: [ANN] ListMagic 1.1.3 is now available

2009-03-08 Thread Josep
the rows and deselecting all. Any idea? It's posible align to the right some column? Salut, Josep -- View this message in context: http://www.nabble.com/-ANN--ListMagic-1.1.3-is-now-available-tp22376319p22402133.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: Search text inside PDF files

2009-02-10 Thread Josep
Looking into the forums I think maybe can be posible do some find action via applescript... Any idea? Salut, Josep Josep wrote: Hi, I need search inside PDF files. From a group of strings I need search inside a PDF and report the page number and extract the page to a new PDF. Any

FTP Download

2009-02-09 Thread Josep
Hi, I'm trying to download a PDF file from one ftp site, but only obtain an error. Why? The file is about 1Mb aprox. Trying these URL directly in the browser the PDF is downloaded perfectly. I use this piece of code: on mouseUp libURLDownloadToFile \

Re: FTP Download

2009-02-09 Thread Josep
Hi, I get socket timeout error, I put the libURLSetFTPStopTime 30 but nothing, the same. Any idea? Salut, JosepM Sarah Reichelt-2 wrote: I'm trying to download a PDF file from one ftp site, but only obtain an error. Why? The file is about 1Mb aprox. Trying these URL directly in the

Re: FTP Download

2009-02-09 Thread Josep
the urlstatus of ftp://..; into pURLStatus ? for example, but where is the best handler to put? Thanks! Salut, Josep M Sarah Reichelt-2 wrote: I'm trying to download a PDF file from one ftp site, but only obtain an error. Why? The file is about 1Mb aprox. Trying these URL directly

Search text inside PDF files

2009-02-09 Thread Josep
Hi, I need search inside PDF files. From a group of strings I need search inside a PDF and report the page number and extract the page to a new PDF. Any idea of how get the problem? Salut, Josep M -- View this message in context: http://www.nabble.com/Search-text-inside-PDF-files

RE: ListMagic calculated columns

2009-02-07 Thread Josep
Hi, :) Thanks. It's enought to begin so the idea of use is for invoicing little documents, no long lists. I will try to follow your code... I think that some formula capability for the next version will be great, not to act as a spreadsheet but yes to do some automated formulas. Cheers, Josep

Re: ListMagic calculated columns

2009-02-06 Thread Josep
Hi, Any can say me why the code added into the scripts of the card don't work? In the scripts of the card following the documentation say that can add my own code into but nothing happen... :( Cheers, Josep M -- View this message in context: http://www.nabble.com/ListMagic-calculated-columns

RE: ListMagic calculated columns

2009-02-06 Thread Josep
that this is correct handler not work. If I use rawkeyup message I can intercept the key pressed but nothing more... sorry but I'm stoped here. Hi Josep, I assume you are saying you have handlers you have added into the card script that are not working? Can you show a sample of the code

ListMagic calculated columns

2009-02-05 Thread Josep
is previous value -- pNewValue is new vlaue -- write your code here: end LMListEdited Cheers, Josep -- View this message in context: http://www.nabble.com/ListMagic-calculated-columns-tp21864343p21864343.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: ANN: Flow Chart Software Project

2008-11-23 Thread Josep
Hello Marc, Consider.. ChartFlow, cFlow, fChart, FlowDiagram, di·a·gram, FlowSchemax Cheers, Josep M -- View this message in context: http://www.nabble.com/ANN%3A-Flow-Chart-Software-Project-tp20608866p20652960.html Sent from the Revolution - User mailing list archive at Nabble.com

Close window without ask dialog want to save...

2008-10-13 Thread Josep M Yepes
looking over the forums but I can't find any... :( maybe it's a dummy question but I don't know how to do.. Cheers, Josep M ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Table inspector from 4W

2008-10-11 Thread Josep M Yepes
, with resizable columns that support sorting, etc.: http://fourthworldlabs.com/table.jpg Cheers, Josep M ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Update web page directly

2008-03-15 Thread Josep
f_web to URL tURL -- ?? nothing happen It's correct,... ? I'm not sure if this is the best way to do this, I need a easy tool to update some pages directly without modify from a html editor... Any hint? Cheers, Josep M -- View this message in context: http://www.nabble.com/Update-web-page

Re: App over PDA with windows mobile or other

2008-02-15 Thread Josep
That's what I will suppose... Thanks, Josep M Andre Garzia-3 wrote: Josep, Err... no, you can't but there's a way. You can create a web application if your pda is connected all time, then, you can use a web application. Andre On 2/15/08, Josep [EMAIL PROTECTED] wrote: Hi

App over PDA with windows mobile or other

2008-02-14 Thread Josep
Hi, It's posible to run applications created with Revolution in a Windows Mobile PDA? If is posible I need a windows license for Rev or can I do it from my Mac license? I need create a little app that collect orders to send via ftp. Any hint? Cheers, Josep M -- View this message in context

  1   2   >