[RBASE-L] - From The Edge - Technical Documents for R:BASE 11

2024-06-05 Thread Razzak Memon
Wednesday, June 05, 2024 To R:BASE Community: The "From The Edge" technical documents for the R:BASE 11 release have been updated. From The Edge: http://www.razzak.com/fte/ The list of "50" new technical documents includes:  . All About the CHOOSE

[RBASE-L] - Tip of the Day: Title Casing for Hyphenated Strings

2024-05-27 Thread Razzak Memon
Tuesday, May 28, 2024 Tip of the Day: Title Casing for Hyphenated Strings Product...: R:BASE 11 Build.: 11.0.1.40516 or higher Section...: Forms Keywords..: PROPERTY, Character Case, Hyphenated Strings, Title Did you know you can alter the

[RBASE-L] - Tip of the Day: Switching the RGB Hex Notation for Custom Colors

2024-05-27 Thread Razzak Memon
Monday, May 27, 2024Tip of the Day: Switching the RGB Hex Notation for Custom ColorsProduct...: R:BASE 11Build.: 11.0.1.40516 or higherSection...: SettingsKeywords..: Colors, Hex notation, Delphi, HTMLYou can switch between Delphi or HTML RGB Hex notation for Custom

[RBASE-L] - Tip of the Day: Removing Extra Sheets in XLSW Workbook Exports

2024-05-23 Thread Razzak Memon
Friday, May 24, 2024 Tip of the Day: Removing Extra Sheets in XLSW Workbook Exports Product...: R:BASE 11 Build.: 11.0.1.40516 or higher Section...: File Gateway Keywords..: Export, XLSW, Sheet, Tab Did you know that you can automatically

[RBASE-L] - Tip of the Day: Opening Tables in MDI Mode

2024-05-22 Thread Razzak Memon
Thursday, May 23, 2024Tip of the Day: Opening Tables in MDI ModeProduct...: R:BASE 11Build.: 11.0.1.40516 or higherSection...: Data BrowserKeywords..: MDI Mode, Table, View, PROPERTYDid you know the Data Browser may be opened in MDI mode by default, regardless of

[RBASE-L] - Tip of the Day: Adding a Check Box to Enhanced Group Box Controls

2024-05-21 Thread Razzak Memon
Wednesday, May 22, 2024Tip of the Day: Adding a Check Box to Enhanced Group Box ControlsProduct...: R:BASE 11Build.: 11.0.1.40516 or higherSection...: FormsKeywords..: Enhanced Group Box, Check Box, Disable, EnableDid you know a check box may be added to Enhanced

[RBASE-L] - Tip of the Day: Using Dynamic PDF Annotations

2024-05-20 Thread Razzak Memon
Tuesday, May 21, 2024 Tip of the Day: Using Dynamic PDF Annotations Product...: R:BASE 11 Build.: 11.0.1.40516 or higher Section...: Reports/Labels Keywords..: PDF Form Controls, Annotation, Title, Content Did you know that by using dynamic

[RBASE-L] - Tip of the Day: Increasing the R:BASE Editor Font Size

2024-05-19 Thread Razzak Memon
Monday, May 20, 2024 Tip of the Day: Increasing the R:BASE Editor Font Size Product...: R:BASE 11 Build.: 11.0.1.40516 or higher Section...: R:BASE Editor Keywords..: Font Type, Font Size, Code, Word Types Did you know you can now assign a

[RBASE-L] - Tip of the Day: Documenting Custom EEPs

2024-05-16 Thread Razzak Memon
Friday, May 17, 2024Tip of the Day: Documenting Custom EEPsProduct...: R:BASE 11Build.: 11.0.1.40516 or higherSection...: Database ExplorerKeywords..: Custom EEP, Save to Folder, DocumentDid you know you can save all Custom EEPs (and other stored code) to files from

[RBASE-L] - Tip of the Day: Reusing Queries in the Data Browser

2024-05-16 Thread Razzak Memon
Thursday, May 16, 2024Tip of the Day: Reusing Queries in the Data BrowserProduct...: R:BASE 11Build.: 11.0.1.40516 or higherSection...: Data BrowserKeywords..: Update Query, Query History, Filter, ResetDid you know that you can retain queries in the Data Browser?The

[RBASE-L] - Released: R:BASE 11 Add-on Products

2024-05-15 Thread Razzak Memon
Thursday, May 16, 2024   To All Users of R:BASE 11 Add-on Products:   Updates are now available for the following R:BASE 11 add-on products: https://www.rbaseupdates.com   Build:

[RBASE-L] - Released: R:BASE 11 - Update 1

2024-05-15 Thread Razzak Memon
Thursday, May 16, 2024   To All Users of R:BASE 11:   Official updates of R:BASE 11 are now available. https://www.rbaseupdates.com   Build: 11.0.1.40516 - Update 1  

RE: [EXTERNAL] Re: [RBASE-L] - Checking Variables

2024-04-24 Thread Razzak Memon
IF (CHKVAR('vVarName')) <> 1 THEN    SET VAR vVarName vartype = NULL ENDIF On 04/24/2024 5:48 PM EDT Razzak Memon wrote:     Here is how I use the (CHKVAR('varname)) function in all my applications when it is re

RE: [EXTERNAL] Re: [RBASE-L] - Checking Variables

2024-04-24 Thread Razzak Memon
Here is how I use the (CHKVAR('varname)) function in all my applications when it is required.   IF (CHKVAR('vVarName)) <> 1 THEN    SET VAR vVarName vartype = NULL ENDIF   That way, without any -ERROR—message, etc., if the variable in

Re: Re[2]: [RBASE-L] - Forms | Accessing a DBcontrol value BEFORE it is saved.

2024-03-23 Thread Razzak Memon
Diamond Bar CA 91765-2203   rby...@safesectors.com  (909) 238-9012 m   -- Original Message -- From &quo

Re: [RBASE-L] - Forms | Accessing a DBcontrol value BEFORE it is saved.

2024-03-23 Thread Razzak Memon
Bruce,   Consider using the GETPROPERTY command to capture the control's current value in a variable. Then, use that captured variable to extract anything you see fit. That is as simple as it gets.   Razzak On 03/22/2024 6:32 PM

[RBASE-L] - Tip of the Day: Enhanced Formula Detection for Excel Exports

2024-02-20 Thread Razzak Memon
Tuesday, February 20, 2024 Tip of the Day: Enhanced Formula Detection for Excel Exports Product...: R:BASE 11 Build.: 11.0.1.40214 or higher Section...: File Gateway Keywords..: Export, Excel, Formula, Equal Character Did you know that data

[RBASE-L] - Tip of the Day: Resetting an External Form Version Number

2024-02-19 Thread Razzak Memon
Monday, February 19, 2024 Tip of the Day: Resetting an External Form Version Number Product...: R:BASE 11 Build.: 11.0.1.40214 or higher Section...: Commands Keywords..: PLUGIN, External Form, Version Did you know that the ExtForm plugin

[RBASE-L] - Tip of the Day: Feedback with the AUTONUM Command

2024-02-16 Thread Razzak Memon
Friday, February 16, 2024 Tip of the Day: Feedback with the AUTONUM Command Product...: R:BASE 11 Build.: 11.0.1.40214 or higher Section...: Commands Keywords..: AUTONUM, FEEDBACK, Setting Did you know that AUTONUM is now included in the

[RBASE-L] - Tip of the Day: Loading Varying Data Nodes from XML Files

2024-02-14 Thread Razzak Memon
Wednesday, February 14, 2024 Tip of the Day: Loading Varying Data Nodes from XML Files Product...: R:BASE 11 Build.: 11.0.1.40214 or higher Section...: File Gateway Keywords..: Import, XML, Node, Data Packet Did you know that XML files with

[RBASE-L] - Released: R:BASE 11 - Update 1

2024-02-14 Thread Razzak Memon
Wednesday, February 14, 2024 To All Users of R:BASE 11: Official updates of R:BASE 11 are now available. https://www.rbaseupdates.com Build: 11.0.1.40214 - Update 1 . R:BASE 11 . R:BASE 11 - Corporate . R:BASE 11 - Compiler . R:BASE 11 -

Re: [RBASE-L] - Mailing Address Line Feed Fail

2024-01-22 Thread Razzak Memon
Bruce, Be sure to place a Variable Memo object on the report, with "Suppress Empty Lines" enabled from the right click context menu. The variable should be a NOTE data type, which combines the various TEXT strings. An example is detailed within the Line

RE: [RBASE-L] - R:BASE 11 Released!

2024-01-22 Thread Razzak Memon
xciting Version 11 posts and announcements!   We value your continued trust in our company and will do our best to exceed your expectations.   Very Best R:egards,   Razzak

[RBASE-L] - R:BASE 11 Released!

2024-01-11 Thread Razzak Memon
Very Best R:egards,   Razzak   A. Razzak Memon Founder, President & CEO R:BASE Technologies, Inc. https://www.rbase.com -- For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php --- You receiv

[RBASE-L] - Tip of the Day Digest (2023)

2024-01-03 Thread Razzak Memon
Wednesday, January 03, 2024   To R:BASE Community:   The updated end-of-the-year "Tip of the Day" Digest is now available!   The digest is an archive of all "Tip of the Day" threads posted on the R:BASE

Re: [RBASE-L] - forcing email address format

2023-12-28 Thread Razzak Memon
Kayza,   There are several methods and tools you can use to validate an email address. Online services that automate the process of checking email addresses for validity, such as Verifalia, Email Checker, Email Hippo, Hunter Email Verifier:, Verify Email

Re: [RBASE-L] - LIMIT COMMAND NOTWORKING AS DOCUMENTED

2023-11-07 Thread Razzak Memon
Rohan,   FWIW, the LIMIT command is working as intended and documented.   I cannot replicate an issue where the SELECT command does not work, using both of the below commands. SELECT ALL FROM Customer LIMIT 5 SELECT ALL FROM

[RBASE-L] - R:BASE Technologies 25th Anniversary Conference and Unveiling of R:BASE 11 - Photo Album

2023-11-01 Thread Razzak Memon
To R:BASE Community:   R:BASE Technologies 25th Anniversary Conference and Unveiling of R:BASE 11 photo album is now available at:   https://www.facebook.com/RBase/   Enjoy!   Very Best R:egards,  

Re: [RBASE-L] - Alter table add column

2023-10-31 Thread Razzak Memon
Dan,   FWIW, ALTER TABLE ADD COLUMN always adds the column at the end of the existing columns.   Very Best R:egards,   Razzak   On 10/31/2023 6:12 PM EDT Dan Goldberg wrote:   I

RE: [RBASE-L] - 25th Anniversary Conference: Schedule of Events

2023-10-30 Thread Razzak Memon
, Paul Buckley From: rbase-l@googlegroups.com On Behalf Of Razzak Memon Sent: Monday, October 23, 2023 11:31 AMTo: rbase-l@googlegroups.comSubject: [RBASE-L] - 25th Anniversary Conference: Schedule of Events To All Attendees of the 25th Anniversary

[RBASE-L] - 25th Anniversary Conference: Schedule of Events

2023-10-23 Thread Razzak Memon
To All Attendees of the 25th Anniversary Conference:   The Schedule of Events is now available:   https://www.rbase.com/25thAnniversaryDocs/RBASE_Technologies_25th_Anniversary_Schedule_Of_Events.pdf   We look forward to seeing

Re: [RBASE-L] - Keeping column text together in variable lookup list box

2023-10-02 Thread Razzak Memon
Bonjour Michel,   I suggest reviewing the FONT and making sure you use a fixed-width font, such as Consolas or Courier New.   I hope it helps! Very Best R:egards,   Razzak On 10/02/2023 1:46 PM

[RBASE-L] - Update: R:BASE Technologies 25th Anniversary Conference and Hotel Reservations

2023-08-23 Thread A. Razzak Memon
be advised that the rooms are limited, and the rate will be honored on a first-come, first-served basis. For the conference and hotel registrations, please use the URL as follows: https://www.rbase.com/25thAnniversary Very Best R:egards, Razzak A. Razzak Memon Founder, President & CEO R:

[RBASE-L] - Announcing the R:BASE 11 Beta

2023-08-21 Thread A. Razzak Memon
and counting, R:BASE has been advancing the standards it pioneered in the first place. And after 41 laps around the sun, we're not slowing down. Razzak A. Razzak Memon Founder, President & CEO R:BASE Technologies, Inc. https://www.rbase.com /Celebrating the 25th Anniversary of R:BASE Technolo

Re: [RBASE-L] - Getting out of an infinite loop

2023-08-16 Thread A. Razzak Memon
Philippe, Also, be sure to have ESCAPE set to ON. Syntax: SET ESCAPE ON/OFF SET ESCAPE allows you to use [Ctrl]+[Break] to escape or abort command file processing or database file access. Specify ON to enable users to abort processing in the middle of command files, WHILE loops, and

Re: [RBASE-L] - Getting out of an infinite loop

2023-08-13 Thread A. Razzak Memon
Philippe, There is no easy way to terminate an infinite WHILE .. ENDWHILE loop or a process that takes too much time. Ending the task using the Task Manager is the only way to end the session. About resetting the number of users, without having the RBAdmin Tools, here is one approach. 1.

[RBASE-L] - R:BASE Technologies 25th Anniversary Conference Registration

2023-08-07 Thread A. Razzak Memon
whom there wouldn’t even be a milestone to celebrate! Very Best R:egards, Razzak Memon Founder, President & CEO R:BASE Technologies, Inc. http://www.rbase.com -- For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php --- You received this message because

[RBASE-L] - R:BASE Conference Topics: Embrace R:BASE Applications or your entire business on the cloud!

2023-08-01 Thread A. Razzak Memon
To R:BASE Community: /*Embrace R:BASE Applications or your entire business on the cloud!*//* *//When deploying R:BASE applications on the cloud, you must consider new delivery methods in infrastructure, such as virtualization, declarative/immutable containers, serverless computing,

[RBASE-L] - Update: R:BASE Technologies 25th Anniversary Conference (Hotel Reservations)

2023-07-26 Thread A. Razzak Memon
To R:BASE Community: Here is the URL to make your hotel reservations for R:BASE Technologies 25th Anniversary Conference: https://www.hilton.com/en/book/reservation/deeplink/?ctyhocn=LASESES=CES90Q=2023-10-24=2023-10-28=OM,WW,HILTONLINK,EN,DirectLink=HILTONLINKDIRECT

Re: [RBASE-L] - Windows 11

2023-07-19 Thread Razzak Memon
Jan,   Here's a checklist for you! Create a C:\Temp folder with full access  Setup Windows System Properties > Environment Variables (TEMP and TMP) to C:\Temp Adjust User Account Setting Control (All the way down to Never Notify) Windows Virus

Re: [RBASE-L] - Rbase office

2023-07-12 Thread Razzak Memon
All,   Everyone gets the response accordingly.   If you have a VIP Support Plan or any Technical Support Plan, you should get a response accordingly.   However, if it is just a sales inquiry or something of that nature, you

Re: [RBASE-L] - Rbase office

2023-07-12 Thread Razzak Memon
Bruce,   FWIW, everyone needs a well-deserved time off.   Thanks,   Razzak On 07/12/2023 2:00 PM EDT Bruce Chitiea wrote:     If that silence is of more than a few days

[RBASE-L] - Tip of the Day: Redraw an Enhanced DB Grid Control

2023-06-20 Thread A. Razzak Memon
Tuesday, June 20, 2023 Tip of the Day: Redraw an Enhanced DB Grid Control Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5) Build.: 10.5.5.20615 or higher Sections..: Forms Keywords..: Enhanced DB Grid, PROPERTY, Redraw Did you know that you can redraw an

[RBASE-L] - Tip of the Day: Specify the Root Node Path with JSON Imports

2023-06-19 Thread A. Razzak Memon
Monday, June 19, 2023 Tip of the Day: Specify the Root Node Path with JSON Imports Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5) Build.: 10.5.5.20615 or higher Sections..: File Gateway Keywords..: Import, JSON, Root Node, NODE_PATH Did you know that it is

[RBASE-L] - Tip of the Day: WHERE Clause Support for the SATTACH Command

2023-06-15 Thread A. Razzak Memon
Thursday, June 15, 2023 Tip of the Day: WHERE Clause Support for the SATTACH Command Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5) Build.: 10.5.5.20615 or higher Sections..: Commands Keywords..: SATTACH, ODBC, WHERE Clause, Server, Table Did you know that

[RBASE-L] - Released: Add-on Products for R:BASE X.5/X.5 Enterprise (Version 10.5)

2023-06-14 Thread A. Razzak Memon
Thursday, June 15, 2023 To All Users of R:BASE X.5 and R:BASE X.5 Enterprise Add-on Products: Updates are now available for the following add-on products for R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5): https://www.rbaseupdates.com Build: 10.5.5.20615 - Update 5 . Oterro X.5 and

[RBASE-L] - Released: R:BASE X.5/X.5 Enterprise (Version 10.5) - Update 5

2023-06-14 Thread A. Razzak Memon
Thursday, June 15, 2023 To All Users of R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5): Official updates of R:BASE X.5/R:BASE X.5 Enterprise (Version 10.5) are now available. https://www.rbaseupdates.com Build: 10.5.5.20615 - Update 5 . R:BASE X.5 (Version 10.5) . R:BASE X.5 (Version

Re: [RBASE-L] - Minimize button not showing

2023-06-01 Thread A. Razzak Memon
Dan, What "Border Style" is assigned within the Form > Properties setting? Try to use another value, such as Single. Best regards, Razzak On 5/31/2023 1:10 PM, Dan Goldberg wrote: I have a startup compiled exe that has my settings and then runs my external form file. REFF lance_menu.rff

RE: [RBASE-L] - Runtime error

2023-03-25 Thread A. Razzak Memon
Make sure that the engine .DLL is in the same folder with the database and the compiled exe. Hope that provides you with some blue's clues. RazzakOn Mar 25, 2023 6:06 PM, Javier Valencia wrote:Is it a compiled application? Is the application and database on the local drive or a server?Javier

[RBASE-L] - Tip of the Day: Added Hot Key Support for Enhanced DB Grid Searches

2023-03-09 Thread A. Razzak Memon
Friday, March 10, 2023 Tip of the Day: Added Hot Key Support for Enhanced DB Grid Searches Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5) Build.: 10.5.5.20309 or higher Sections..: Forms Keywords..: Enhanced DB Grid, Hot Key, Find, Find Previous, Find Next

[RBASE-L] - Tip of the Day: Traversing Sub-Directories in the File List Box Control

2023-03-09 Thread A. Razzak Memon
Thursday, March 09, 2023 Tip of the Day: Traversing Sub-Directories in the File List Box Control Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5) Build.: 10.5.5.20309 or higher Sections..: Forms Keywords..: File List Box, Sub-Directory, Files, Directory Did

[RBASE-L] - Released: Add-on Products for R:BASE X.5/X.5 Enterprise (Version 10.5)

2023-03-08 Thread A. Razzak Memon
Thursday, March 09, 2023 To All Users of R:BASE X.5 and R:BASE X.5 Enterprise Add-on Products: Updates are now available for the following add-on products for R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5): https://www.rbaseupdates.com Build: 10.5.5.20309 - Update 5 . Oterro X.5 and

[RBASE-L] - Released: R:BASE X.5/X.5 Enterprise (Version 10.5) - Update 5

2023-03-08 Thread A. Razzak Memon
Thursday, March 09, 2023 To All Users of R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5): Official updates of R:BASE X.5/R:BASE X.5 Enterprise (Version 10.5) are now available. https://www.rbaseupdates.com Build: 10.5.5.20309 - Update 5 . R:BASE X.5 (Version 10.5) . R:BASE X.5 (Version

Re: [RBASE-L] - Filename COPY, and the persistent date/time stamp

2023-02-13 Thread A. Razzak Memon
Bruce, Change your Windows File Explorer View properties to see the Date created and Date modified columns to see the difference. Very Best R:egards, Razzak On 2/13/2023 5:48 PM, Bruce Chitiea wrote: All: Consider a file displayed in the RGBX5E Command file listing: *template.rmd |

Re: [RBASE-L] - Displaying SWF pictures

2023-02-09 Thread A. Razzak Memon
Javier, Though IE is no longer supported and appears to be removed from the system, it is still there. The issue is whether the ActiveX control that is supposed to read the SWF file is installed. In RBASE, an IE session may be started in the browser control. The browser control has an option

Re: [RBASE-L] - GATEWAY IMPORT Fail

2023-01-11 Thread A. Razzak Memon
Bruce, Are you able to complete the process using the manual GATEWAY IMPORT GUI interface? If successful, you may create the "Import Specification (.rgw)" file to automate the entire process. Hope that provides you with some blue's clues! Very Best R:egards, Razzak On 1/11/2023 10:01

Re: [RBASE-L] - Search again in DB Grid?

2023-01-08 Thread A. Razzak Memon
, Razzak On 1/8/2023 3:47 PM, Doug Hamilton wrote: Thanks Razzak. Yup, F3 finds next but Shift-F3 doesn't seem to do anything. Tried F3 with left & right shift and with Alt-Shift, Ctrl-Shift, Ctrl-Alt-Shift... ran out of fingers :) Doug On 1/8/2023 1:07 PM, A. Razzak Memon wrote: Here's

Re: [RBASE-L] - Search again in DB Grid?

2023-01-08 Thread A. Razzak Memon
Here's how: Find:                        Ctrl + F Find Next:                F3 Find Previous:        Shift + F3 Have fun! Very Best R:egards, Razzak On 1/8/2023 1:51 PM, Doug Hamilton wrote: In an Enhanced DB Grid I can initiate a search with Ctrl-F. How do I search again for subsequent

[RBASE-L] - From The Edge: Tip of the Day Digest (2022)

2022-12-29 Thread A. Razzak Memon
Friday, December 30, 2022 To R:BASE Community: The updated end-of-the-year "Tip of the Day" Digest is now available! The digest is an archive of all "Tip of the Day" threads posted on the R:BASE Users Group, consolidated into a single PDF document. The posted topics primarily detail areas

Re: [RBASE-L] - where clause on sub tables/reports

2022-12-29 Thread A. Razzak Memon
Dan, FWIW, in a report/form with Master and Slave Tables, the WHERE clause is only pertinent to the Master table. Alternatively ... 1. Based on your application and the desired results, you could prepare the salve table(s) as *TEMPORARY tables/views *with the matching data you need,

Re: [RBASE-L] - show system tables in db explorer

2022-12-29 Thread A. Razzak Memon
Dan, Here's how ... Alt+Ctrl+Shift+F8 Have fun! Very Best R:egards, Razzak On 12/29/2022 2:05 PM, Dan Goldberg wrote: I had to reset my settings on my pc and cannot remember the key sequence to show the system tables in db explorer… TIA Dan Goldberg -- For group guidelines, visit

[RBASE-L] - Tip of the Day: Capturing Cell Information within DB Tree Grid Controls

2022-12-29 Thread A. Razzak Memon
Thursday, December 29, 2022 Tip of the Day: Capturing Cell Information within DB Tree Grid Controls Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5) Build.: 10.5.5.11222 or higher Sections..: Forms Keywords..: DB Tree Grid, GETPROPERTY, Capture, Cell, Read-Only

[RBASE-L] - New EEP for Enhanced DB Grid/DB Tree Grid Controls

2022-12-28 Thread A. Razzak Memon
Wednesday, December 28, 2022 Tip of the Day: New EEP for Enhanced DB Grid/DB Tree Grid Controls Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5) Build.: 10.5.5.11222 or higher Sections..: Forms Keywords..: Enhanced DB Grid, DB Tree Grid, EEP, Right Click Did

Re: [RBASE-L] - Bit Button On-Click EEP variable values 77, 99

2022-12-27 Thread A. Razzak Memon
Bruce, Apparently, you are using and/or recycling Razzak's sample application forms in your own application, or at least trying to recycle. That's great! However ... The value assigned for the button [Continue]  vButton = 77, and value assigned for the button [Cancel]  vButton = 99, is the

[RBASE-L] - Tip of the Day: Control Fast Accelerator Character Use within Group Bar Controls

2022-12-27 Thread A. Razzak Memon
Tuesday, December 27, 2022 Tip of the Day: Control Fast Accelerator Character Use within Group Bar Controls Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5) Build.: 10.5.5.11222 or higher Sections..: Forms Keywords..: Group Bar, Accelerator Character, Hot

Re: [RBASE-L] - out of dynamic space II

2022-12-26 Thread A. Razzak Memon
Jim, Get everyone out of the database, and then use the RELOAD routine to reload the database, including all INDEXes. Hope it helps! Razzak On 12/26/2022 1:54 PM, 'jim schmitt' via RBASE-L wrote: Hello again to all: Could 'out of dynamic space ' mean there is no more room on the server ?

[RBASE-L] - Tip of the Day: Coordinate Hint When Resizing Form Objects

2022-12-23 Thread A. Razzak Memon
Friday, December 23, 2022 Tip of the Day: Coordinate Hint When Resizing Form Objects Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5) Build.: 10.5.5.11222 or higher Sections..: Forms Keywords..: Coordinate, Resize, Handlebars, Object, Hint Did you know that

[RBASE-L] - Released: Add-on Products for R:BASE X.5/X.5 Enterprise (Version 10.5)

2022-12-21 Thread A. Razzak Memon
Thursday, December 22, 2022 To All Users of R:BASE X.5 and R:BASE X.5 Enterprise Add-on Products: Updates are now available for the following add-on products for R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5): https://www.rbaseupdates.com Build: 10.5.5.11222 - Update 5 . Oterro X.5

[RBASE-L] - Released: R:BASE X.5/X.5 Enterprise (Version 10.5) - Update 5

2022-12-21 Thread A. Razzak Memon
Thursday, December 22, 2022 To All Users of R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5): Official updates of R:BASE X.5/R:BASE X.5 Enterprise (Version 10.5) are now available. https://www.rbaseupdates.com Build: 10.5.5.11222 - Update 5 . R:BASE X.5 (Version 10.5) . R:BASE X.5

Re: [RBASE-L] - Enhanced DB Grid unselect multi select

2022-12-19 Thread A. Razzak Memon
Dan, Based upon how the Enhanced DB Grid is initially displayed and sorted, the same sort may be initiated again, to clear the row selections. Here's how ... PROPERTY SORTASC 'Value'   -- To Dynamically Sort the first column in ascending order   PROPERTY DBGrid_Customers SortAsc '0'   --

Re: [RBASE-L] - Variable Lengths - X.5 Enterprise 10.5.5.11013

2022-12-08 Thread A. Razzak Memon
John, As always, the pleasure is all mine! Razzak On 12/8/2022 1:28 PM, johnd...@gmail.com wrote: Razzak, Thank you very much. That was the issue - was 18, now 40. I appreciate your help. Regards John Docherty On Friday, December 9, 2022 at 4:18:17 AM UTC+13 A. Razzak Memon wrote

Re: [RBASE-L] - capture autonumber field value

2022-12-08 Thread A. Razzak Memon
Dan, SET VAR vLastValue INTEGER = 0 SELECT colname INTO vLastValue INDIC iv1 FROM tablename WHERE COUNT = INSERT Alternatively, you could also try: SET VAR vLastValue INTEGER = 0 SELECT colname INTO vLastValue INDIC iv1 FROM tablename WHERE COUNT = LAST Hope it helps! Very Best R:egards,

Re: [RBASE-L] - Variable Lengths - X.5 Enterprise 10.5.5.11013

2022-12-08 Thread A. Razzak Memon
John, What is your *NAMEWIDTH *setting? At the R> prompt: SHOW NAMEWIDTH The default is 18 characters. In my case, I have the NAMEWIDTH set to 40. *SET NAMEWIDTH 40* Hope it helps! Very Best R:egards, Razzak On 12/8/2022 12:21 AM, johnd...@gmail.com wrote: I have noticed that the

Re: [RBASE-L] - De-activate

2022-11-11 Thread A. Razzak Memon
*Note: * *Before De-Activating from the original computer and Re-Activating to another computer, make sure that your Software Assurance Plan is Active and Up-To-Date!* This privilege is provided to active R:SAP users as well as the product purchase withing the first year. *The

[RBASE-L] - Tip of the Day: Form Designer Productivity Tips

2022-11-10 Thread A. Razzak Memon
Thursday, November 10, 2022 Tip of the Day: Form Designer Productivity Tips Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5) Build.: 10.5.5.11013 or higher Sections..: Forms Below are valuable tips to help get the most productivity out of the R:BASE Form

[RBASE-L] - Tip of the Day: Report/Label Designer Productivity Tips

2022-11-09 Thread A. Razzak Memon
Wednesday, November 09, 2022 Tip of the Day: Report/Label Designer Productivity Tips Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5) Build.: 10.5.5.11013 or higher Sections..: Reports/Labels Below are a valuable tips to help get the most productivity out of the

[RBASE-L] - Tip of the Day: Manually Trigger Required Value Checks on Form Fields

2022-10-14 Thread A. Razzak Memon
Friday, October 14, 2022 Tip of the Day: Manually Trigger Required Value Checks on Form Fields Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5) Build.: 10.5.5.11013 or higher Sections..: Forms Keywords..: Check Required Value, GETPROPERTY, Field, On Close Did

Re: [RBASE-L] - Tip of the Day: Specify a Custom Font in PDF Output with Font Substitutions

2022-10-13 Thread A. Razzak Memon
? Karen -Original Message- From: A. Razzak Memon To: RBASE-L Group Sent: Wed, Oct 12, 2022 11:12 pm Subject: [RBASE-L] - Tip of the Day: Specify a Custom Font in PDF Output with Font Substitutions Thursday, October 13, 2022 Tip of the Day: Specify a Custom Font in PDF Output with Font

[RBASE-L] - Tip of the Day: Specify a Custom Font in PDF Output with Font Substitutions

2022-10-12 Thread A. Razzak Memon
Thursday, October 13, 2022 Tip of the Day: Specify a Custom Font in PDF Output with Font Substitutions Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5) Build.: 10.5.5.11013 or higher Sections..: Reports/Labels Keywords..: PDF, PROPERTY, Font Substitution,

[RBASE-L] - Released: Add-on Products for R:BASE X.5/X.5 Enterprise (Version 10.5)

2022-10-12 Thread A. Razzak Memon
Thursday, October 13, 2022 To All Users of R:BASE X.5 and R:BASE X.5 Enterprise Add-on Products: Updates are now available for the following add-on products for R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5): https://www.rbaseupdates.com Build: 10.5.5.11013 - Update 4 . Oterro X.5 and

[RBASE-L] - Released: R:BASE X.5/X.5 Enterprise (Version 10.5) - Update 5

2022-10-12 Thread A. Razzak Memon
Thursday, October 13, 2022 To All Users of R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5): Official updates of R:BASE X.5/R:BASE X.5 Enterprise (Version 10.5) are now available. https://www.rbaseupdates.com Build: 10.5.5.11013 - Update 5 . R:BASE X.5 (Version 10.5) . R:BASE X.5

Re: [RBASE-L] - Importing Data From Text File

2022-10-07 Thread A. Razzak Memon
Gary, R:BASE is not freezing up, but is actually processing the 6 million row file, as you instructed it to. When testing different import setting and OPTION parameters, try working with a limited data set. Once you have successfully imported the limited data set, perform the same on the

[RBASE-L] - Hope and Support in the Hurricane Ian Aftermath

2022-09-29 Thread A. Razzak Memon
In the aftermath of what is one of the worst hurricanes to strike the United States, we at R:BASE Technologies, express our deepest sympathy to the residents of Fort Myers and surrounding area affected by Hurricane Ian and to our members, colleagues, and friends who lost loved ones in the

[RBASE-L] - Released: Add-on Products for R:BASE X.5/X.5 Enterprise (Version 10.5)

2022-08-25 Thread A. Razzak Memon
Thursday, August 25, 2022 To All Users of R:BASE X.5 and R:BASE X.5 Enterprise Add-on Products: Updates are now available for the following add-on products for R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5): https://www.rbaseupdates.com Build: 10.5.5.10825 - Update 5  . R:Charts X.5

Re: [RBASE-L] - refresh db grid on insert

2022-08-23 Thread A. Razzak Memon
Dan,Use the following command:PROPERTY TABLE tablename  POSTRETURNOn Aug 23, 2022 10:29 AM, Dan Goldberg wrote: I have a form that is in entry mode. I have an add button that will do some checking and insert a row.   After the row is inserted I want to refresh the db grid but when I do the

[RBASE-L] - Released: Oterro X.5/X.5 Enterprise (Version 10.5) - Update 5

2022-08-17 Thread A. Razzak Memon
Thursday, August 18, 2022 To All Users of Oterro X.5 and Oterro X.5 Enterprise (Version 10.5): Official updates of Oterro X.5/Oterro X.5 Enterprise (Version 10.5) are now available. https://www.rbaseupdates.com Build: 10.5.5.10818 - Update 5  . Oterro X.5/X.5 Enterprise - Single User  .

[RBASE-L] - Released: R:BASE X.5/X.5 Enterprise (Version 10.5) - Update 5

2022-08-17 Thread A. Razzak Memon
Thursday, August 18, 2022 To All Users of R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5): Official updates of R:BASE X.5/R:BASE X.5 Enterprise (Version 10.5) are now available. https://www.rbaseupdates.com Build: 10.5.5.10818 - Update 5 . R:BASE X.5 (Version 10.5) . R:BASE X.5

[RBASE-L] - Tip of the Day: Maintaining Efficiency with QualKeys in Foreign Data Sources

2022-08-04 Thread A. Razzak Memon
Thursday, August 4, 2022 Tip of the Day: Maintaining Efficiency with QualKeys in Foreign Data Sources Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5) Build.: 10.5.4.20616 or higher Sections..: ODBC Keywords..: SATTACH, QualKey, QUALCOLS, DSN, Data Source

Re: [RBASE-L] - Crosstabs

2022-08-04 Thread A. Razzak Memon
Claes-Robert, What is your LINES setting? The LINES setting assigns the number of lines per page when you use your CROSSTAB command, and will repeat the column header for each page. The default value is 20. Setting LINES to zero displays lines as continuous output, with only one row of

Re: [RBASE-L] - Sauvegarde de tables dans une nouvelle base

2022-08-04 Thread A. Razzak Memon
Hello Jean-Marc, The UNLOAD command is able to create your database from the desired tables. The "FOR DATABASE" and "NOSCHEMA" keywords in the UNLOAD syntax will allow you to unload the specific structure and data portions needed for just those tables. Using the RRBYW20 sample database, the

[RBASE-L] - Tip of the Day: Archiving Table Data in R:BASE

2022-07-27 Thread A. Razzak Memon
Wednesday, July 27, 2022 Tip of the Day: Archiving Table Data in R:BASE Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5) Build.: 10.5.4.20616 or higher Sections..: Maintenance Keywords..: Archive, Table, Data, Performance, ODBC Archiving tables in R:BASE

Re: [RBASE-L] - Printer questiion

2022-07-15 Thread A. Razzak Memon
Dick, Once the printer is installed and configured as "Default Printer" on each workstation, you don't need to do anything. However, if you wish to show the current default (R:BASE Session Printer), you may define the "On Before Start EEP" with the following variable and place the variable

Re: [RBASE-L] - note vs varchar

2022-07-08 Thread A. Razzak Memon
Dan, There is no problem using NOTE data type. As few of our very complex R:BASE CRM and R:BASE Manufacturing Systems running on Cloud, include heavy use of notes (NOTE) and formatted text (VARCHAR) data without a problem. Very Best R:egards, Razzak At 10:29 AM 7/8/2022, Dan Goldberg

Re: [RBASE-L] - WAIT setting and table locks

2022-07-01 Thread A. Razzak Memon
table. The first 4 are from earlier in the program, the last row, # 2108238, is generated by the above code. I would think the DateTime of the last row should be about 8 seconds later, 07:49:03. [] On 6/30/2022 6:22 PM, A. Razzak Memon wrote: Doug, If there are functions embedded

Re: [RBASE-L] - WAIT setting and table locks

2022-06-30 Thread A. Razzak Memon
Doug, If there are functions embedded within the value list or SELECT statement, there would be added processing to each INSERT. Are there functions defined? Please share the INSERT command. Also, have you tried increasing the INTERVAL and WAIT settings in small increments? Very Best

[RBASE-L] - Tip of the Day: Automatically Rotate Images from EXIF File Information

2022-06-29 Thread A. Razzak Memon
Wednesday, June 29, 2022 Tip of the Day: Automatically Rotate Images from EXIF File Information Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5) Build.: 10.5.4.20616 or higher Sections..: Reports/Labels, Commands Keywords..: PROPERTY, Image, Rotate, EXIF Did

[RBASE-L] - Tip of the Day: Enhanced Debug Details for Database Character Setting Corruption

2022-06-28 Thread A. Razzak Memon
Tuesday, June 28, 2022 Tip of the Day: Enhanced Debug Details for Database Character Setting Corruption Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5) Build.: 10.5.4.20616 or higher Sections..: Settings Keywords..: Corruption, Character Setting, Debug Did

[RBASE-L] - Tip of the Day: Adjusting the Default Font of the BLOB Editor's Text Tab

2022-06-27 Thread A. Razzak Memon
Monday, June 27, 2022 Tip of the Day: Adjusting the Default Font of the BLOB Editor's Text Tab Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5) Build.: 10.5.4.20616 or higher Sections..: Commands Keywords..: BLOB Editor, Default, Text, Font Did you know that

[RBASE-L] - Tip of the Day: Performing UTF-8 File Encoding Without BOM (Byte-Order Mark)

2022-06-24 Thread A. Razzak Memon
Friday, June 24, 2022 Tip of the Day: Performing UTF-8 File Encoding Without BOM (Byte-Order Mark) Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5) Build.: 10.5.4.20616 or higher Sections..: Commands Keywords..: FCONVERT, UTF-8, ANSI, File Encoding, BOM Did

Re: [RBASE-L] - Fusion de Fichiers PDF

2022-06-22 Thread A. Razzak Memon
Jean-Marc Mass, Oui. Jetez un œil au R:PDFWorks X.5 pour atteindre votre objectif et plus encore... https://www.rbase.com/products/rpdfworks/intro.php Yes. Take a look at the R:PDFWorks X.5 to accomplish your goal and more ... https://www.rbase.com/products/rpdfworks/intro.php Very Best

  1   2   3   4   5   6   7   8   9   10   >