Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     How do u prompt "save as" with a dbf file???

Read-Only Read-Only Topic
Go
Search
Notify
Tools
How do u prompt "save as" with a dbf file???
 Login/Join
 
Member
posted
I like to do that when I'm clicking in a button run the procedure and prompt save as ...

Thanks
 
Posts: 28 | Registered: January 12, 2006Report This Post
<JG>
posted
I assume that you are refering to a DABSE file that you want to save to the client.

Normally using PCHOLD INSTEAD of HOLD would allow you to save the file to the
client and not the server.
However for DBASE (actually all database formats) PCHOLD is not an option that is available.

That leaves two ways.
Either chose a DATA FILE format that allows PCHOLD such as ALPHA, COM, COMT, TAB, TABT.

OR use HOLD and then use an HTMLFORM to display a URL linking to the file.
This requires holding the file to a permanent location that the Web server can access.
 
Report This Post
Member
posted Hide Post
Thank u Paltinum the second option was the best


quote:
Originally posted by JG:
I assume that you are refering to a DABSE file that you want to save to the client.

Normally using PCHOLD INSTEAD of HOLD would allow you to save the file to the
client and not the server.
However for DBASE (actually all database formats) PCHOLD is not an option that is available.

That leaves two ways.
Either chose a DATA FILE format that allows PCHOLD such as ALPHA, COM, COMT, TAB, TABT.

OR use HOLD and then use an HTMLFORM to display a URL linking to the file.
This requires holding the file to a permanent location that the Web server can access.
 
Posts: 28 | Registered: January 12, 2006Report This Post
Silver Member
posted Hide Post
In general whether a user is prompted or the file opened automatically when a URL is clicked on is controlled by the client browser's settings for the specified MIME type.

That said, a .dbf file type will likely work as expected on most clients. Just don't expect the same behavior from every file type and don't be too surprised if you find some oddball. Being client dependant means you can't ever be sure and there's always one goofy one out there.
 
Posts: 41 | Registered: January 06, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     How do u prompt "save as" with a dbf file???

Copyright © 1996-2020 Information Builders